From 04b6381cb003befffb07ec7a269172be6060c805 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 14:36:19 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 56 ++++++++++++++++++++++++------------------------ 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 90761b4..dc2c26d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Heart, IceCream, Sparkles, Star } from 'lucide-react'; +import { Heart, IceCream, Sparkles, Star, MapPin, Phone, Mail, Clock, Utensils } from 'lucide-react'; export default function LandingPage() { return ( @@ -32,11 +32,11 @@ export default function LandingPage() { { name: "Home", id: "hero" }, { name: "About", id: "about" }, { name: "Products", id: "products" }, - { name: "Why Us", id: "features" }, + { name: "Why Us", id: "why-us" }, { name: "Reviews", id: "testimonials" } ]} brandName="Amul Ice Cream Parlour" - button={{ text: "Order Now", href: "#contact" }} + button={{ text: "Order Now", href: "#visit-us" }} /> @@ -63,7 +63,7 @@ export default function LandingPage() { tagIcon={Sparkles} title="About Amul Ice Cream Parlour" description="We're your neighborhood ice cream destination offering a wide variety of delicious Amul ice creams and dairy products. Known for quality, affordability, and friendly service, we provide the perfect sweet escape for families, students, and ice cream enthusiasts." - buttons={[{ text: "Visit Us", href: "#contact" }]} + buttons={[{ text: "Visit Us", href: "#visit-us" }]} bulletPoints={[ { title: "Wide Selection", description: "Authentic Amul flavors including classics, cones, cups, and family packs", icon: IceCream @@ -118,7 +118,7 @@ export default function LandingPage() { /> -
+
-
+