From 6d49b1684334e437b2a3970ef4021d6b7ba92b38 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 09:05:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bfa7726..160c706 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -125,9 +125,9 @@ export default function LandingPage() { imageAlt="Professional kitchen hygiene standards" mediaAnimation="blur-reveal" metrics={[ - { value: "100%", title: "Fresh Ingredients", imageSrc: "http://img.b2bpic.net/free-photo/biologist-woman-holding-gmo-pepper-writing-microbiology-medical-expertise_482257-18428.jpg", imageAlt: "Fresh ingredients" }, - { value: "Daily", title: "Kitchen Inspection", imageSrc: "http://img.b2bpic.net/free-photo/biologist-woman-holding-gmo-pepper-writing-microbiology-medical-expertise_482257-18428.jpg", imageAlt: "Kitchen inspection" }, - { value: "Premium", title: "Quality Standards", imageSrc: "http://img.b2bpic.net/free-photo/biologist-woman-holding-gmo-pepper-writing-microbiology-medical-expertise_482257-18428.jpg", imageAlt: "Quality standards" } + { value: "100%", title: "Fresh Ingredients" }, + { value: "Daily", title: "Kitchen Inspection" }, + { value: "Premium", title: "Quality Standards" } ]} metricsAnimation="slide-up" useInvertedBackground={false} @@ -143,13 +143,13 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "years", value: "15+", title: "Years of Excellence", description: "Serving authentic non-veg specialties to devoted food lovers across Ahmedabad." + id: "years", value: "15+", title: "Years of Excellence", description: "Serving authentic non-veg specialties to devoted food lovers across Ahmedabad.", videoSrc: "https://www.youtube.com/embed/dQw4w9WgXcQ", videoAriaLabel: "Years of excellence video" }, { - id: "customers", value: "1000s", title: "Happy Customers", description: "Loyal patrons who return regularly for our legendary dishes and warm ambiance." + id: "customers", value: "1000s", title: "Happy Customers", description: "Loyal patrons who return regularly for our legendary dishes and warm ambiance.", videoSrc: "https://www.youtube.com/embed/dQw4w9WgXcQ", videoAriaLabel: "Happy customers video" }, { - id: "recipes", value: "50+", title: "Signature Recipes", description: "Time-tested, perfected dishes that define authentic non-veg dining in the city." + id: "recipes", value: "50+", title: "Signature Recipes", description: "Time-tested, perfected dishes that define authentic non-veg dining in the city.", videoSrc: "https://www.youtube.com/embed/dQw4w9WgXcQ", videoAriaLabel: "Signature recipes video" } ]} /> -- 2.49.1