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