From ccb26b1de36132dcfa72702ffe90ccb819ab5023 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 19:51:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 84 +++++++++++++++++++++++++++++++----------------- 1 file changed, 55 insertions(+), 29 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 27ee856..4df3395 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,8 @@ export default function LandingPage() { { name: "Visit Us", id: "location" }, ]} button={{ - text: "Order Online", href: "https://example.com/order"}} + text: "Order Online", href: "https://example.com/order" + }} animateOnLoad={true} /> @@ -47,14 +48,17 @@ export default function LandingPage() { tag="Premium Bakery" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "plain" }} + background={{ variant: "floatingGradient" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-desserts-slate-with-cocoa-powder-sieve_23-2148689861.jpg?_wi=1", imageAlt: "Freshly filled artisan doughnuts"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-desserts-slate-with-cocoa-powder-sieve_23-2148689861.jpg", imageAlt: "Freshly filled artisan doughnuts" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/chef-using-knife-cut-bread-chopping-board_23-2148742214.jpg?_wi=1", imageAlt: "Artisan sourdough being cut fresh"}, + imageSrc: "http://img.b2bpic.net/free-photo/chef-using-knife-cut-bread-chopping-board_23-2148742214.jpg", imageAlt: "Artisan sourdough being cut fresh" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/wood-fired-pizza-is-being-cooked-wood-fired-oven_188544-17965.jpg?_wi=1", imageAlt: "Stone-baked pizza in authentic oven"}, + imageSrc: "http://img.b2bpic.net/free-photo/wood-fired-pizza-is-being-cooked-wood-fired-oven_188544-17965.jpg", imageAlt: "Stone-baked pizza in authentic oven" + }, ]} mediaAnimation="slide-up" buttons={[ @@ -77,9 +81,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names=[ - "Google Reviews", "TripAdvisor", "London Food Guides", "Local Community"] + "Google Reviews", "TripAdvisor", "London Food Guides", "Local Community" + ] logos={[ - "http://img.b2bpic.net/free-vector/5-star-rating-review-background-score-us-high_1017-61019.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-dance-school-dynamic-labels-template_23-2149397959.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-london-bridge-is-down-lettering_23-2149703234.jpg"]} + "http://img.b2bpic.net/free-vector/5-star-rating-review-background-score-us-high_1017-61019.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-dance-school-dynamic-labels-template_23-2149397959.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-london-bridge-is-down-lettering_23-2149703234.jpg" + ]} speed={40} showCard={true} ariaLabel="Social proof section with trusted partner logos" @@ -90,11 +96,14 @@ export default function LandingPage() { -- 2.49.1