From 4d94fb60f5baf913f4b066e90b7c32a277fcadce Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 02:24:57 +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 92d217b..40bc109 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: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/fried-piece-steak-plate_140725-5662.jpg" imageAlt="Premium grilled meat at Grillades El Badia" frameStyle="card" @@ -168,7 +168,7 @@ export default function LandingPage() { { text: "احجز الآن عبر واتس | WhatsApp", href: "https://wa.me/1234567890" }, { text: "اتصل بنا | Call Us", href: "tel:+1234567890" } ]} - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={true} /> -- 2.49.1