From 30a2b568dc742f78c04678101048c825864a3b92 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 18:54:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cc4f44c..e54d4d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="medium" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" @@ -46,8 +46,8 @@ export default function LandingPage() { tag="Restauration Rapide Gourmande" tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "noiseDiagonalGradient" }} - imageSrc="http://img.b2bpic.net/free-photo/friends-shaking-hands-restaurant_23-2148395405.jpg?_wi=1" + background={{ variant: "canvas-reveal" }} + imageSrc="http://img.b2bpic.net/free-photo/friends-shaking-hands-restaurant_23-2148395405.jpg" imageAlt="La Tour du Pin Fast Food Restaurant" buttons={[ { text: "Commander Maintenant", href: "#products" }, @@ -133,7 +133,7 @@ export default function LandingPage() { description="La Tour du Pin" subdescription="Fast Food Gourmet depuis 2015" icon={Flame} - imageSrc="http://img.b2bpic.net/free-photo/friends-shaking-hands-restaurant_23-2148395405.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/friends-shaking-hands-restaurant_23-2148395405.jpg" imageAlt="La Tour du Pin - Notre Restaurant" mediaAnimation="slide-up" useInvertedBackground={false} -- 2.49.1