Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 12ce32e485 | |||
| 9c1f13d86e | |||
| 3ee7b0fd9c |
@@ -1277,4 +1277,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboard
|
<HeroBillboard
|
||||||
title="Welcome to Bogunya"
|
title="Welcome to our restaurant"
|
||||||
description="Discover exquisite flavors and unforgettable dining moments in an elegant atmosphere. Reserve your table today."
|
description="Discover exquisite flavors and unforgettable dining moments in an elegant atmosphere. Reserve your table today."
|
||||||
tag="Fine Dining Experience"
|
tag="Fine Dining Experience"
|
||||||
tagIcon={Utensils}
|
tagIcon={Utensils}
|
||||||
@@ -132,7 +132,7 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="products" data-section="products">
|
<div id="products" data-section="products" style={{ backgroundColor: "#ef4444" }}>
|
||||||
<ProductCardFive
|
<ProductCardFive
|
||||||
title="Our Menu"
|
title="Our Menu"
|
||||||
description="Handcrafted dishes prepared with the finest seasonal ingredients"
|
description="Handcrafted dishes prepared with the finest seasonal ingredients"
|
||||||
@@ -319,4 +319,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user