Update src/app/page.tsx
This commit is contained in:
@@ -7,8 +7,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric';
|
|||||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||||
import { Flower2, Heart, Award, Globe, Envelope } from 'lucide-react';
|
import { Flower2, Heart, Award, Globe, Mail } from 'lucide-react';
|
||||||
import Link from 'next/link';
|
|
||||||
|
|
||||||
export default function HomePage() {
|
export default function HomePage() {
|
||||||
return (
|
return (
|
||||||
@@ -85,7 +84,7 @@ export default function HomePage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCenter
|
<ContactCenter
|
||||||
tag="Get In Touch"
|
tag="Get In Touch"
|
||||||
tagIcon={Envelope}
|
tagIcon={Mail}
|
||||||
title="Ready to bring your vision to life?"
|
title="Ready to bring your vision to life?"
|
||||||
description="Join our mailing list to stay updated on seasonal collections, special promotions, and floral inspiration."
|
description="Join our mailing list to stay updated on seasonal collections, special promotions, and floral inspiration."
|
||||||
inputPlaceholder="Enter your email address"
|
inputPlaceholder="Enter your email address"
|
||||||
|
|||||||
Reference in New Issue
Block a user