From d42e8c83e8acc49f94a9dae3b4a7bb6d793528fa Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 02:13:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b1d348e..8bc26e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="largeSmallSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -46,7 +46,7 @@ export default function LandingPage() { { text: "احجز طاولتك الآن", href: "#booking" }, { text: "استكشف القائمة", href: "#menu" } ]} - background={{ variant: "aurora" }} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/fried-piece-steak-plate_140725-5662.jpg" imageAlt="Premium grilled meat at Grillades El Badia" frameStyle="card" @@ -159,7 +159,7 @@ export default function LandingPage() { { text: "احجز الآن عبر واتس", href: "https://wa.me/1234567890" }, { text: "اتصل بنا", href: "tel:+1234567890" } ]} - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={true} />