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} />