From 66c9ceebfa8d55252c2ce0e3fa0355cb6dfe47dd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 15:55:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 36e7aa4..e49b780 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCa import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { Award, Heart, Mail, Sparkles, Star, Leaf, Crown } from "lucide-react"; +import { Award, Heart, Mail, Sparkles, Star, Leaf, Crown, Phone, MapPin, Clock } from "lucide-react"; export default function LandingPage() { return ( @@ -169,7 +169,7 @@ export default function LandingPage() { description="Have questions about our premium sweets? Want a custom order for a special occasion? We'd love to hear from you. Reach out today!" buttons={[ { text: "Contact Us", href: "mailto:hello@sweetnature.com" }, - { text: "Shop Now", href: "#" } + { text: "Shop Now", href: "#products" } ]} buttonAnimation="slide-up" background={{ variant: "radial-gradient" }} @@ -220,4 +220,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1