Update src/app/page.tsx
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user