19 Commits

Author SHA1 Message Date
c1039c4e5e Merge version_8 into main
Merge version_8 into main
2026-01-06 16:05:01 +00:00
5a6f69fe08 Update src/app/page.tsx 2026-01-06 16:04:56 +00:00
6f2cf53c59 Merge version_7 into main
Merge version_7 into main
2026-01-06 15:29:57 +00:00
98c225dc0a Update src/app/page.tsx 2026-01-06 15:29:52 +00:00
8ae43d042e Update src/app/layout.tsx 2026-01-06 15:29:51 +00:00
69b37228dc Update src/app/globals.css 2026-01-06 15:29:50 +00:00
7264436d19 Merge version_6 into main
Merge version_6 into main
2026-01-06 15:20:14 +00:00
6c639865cc Update src/app/page.tsx 2026-01-06 15:20:09 +00:00
d330035805 Merge version_5 into main
Merge version_5 into main
2026-01-06 14:47:03 +00:00
9237cb0f03 Update src/app/page.tsx 2026-01-06 14:46:59 +00:00
ee836926c6 Merge version_4 into main
Merge version_4 into main
2026-01-06 09:30:47 +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
0a7412f9b8 Merge version_3 into main
Merge version_3 into main
2026-01-06 08:49:12 +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
3cad517723 Merge version_2 into main
Merge version_2 into main
2026-01-06 08:44:36 +00:00
3ee7b0fd9c Update src/app/page.tsx 2026-01-06 08:44:31 +00:00
f310ee0e10 Merge version_1 into main
Merge version_1 into main
2026-01-05 15:19:49 +00:00
3 changed files with 19 additions and 13 deletions

View File

@@ -7,7 +7,7 @@
--background: #ffffff;;
--card: #fcfcfc;;
--foreground: #120006e6;;
--primary-cta: #e63946;;
--primary-cta: #8b5cf6;;
--secondary-cta: #ffffff;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;;

View File

@@ -1277,4 +1277,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -44,9 +44,9 @@ export default function LandingPage() {
/>
</div>
<div id="hero" data-section="hero">
<div id="hero" data-section="hero" style={{ backgroundColor: "#8b5cf6" }}>
<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."
tag="Fine Dining Experience"
tagIcon={Utensils}
@@ -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"
@@ -67,7 +67,7 @@ export default function LandingPage() {
/>
</div>
<div id="about" data-section="about">
<div id="about" data-section="about" style={{ backgroundColor: "#10b981" }}>
<ParallaxAbout
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."
@@ -87,14 +87,17 @@ export default function LandingPage() {
/>
</div>
<div id="features" data-section="features">
<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",
@@ -132,7 +135,7 @@ export default function LandingPage() {
/>
</div>
<div id="products" data-section="products">
<div id="products" data-section="products" style={{ backgroundColor: "#8b5cf6" }}>
<ProductCardFive
title="Our Menu"
description="Handcrafted dishes prepared with the finest seasonal ingredients"
@@ -192,7 +195,7 @@ export default function LandingPage() {
/>
</div>
<div id="testimonials" data-section="testimonials">
<div id="testimonials" data-section="testimonials" style={{ backgroundColor: "#ec4899" }}>
<TestimonialCardOne
title="What Our Guests Say"
description="Real experiences from people who have dined at Bogunya"
@@ -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",
@@ -266,7 +272,7 @@ export default function LandingPage() {
/>
</div>
<div id="contact" data-section="contact">
<div id="contact" data-section="contact" style={{ backgroundColor: "#06b6d4" }}>
<ContactText
text="Ready for an unforgettable dining experience? Reserve your table at Bogunya today."
animationType="entrance-slide"
@@ -282,7 +288,7 @@ export default function LandingPage() {
/>
</div>
<div id="footer" data-section="footer">
<div id="footer" data-section="footer" style={{ backgroundColor: "#6366f1" }}>
<FooterBaseReveal
columns={[
{
@@ -319,4 +325,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}