|
|
|
|
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero" style={{ backgroundColor: "#3b82f6" }}>
|
|
|
|
|
<div id="hero" data-section="hero" style={{ backgroundColor: "#8b5cf6" }}>
|
|
|
|
|
<HeroBillboard
|
|
|
|
|
title="Welcome to our restaurant"
|
|
|
|
|
description="Discover exquisite flavors and unforgettable dining moments in an elegant atmosphere. Reserve your table today."
|
|
|
|
|
@@ -54,7 +54,7 @@ export default function LandingPage() {
|
|
|
|
|
{ text: "Reserve Now", href: "contact" },
|
|
|
|
|
{ text: "View Menu", href: "products" }
|
|
|
|
|
]}
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767626184121-3pfok692.jpg"
|
|
|
|
|
imageSrc="https://img.b2bpic.net/free-photo/top-view-table-full-food_23-2149209253.jpg?id=21088367"
|
|
|
|
|
imageAlt="Elegant Bogunya restaurant dining room"
|
|
|
|
|
frameStyle="card"
|
|
|
|
|
ariaLabel="Welcome to Bogunya restaurant hero section"
|
|
|
|
|
@@ -90,11 +90,14 @@ export default function LandingPage() {
|
|
|
|
|
<div id="features" data-section="features" style={{ backgroundColor: "#f59e0b" }}>
|
|
|
|
|
<FeatureCardFourteen
|
|
|
|
|
title="Signature Experiences"
|
|
|
|
|
description="Explore our most celebrated dishes, each a masterpiece of flavor and presentation"
|
|
|
|
|
description="Explore our most celebrated dishes and reserve your table to experience them firsthand"
|
|
|
|
|
tag="Featured Dishes"
|
|
|
|
|
tagIcon={Sparkles}
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground="noInvert"
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Reserve Your Table", href: "contact" }
|
|
|
|
|
]}
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
id: "1",
|
|
|
|
|
@@ -200,6 +203,9 @@ export default function LandingPage() {
|
|
|
|
|
tagIcon={Star}
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground="noInvert"
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Read More Reviews", href: "https://yelp.com/bogunya" }
|
|
|
|
|
]}
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
id: "1",
|
|
|
|
|
@@ -319,4 +325,4 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|