6 Commits

Author SHA1 Message Date
9237cb0f03 Update src/app/page.tsx 2026-01-06 14:46:59 +00:00
95753117b0 Update src/app/page.tsx 2026-01-06 09:30:42 +00:00
2dff8ee9f9 Update src/app/layout.tsx 2026-01-06 09:30:41 +00:00
12ce32e485 Update src/app/page.tsx 2026-01-06 08:49:07 +00:00
9c1f13d86e Update src/app/layout.tsx 2026-01-06 08:49:06 +00:00
3ee7b0fd9c Update src/app/page.tsx 2026-01-06 08:44:31 +00:00

View File

@@ -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,7 +87,7 @@ 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, each a masterpiece of flavor and presentation"
@@ -132,7 +132,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 +192,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 +200,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 +269,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 +285,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={[
{ {