From ae121084ab20bd99dfd8063982b5d52ad3765d7c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 10:10:39 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d47373b..0011d9b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,12 +52,12 @@ export default function LandingPage() { buttonAnimation="blur-reveal" background={{ variant: "plain" }} carouselItems={[ - { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-seasonings-dark-surface-meal-photo-dish-food-dark_140725-82286.jpg?_wi=1", imageAlt: "Authentic Pakistani biryani" }, - { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-shakh-plov-delicious-eastern-meal-consists-cooked-rice-inside-round-dough-dark-background-rice-cooking-meal-food-cuisine_140725-86171.jpg?_wi=1", imageAlt: "Golden crispy chicken pies" }, - { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-pastry-concept_23-2148648825.jpg?_wi=1", imageAlt: "Fresh homemade cinnamon rolls" }, - { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-seasonings-dark-surface-meal-photo-dish-food-dark_140725-82286.jpg?_wi=2", imageAlt: "Traditional biryani presentation" }, - { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-shakh-plov-delicious-eastern-meal-consists-cooked-rice-inside-round-dough-dark-background-rice-cooking-meal-food-cuisine_140725-86171.jpg?_wi=2", imageAlt: "Perfectly baked chicken pies" }, - { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-pastry-concept_23-2148648825.jpg?_wi=2", imageAlt: "Warm cinnamon rolls plated" } + { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-seasonings-dark-surface-meal-photo-dish-food-dark_140725-82286.jpg", imageAlt: "Authentic Pakistani biryani" }, + { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-shakh-plov-delicious-eastern-meal-consists-cooked-rice-inside-round-dough-dark-background-rice-cooking-meal-food-cuisine_140725-86171.jpg", imageAlt: "Golden crispy chicken pies" }, + { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-pastry-concept_23-2148648825.jpg", imageAlt: "Fresh homemade cinnamon rolls" }, + { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-seasonings-dark-surface-meal-photo-dish-food-dark_140725-82286.jpg", imageAlt: "Traditional biryani presentation" }, + { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-shakh-plov-delicious-eastern-meal-consists-cooked-rice-inside-round-dough-dark-background-rice-cooking-meal-food-cuisine_140725-86171.jpg", imageAlt: "Perfectly baked chicken pies" }, + { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-pastry-concept_23-2148648825.jpg", imageAlt: "Warm cinnamon rolls plated" } ]} autoPlay={true} autoPlayInterval={4000} @@ -98,6 +98,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/side-view-people-kitchen_23-2149720812.jpg" imageAlt="Sania's warm and professional kitchen" useInvertedBackground={true} + metricsAnimation="slide-up" mediaAnimation="slide-up" /> @@ -114,7 +115,7 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg", alt: "Rabia Malik" } ]} ratingAnimation="slide-up" - avatarsAnimation="fade-in" + avatarsAnimation="slide-up" useInvertedBackground={false} /> @@ -140,7 +141,7 @@ export default function LandingPage() {