Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6c639865cc | |||
| 9237cb0f03 | |||
| 95753117b0 | |||
| 2dff8ee9f9 | |||
| 12ce32e485 | |||
| 9c1f13d86e | |||
| 3ee7b0fd9c |
@@ -44,9 +44,9 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero" style={{ backgroundColor: "#3b82f6" }}>
|
||||||
<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}
|
||||||
@@ -67,7 +67,7 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about" style={{ backgroundColor: "#10b981" }}>
|
||||||
<ParallaxAbout
|
<ParallaxAbout
|
||||||
title="Culinary Excellence Meets Hospitality"
|
title="Culinary Excellence Meets Hospitality"
|
||||||
description="At Bogunya, we craft every dish with passion and precision. Our chefs blend traditional techniques with modern innovation to create an unforgettable dining experience that celebrates the finest ingredients and flavors."
|
description="At Bogunya, we craft every dish with passion and precision. Our chefs blend traditional techniques with modern innovation to create an unforgettable dining experience that celebrates the finest ingredients and flavors."
|
||||||
@@ -87,14 +87,17 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features" style={{ backgroundColor: "#f59e0b" }}>
|
||||||
<FeatureCardFourteen
|
<FeatureCardFourteen
|
||||||
title="Signature Experiences"
|
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"
|
tag="Featured Dishes"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
|
buttons={[
|
||||||
|
{ text: "Reserve Your Table", href: "contact" }
|
||||||
|
]}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1",
|
||||||
@@ -132,7 +135,7 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="products" data-section="products">
|
<div id="products" data-section="products" style={{ backgroundColor: "#8b5cf6" }}>
|
||||||
<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"
|
||||||
@@ -192,7 +195,7 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials" style={{ backgroundColor: "#ec4899" }}>
|
||||||
<TestimonialCardOne
|
<TestimonialCardOne
|
||||||
title="What Our Guests Say"
|
title="What Our Guests Say"
|
||||||
description="Real experiences from people who have dined at Bogunya"
|
description="Real experiences from people who have dined at Bogunya"
|
||||||
@@ -200,6 +203,9 @@ export default function LandingPage() {
|
|||||||
tagIcon={Star}
|
tagIcon={Star}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
|
buttons={[
|
||||||
|
{ text: "Read More Reviews", href: "https://yelp.com/bogunya" }
|
||||||
|
]}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1",
|
||||||
@@ -266,7 +272,7 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact" style={{ backgroundColor: "#06b6d4" }}>
|
||||||
<ContactText
|
<ContactText
|
||||||
text="Ready for an unforgettable dining experience? Reserve your table at Bogunya today."
|
text="Ready for an unforgettable dining experience? Reserve your table at Bogunya today."
|
||||||
animationType="entrance-slide"
|
animationType="entrance-slide"
|
||||||
@@ -282,7 +288,7 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer" style={{ backgroundColor: "#6366f1" }}>
|
||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user