diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 71d53aa..2dd07fc 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,7 +7,6 @@ import ProductVariantCards from '@/components/sections/product/ProductVariantCar import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TestimonialAvatarCard from '@/components/sections/testimonial/TestimonialAvatarCard'; import FooterMinimal from '@/components/sections/footer/FooterMinimal'; -import { Award, Clock, Coffee, Croissant, Flame, Heart, Smile, Star, Wheat, Instagram, Facebook, Twitter } from "lucide-react"; export default function HomePage() { return ( @@ -17,10 +16,8 @@ export default function HomePage() { tag="Authentic French Bakery" title="Taste the Magic of Paris, Daily." description="Handcrafted pastries, fresh daily sourdough, and authentic French techniques in the heart of your city." - primaryButton={{ - text: "Browse Menu", href: "#products"}} - secondaryButton={{ - text: "Contact Us", href: "#contact"}} + primaryButton={{ text: "Browse Menu", href: "#products" }} + secondaryButton={{ text: "Contact Us", href: "#contact" }} kpis={[ { value: "20+", label: "Fresh Varieties" }, { value: "150+", label: "Daily Visitors" },