From 4c512c8bc9ebe63efe42efa5e5fb0b740fef6c15 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 05:54:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bb23bb8..0a39045 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Award, Sparkles, Star, Chef, Leaf, Heart } from 'lucide-react'; +import { Award, Sparkles, Star, Leaf, Heart, UtensilsCrossed } from 'lucide-react'; export default function ShraavanlPage() { return ( @@ -50,7 +50,7 @@ export default function ShraavanlPage() { { text: "Explore Our Cuisine", href: "#features" } ]} buttonAnimation="slide-up" - background="gradient-bars" + background={{ variant: "gradient-bars" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/side-view-table-with-cheese-plate-pate-it_140725-12866.jpg", imageAlt: "Shraavan Restaurant elegant dining ambiance" @@ -73,7 +73,7 @@ export default function ShraavanlPage() { buttonAnimation="slide-up" bulletPoints={[ { - title: "Authentic Recipes", description: "Carefully preserved family recipes passed down through generations, honoring traditional vegetarian cuisine.", icon: Chef + title: "Authentic Recipes", description: "Carefully preserved family recipes passed down through generations, honoring traditional vegetarian cuisine.", icon: UtensilsCrossed }, { title: "Premium Ingredients", description: "Hand-selected seasonal produce and spices sourced from trusted suppliers to ensure uncompromised quality.", icon: Leaf @@ -184,7 +184,7 @@ export default function ShraavanlPage() { id: "awards", value: "15+", description: "Awards and recognitions for excellence" } ]} - metricsAnimation="entrance-slide" + metricsAnimation="slide-up" useInvertedBackground={false} ariaLabel="Shraavan Restaurant heritage metrics" /> -- 2.49.1