From 021fbb96fe77a1b89625fbef1eaa6737fc896b4c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 01:29:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ba6f762..3bcb36e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { { text: "Learn More", href: "#about" } ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/acai-coconut-shell-healthy-meal-summer-vibes_53876-124343.jpg" imageAlt="Premium thick shake at Amandeep Express" mediaAnimation="blur-reveal" @@ -87,20 +87,20 @@ export default function LandingPage() { { id: 1, title: "Lightning-Fast Service", description: "Your order ready in minutes, perfectly suited for quick commutes and late-night cravings", buttons: [], - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-by-truck-guy-delivery-uniform_1157-46187.jpg?_wi=1" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-by-truck-guy-delivery-uniform_1157-46187.jpg?_wi=2" } + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-by-truck-guy-delivery-uniform_1157-46187.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-by-truck-guy-delivery-uniform_1157-46187.jpg" } }, { id: 2, title: "Unbeatable Atmosphere", description: "The ideal hangout spot with comfortable seating, great ambience, and a social vibe perfect for any time", buttons: [], - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-women-having-fun-time_23-2149232873.jpg?_wi=1" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-women-having-fun-time_23-2149232873.jpg?_wi=2" } + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-women-having-fun-time_23-2149232873.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-women-having-fun-time_23-2149232873.jpg" } }, { id: 3, title: "Premium Quality Standards", description: "Fresh ingredients, rigorous quality checks, and consistent taste—every visit, every time", buttons: [], - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/red-sweet-pepper-green-chemicals_23-2148536497.jpg?_wi=1" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/red-sweet-pepper-green-chemicals_23-2148536497.jpg?_wi=2" } + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/red-sweet-pepper-green-chemicals_23-2148536497.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/red-sweet-pepper-green-chemicals_23-2148536497.jpg" } } ]} animationType="slide-up" @@ -220,7 +220,7 @@ export default function LandingPage() { description="Place your order now or reach out with any questions. We're here 24/7 to serve you the best shakes and fast bites in Akola!" tagIcon={Phone} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/french-woman-waiting-subway-train-talking-her-smartphone_23-2149353961.jpg" imageAlt="Amandeep Express Location near Railway Station" -- 2.49.1