From b460827b24d62283d4b16ded12d8576a2937e3ef Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:06:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ea1c6b..c2787d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,16 +47,16 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-breakfast-with-egg-sandwich_23-2148633480.jpg", imageAlt: "Fluffy scrambled eggs and bacon breakfast" }, - { imageSrc: "http://img.b2bpic.net/free-photo/stack-pancakes_114579-1619.jpg", imageAlt: "Golden pancakes with syrup" }, - { imageSrc: "http://img.b2bpic.net/free-photo/black-burger-with-beef-meat-french-fries-tasty-appetizing_482257-10359.jpg", imageAlt: "Classic burger and fries" }, - { imageSrc: "http://img.b2bpic.net/free-photo/caramel-ring-milkshake-wooden-plate-marble-table_114579-24201.jpg", imageAlt: "Delicious milkshake" } + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-breakfast-with-egg-sandwich_23-2148633480.jpg?_wi=1", imageAlt: "Fluffy scrambled eggs and bacon breakfast" }, + { imageSrc: "http://img.b2bpic.net/free-photo/stack-pancakes_114579-1619.jpg?_wi=1", imageAlt: "Golden pancakes with syrup" }, + { imageSrc: "http://img.b2bpic.net/free-photo/black-burger-with-beef-meat-french-fries-tasty-appetizing_482257-10359.jpg?_wi=1", imageAlt: "Classic burger and fries" }, + { imageSrc: "http://img.b2bpic.net/free-photo/caramel-ring-milkshake-wooden-plate-marble-table_114579-24201.jpg?_wi=1", imageAlt: "Delicious milkshake" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/caramel-ring-milkshake-wooden-plate-marble-table_114579-24201.jpg", imageAlt: "Refreshing beverage" }, - { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-breakfast-with-egg-sandwich_23-2148633480.jpg", imageAlt: "Breakfast platter" }, - { imageSrc: "http://img.b2bpic.net/free-photo/black-burger-with-beef-meat-french-fries-tasty-appetizing_482257-10359.jpg", imageAlt: "Lunch special" }, - { imageSrc: "http://img.b2bpic.net/free-photo/stack-pancakes_114579-1619.jpg", imageAlt: "Breakfast favorite" } + { imageSrc: "http://img.b2bpic.net/free-photo/caramel-ring-milkshake-wooden-plate-marble-table_114579-24201.jpg?_wi=2", imageAlt: "Refreshing beverage" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-breakfast-with-egg-sandwich_23-2148633480.jpg?_wi=2", imageAlt: "Breakfast platter" }, + { imageSrc: "http://img.b2bpic.net/free-photo/black-burger-with-beef-meat-french-fries-tasty-appetizing_482257-10359.jpg?_wi=2", imageAlt: "Lunch special" }, + { imageSrc: "http://img.b2bpic.net/free-photo/stack-pancakes_114579-1619.jpg?_wi=2", imageAlt: "Breakfast favorite" } ]} carouselPosition="right" buttons={[ @@ -88,7 +88,7 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Morning", title: "Breakfast All Day", subtitle: "Classic eggs, pancakes, and more", description: "Start your day right with our legendary breakfast menu. Fresh eggs, fluffy pancakes, crispy bacon, and all your breakfast favorites available anytime.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-breakfast-with-egg-sandwich_23-2148633480.jpg", imageAlt: "Breakfast eggs and sandwich", buttons: [{ text: "View Breakfast", href: "#" }] + tag: "Morning", title: "Breakfast All Day", subtitle: "Classic eggs, pancakes, and more", description: "Start your day right with our legendary breakfast menu. Fresh eggs, fluffy pancakes, crispy bacon, and all your breakfast favorites available anytime.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-breakfast-with-egg-sandwich_23-2148633480.jpg?_wi=3", imageAlt: "Breakfast eggs and sandwich", buttons: [{ text: "View Breakfast", href: "#" }] }, { id: 2, @@ -142,22 +142,22 @@ export default function LandingPage() {