From b7d1d49e7bc788610c720067eb909327053b6e14 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:44:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ccc01ff..afd9979 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="compact" sizing="mediumLarge" - background="floatingGradient" + background="circleGradient" cardStyle="outline" primaryButtonStyle="gradient" secondaryButtonStyle="solid" @@ -46,7 +46,7 @@ export default function LandingPage() { tag="Premium Coffee Shop" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} buttons={[ { text: "View Menu", href: "#menu" }, { @@ -55,17 +55,17 @@ export default function LandingPage() { buttonAnimation="slide-up" carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg?_wi=1", imageAlt: "TREND117 Coffee Shop Interior"}, + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg", imageAlt: "TREND117 Coffee Shop Interior"}, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cap-coffee_1203-1627.jpg?_wi=1", imageAlt: "Premium Flat White"}, + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cap-coffee_1203-1627.jpg", imageAlt: "Premium Flat White"}, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/cold-summer-coffee-drink-with-ice-orange-juice_169016-21399.jpg?_wi=1", imageAlt: "Refreshing Iced Coffee"}, + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/cold-summer-coffee-drink-with-ice-orange-juice_169016-21399.jpg", imageAlt: "Refreshing Iced Coffee"}, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-glass-table_140725-4500.jpg?_wi=1", imageAlt: "Classic Cappuccino"}, + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-glass-table_140725-4500.jpg", imageAlt: "Classic Cappuccino"}, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/waffles-coffee-wooden-table_501050-1040.jpg?_wi=1", imageAlt: "Delicious Waffles"}, + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/waffles-coffee-wooden-table_501050-1040.jpg", imageAlt: "Delicious Waffles"}, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/pancake-chocolate-cake-with-fresh-raspberries-pink-background_127032-3433.jpg?_wi=1", imageAlt: "Sweet Crepes"}, + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/pancake-chocolate-cake-with-fresh-raspberries-pink-background_127032-3433.jpg", imageAlt: "Sweet Crepes"}, ]} autoPlay={true} autoPlayInterval={4000} @@ -86,17 +86,17 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Flat White", price: "SAR 15", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cap-coffee_1203-1627.jpg?_wi=2", imageAlt: "Flat White Coffee"}, + id: "1", name: "Flat White", price: "SAR 15", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cap-coffee_1203-1627.jpg", imageAlt: "Flat White Coffee"}, { - id: "2", name: "Iced Coffee", price: "SAR 12", imageSrc: "http://img.b2bpic.net/free-photo/cold-summer-coffee-drink-with-ice-orange-juice_169016-21399.jpg?_wi=2", imageAlt: "Iced Coffee"}, + id: "2", name: "Iced Coffee", price: "SAR 12", imageSrc: "http://img.b2bpic.net/free-photo/cold-summer-coffee-drink-with-ice-orange-juice_169016-21399.jpg", imageAlt: "Iced Coffee"}, { - id: "3", name: "Cappuccino", price: "SAR 14", imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-glass-table_140725-4500.jpg?_wi=2", imageAlt: "Cappuccino"}, + id: "3", name: "Cappuccino", price: "SAR 14", imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-glass-table_140725-4500.jpg", imageAlt: "Cappuccino"}, { id: "4", name: "Mojito", price: "SAR 10", imageSrc: "http://img.b2bpic.net/free-photo/mojito-cocktail-wooden-table_1150-18401.jpg", imageAlt: "Fresh Mojito"}, { - id: "5", name: "Waffles", price: "SAR 16", imageSrc: "http://img.b2bpic.net/free-photo/waffles-coffee-wooden-table_501050-1040.jpg?_wi=2", imageAlt: "Crispy Waffles"}, + id: "5", name: "Waffles", price: "SAR 16", imageSrc: "http://img.b2bpic.net/free-photo/waffles-coffee-wooden-table_501050-1040.jpg", imageAlt: "Crispy Waffles"}, { - id: "6", name: "Crepes", price: "SAR 14", imageSrc: "http://img.b2bpic.net/free-photo/pancake-chocolate-cake-with-fresh-raspberries-pink-background_127032-3433.jpg?_wi=2", imageAlt: "Sweet Crepes"}, + id: "6", name: "Crepes", price: "SAR 14", imageSrc: "http://img.b2bpic.net/free-photo/pancake-chocolate-cake-with-fresh-raspberries-pink-background_127032-3433.jpg", imageAlt: "Sweet Crepes"}, ]} /> @@ -130,7 +130,7 @@ export default function LandingPage() { description="Fatima & Team" subdescription="TREND117 Coffee - As Suwaidi, Riyadh" icon={Coffee} - imageSrc="http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg" imageAlt="TREND117 Coffee Shop" mediaAnimation="slide-up" useInvertedBackground={false} @@ -159,9 +159,9 @@ export default function LandingPage() { tagAnimation="slide-up" title="Find Us at As Suwaidi" description="Located behind Al Qasr Mall near Suwaidi Park Walkway. Open daily until 4 AM. Dine-in and Kerbside Pickup available. Call ahead for orders or visit us anytime. WhatsApp support available." - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg" imageAlt="TREND117 Location" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1