Merge version_2 into main #2
287
src/app/page.tsx
287
src/app/page.tsx
@@ -31,97 +31,20 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "products" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Quincy Jones"
|
||||
brandName="Quincy Jones Bang Saen"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlayTestimonial
|
||||
title="Experience Flavors at Quincy Jones Bang Saen"
|
||||
description="Where culinary excellence meets warm hospitality. Join us for an unforgettable dining experience in the heart of Bang Saen."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex J.",
|
||||
handle: "@alex_eats",
|
||||
testimonial: "The best dining experience I've had in Bang Saen. Everything was perfect.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3439.jpg?_wi=1",
|
||||
imageAlt: "restaurant atmosphere dining table",
|
||||
},
|
||||
{
|
||||
name: "Sarah M.",
|
||||
handle: "@foodie_sarah",
|
||||
testimonial: "Atmosphere and food are top-notch. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gastronomy-expert-grating-piece-cheese-plate-while-preparing-culinary-dish-dinner-service-restaurant-culinary-gastronomic-chef-cooking-fine-dining-meal-professional-kitchen_482257-44203.jpg",
|
||||
imageAlt: "restaurant atmosphere dining table",
|
||||
},
|
||||
{
|
||||
name: "David K.",
|
||||
handle: "@travel_david",
|
||||
testimonial: "Amazing hospitality and delicious variety. Will be back.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-squeezing-sauce-salad_23-2148516912.jpg?_wi=1",
|
||||
imageAlt: "restaurant atmosphere dining table",
|
||||
},
|
||||
{
|
||||
name: "Linda P.",
|
||||
handle: "@linda_food",
|
||||
testimonial: "The signature dishes are creative and super tasty.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-bartender-preparing-drink_23-2150494243.jpg?_wi=1",
|
||||
imageAlt: "restaurant atmosphere dining table",
|
||||
},
|
||||
{
|
||||
name: "Mark R.",
|
||||
handle: "@mark_eats",
|
||||
testimonial: "Incredible service and a lovely atmosphere to enjoy with friends.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3440.jpg?_wi=1",
|
||||
imageAlt: "restaurant atmosphere dining table",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3439.jpg?_wi=2"
|
||||
imageAlt="Restaurant ambiance"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3428.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3458.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-table-served-with-pilaf-with-dried-fruits-served-stewed-meat-with-herbs-bowls_140725-12864.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-decorated-table-with-pine-leaf_8353-10194.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-friends-chatting-table_23-2149213369.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
]}
|
||||
title="Quincy Jones Bang Saen"
|
||||
description="Sophisticated dining meets coastal relaxation in the heart of Bang Saen. Discover an elevated culinary journey."
|
||||
testimonials={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -129,15 +52,7 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Culinary Story",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/gastronomy-expert-grating-piece-cheese-plate-while-preparing-culinary-dish-dinner-service-restaurant-culinary-gastronomic-chef-cooking-fine-dining-meal-professional-kitchen_482257-44203.jpg",
|
||||
alt: "Chef in action",
|
||||
},
|
||||
{ type: "text", content: "Refining the Art of Dining" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -147,37 +62,9 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Gourmet Ingredients",
|
||||
tags: [
|
||||
"Fresh",
|
||||
"Organic",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-squeezing-sauce-salad_23-2148516912.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Signature Cocktails",
|
||||
tags: [
|
||||
"Mixology",
|
||||
"Unique",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-bartender-preparing-drink_23-2150494243.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Relaxing Ambiance",
|
||||
tags: [
|
||||
"Cozy",
|
||||
"Modern",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3440.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Why Choose Us?"
|
||||
description="We take pride in every aspect of your dining journey."
|
||||
features={[]}
|
||||
title="Culinary Highlights"
|
||||
description="Exquisite flavors prepared with locally-sourced ingredients and passion."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -187,89 +74,18 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Main Course",
|
||||
name: "Signature Wagyu Burger",
|
||||
price: "$25",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-with-vegetables-side-view_141793-4449.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Italian",
|
||||
name: "Truffle Mushroom Pasta",
|
||||
price: "$22",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-chicken-tomatoes-greens-grated-cheese-served-with-juice_140725-7992.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Appetizer",
|
||||
name: "Garden Fresh Salad",
|
||||
price: "$15",
|
||||
rating: 4,
|
||||
reviewCount: "80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-chopped-tomato-cucumber-herbs_114579-70158.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Main Course",
|
||||
name: "Grilled Premium Steak",
|
||||
price: "$38",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/perfectly-grilled-medium-rare-steak-slate_84443-82643.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Dessert",
|
||||
name: "Dark Chocolate Ganache",
|
||||
price: "$12",
|
||||
rating: 5,
|
||||
reviewCount: "110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-soft-cake-decorated-with-orange-chocolate-dark-table_140725-87067.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Seafood",
|
||||
name: "Pan-Seared Sea Bass",
|
||||
price: "$32",
|
||||
rating: 5,
|
||||
reviewCount: "75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-appetizing-dish-stuffed-cabbage-with-lemon-herbs-sauce-white-plate-bowls-with-sour-cream-herbs-rice-center-black-table_140725-110519.jpg",
|
||||
},
|
||||
]}
|
||||
products={[]}
|
||||
title="Our Signature Menu"
|
||||
description="Discover a selection of our most loved and refined dishes."
|
||||
description="A curated selection of modern dishes crafted by our expert kitchen team."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={false}
|
||||
title="Restaurant Milestones"
|
||||
tag="Our Growth"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10,000+",
|
||||
description: "Happy Guests Served",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "50+",
|
||||
description: "Chef Awards Won",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
description: "Fresh Ingredients",
|
||||
},
|
||||
]}
|
||||
title="Our Legacy"
|
||||
tag="Achievements"
|
||||
metrics={[]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -277,31 +93,10 @@ export default function LandingPage() {
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={false}
|
||||
testimonial="An incredible experience from start to finish. The food, service, and vibe were absolutely exceptional. I'll definitely be returning soon!"
|
||||
testimonial="An exceptional culinary sanctuary in Bang Saen."
|
||||
rating={5}
|
||||
author="Jonathan D., Culinary Critic"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-friends-chatting-table_23-2149213369.jpg",
|
||||
alt: "Diner 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg",
|
||||
alt: "Diner 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg",
|
||||
alt: "Diner 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/group-young-happy-people-communicating-while-having-lunch-together-dining-room_637285-3564.jpg",
|
||||
alt: "Diner 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-businessman-working-office-use-phone_1157-33728.jpg",
|
||||
alt: "Diner 5",
|
||||
},
|
||||
]}
|
||||
author="The Gastronomy Review"
|
||||
avatars={[]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
/>
|
||||
@@ -311,26 +106,9 @@ export default function LandingPage() {
|
||||
<FaqSplitMedia
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do I need a reservation?",
|
||||
content: "Yes, we highly recommend booking in advance to ensure availability.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Is parking available?",
|
||||
content: "Yes, complimentary parking is available on-site for all guests.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Are there vegetarian options?",
|
||||
content: "We offer a diverse range of gourmet vegetarian dishes.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bartender-preparing-cocktail_23-2147680729.jpg"
|
||||
faqs={[]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about dining with us."
|
||||
description="Everything you need to know about your reservation."
|
||||
faqsAnimation="slide-up"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -339,21 +117,12 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Reserve Today"
|
||||
title="Book Your Table Now"
|
||||
description="Don't miss out on an extraordinary culinary experience. Secure your table at Quincy Jones Bang Saen."
|
||||
background={{ variant: "plain" }}
|
||||
tag="Book Your Table"
|
||||
title="Join Us Tonight"
|
||||
description="Reserve your spot for an unforgettable night in Bang Saen."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call to Reserve",
|
||||
href: "tel:+660000000",
|
||||
},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:hello@quincyjones.com",
|
||||
},
|
||||
{ text: "Reserve Now", href: "#contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -367,4 +136,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user