From 4b1a85af4d89f8f37666b46627b7c5b94b4a60b7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 02:31:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 117e6b1..b66891c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureHoverPattern from '@/components/sections/feature/featureHoverPatte import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Cake, Croissant, Coffee, Users, Chair, Sparkles, Store, Heart, UtensilsCrossed, MapPin } from 'lucide-react'; +import { Cake, Croissant, Coffee, Users, Sofa, Sparkles, Store, Heart, UtensilsCrossed, MapPin } from 'lucide-react'; export default function LandingPage() { return ( @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="large" - background="circleGradient" + background="plain" cardStyle="soft-shadow" primaryButtonStyle="shadow" secondaryButtonStyle="radial-glow" @@ -46,12 +46,12 @@ export default function LandingPage() { { text: "Call Us Now", href: "tel:07095476581" }, { text: "Get Directions", href: "#contact" } ]} - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/candy-dessert-row-generated-by-ai_188544-41148.jpg" imageAlt="Delhi Mithaiwala Veg Bakery Display" frameStyle="card" mediaAnimation="slide-up" - buttonAnimation="entrance-slide" + buttonAnimation="none" /> @@ -67,7 +67,7 @@ export default function LandingPage() { imageAlt="Delhi Mithaiwala Family Bakery" mediaAnimation="slide-up" useInvertedBackground={false} - tagAnimation="entrance-slide" + tagAnimation="none" /> @@ -95,7 +95,7 @@ export default function LandingPage() { title: "Chat & Snacks", description: "Delicious Indian chat items and savory snacks perfect for family gatherings and celebrations" }, { - icon: Chair, + icon: Sofa, title: "Family Gathering Space", description: "Comfortable dine-in seating where you can spend quality time with loved ones for 15 minutes to 4 hours" }, { @@ -106,7 +106,7 @@ export default function LandingPage() { textboxLayout="default" animationType="slide-up" useInvertedBackground={false} - tagAnimation="entrance-slide" + tagAnimation="none" /> @@ -121,7 +121,7 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", alt: "Customer 3" }, { src: "http://img.b2bpic.net/free-photo/handsome-man-making-ok-sign_1368-6336.jpg", alt: "Customer 4" } ]} - ratingAnimation="entrance-slide" + ratingAnimation="none" avatarsAnimation="slide-up" useInvertedBackground={false} /> -- 2.49.1