From d93f9098107000f40701c68060be7b2f89731c54 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:03:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d6b0bf..47dd917 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,6 +44,7 @@ export default function LandingPage() { tag="Since 2015" tagIcon={Flame} tagAnimation="slide-up" + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/close-up-hand-holding-grilled-meat-with-tong-outdoor-barbecue_23-2147841007.jpg" imageAlt="Premium wood-fired grill" mediaAnimation="blur-reveal" @@ -57,13 +58,13 @@ export default function LandingPage() { testimonials={[ { name: "Marcus Johnson", handle: "Food Critic", testimonial: "The best grilled steaks in the city. An absolute must-visit!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-barista-boy-cafe_23-2148436241.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-barista-boy-cafe_23-2148436241.jpg"}, { name: "Sarah Chen", handle: "Local Diner", testimonial: "Exceptional flavors and impeccable service every single time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-office-center_1303-19603.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-office-center_1303-19603.jpg"}, { name: "David Thompson", handle: "Chef & Friend", testimonial: "A masterclass in grilling. Consistently outstanding quality.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-business-woman-smiling-outdoor_1391-4.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-business-woman-smiling-outdoor_1391-4.jpg"}, ]} testimonialRotationInterval={5000} /> @@ -83,6 +84,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/wooden-table-outdoors-cafe_53876-16165.jpg" imageAlt="Garwood Grill interior dining" mediaAnimation="blur-reveal" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -116,11 +118,11 @@ export default function LandingPage() {