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" } ]} />