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