Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
224
src/app/page.tsx
224
src/app/page.tsx
@@ -31,48 +31,35 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Golden Lotus"
|
||||
button={{
|
||||
text: "Book Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Authentic Flavors, Timeless Traditions"
|
||||
description="Experience the finest Chinese cuisine, prepared with love and authentic ingredients since 1995."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-vegetable-salad-with-fried-eggplants-tomatoes-herbs-sesame-bowl-served-with-soy-sauce-wood_141793-11706.jpg"
|
||||
imageAlt="Traditional Chinese Restaurant"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Menu", href: "#products"},
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Table", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -84,17 +71,11 @@ export default function LandingPage() {
|
||||
description="Our family-owned kitchen honors ancestral techniques to bring you an unforgettable dining journey."
|
||||
metrics={[
|
||||
{
|
||||
value: "30+",
|
||||
title: "Years Cooking",
|
||||
},
|
||||
value: "30+", title: "Years Cooking"},
|
||||
{
|
||||
value: "150+",
|
||||
title: "Secret Recipes",
|
||||
},
|
||||
value: "150+", title: "Secret Recipes"},
|
||||
{
|
||||
value: "5k+",
|
||||
title: "Happy Guests",
|
||||
},
|
||||
value: "5k+", title: "Happy Guests"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/process-frying-ingredients-mexican-quesadilla-wrap_181624-31604.jpg"
|
||||
imageAlt="Chef at work"
|
||||
@@ -111,59 +92,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Chef's Special",
|
||||
name: "Steamed Dim Sum",
|
||||
price: "$12.00",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-cleaned-white-pumpkin-seeds-concrete-background_114579-69931.jpg",
|
||||
},
|
||||
id: "p1", brand: "Chef's Special", name: "Steamed Dim Sum", price: "$12.00", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/green-cleaned-white-pumpkin-seeds-concrete-background_114579-69931.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Classic",
|
||||
name: "Hand-Pulled Noodles",
|
||||
price: "$18.00",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegan-meal-with-spiralized-zucchini-tomato-sauce-pomegranates-cup_181624-29459.jpg",
|
||||
},
|
||||
id: "p2", brand: "Classic", name: "Hand-Pulled Noodles", price: "$18.00", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegan-meal-with-spiralized-zucchini-tomato-sauce-pomegranates-cup_181624-29459.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Premium",
|
||||
name: "Peking Roasted Duck",
|
||||
price: "$45.00",
|
||||
rating: 5,
|
||||
reviewCount: "80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowls-with-smoked-meat_23-2147930071.jpg",
|
||||
},
|
||||
id: "p3", brand: "Premium", name: "Peking Roasted Duck", price: "$45.00", rating: 5,
|
||||
reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/bowls-with-smoked-meat_23-2147930071.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Vegetarian",
|
||||
name: "Mapo Tofu",
|
||||
price: "$15.00",
|
||||
rating: 4,
|
||||
reviewCount: "65",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-yuba-cucumber-with-sauce_141793-2697.jpg",
|
||||
},
|
||||
id: "p4", brand: "Vegetarian", name: "Mapo Tofu", price: "$15.00", rating: 4,
|
||||
reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/side-view-yuba-cucumber-with-sauce_141793-2697.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Chef's Special",
|
||||
name: "Kung Pao Chicken",
|
||||
price: "$19.00",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-red-green-chili-peppers-onion-plate_141793-1657.jpg",
|
||||
},
|
||||
id: "p5", brand: "Chef's Special", name: "Kung Pao Chicken", price: "$19.00", rating: 5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-red-green-chili-peppers-onion-plate_141793-1657.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Classic",
|
||||
name: "Special Fried Rice",
|
||||
price: "$14.00",
|
||||
rating: 4,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pasta-dish-restaurant-table_7939-2496.jpg",
|
||||
},
|
||||
id: "p6", brand: "Classic", name: "Special Fried Rice", price: "$14.00", rating: 4,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/pasta-dish-restaurant-table_7939-2496.jpg"},
|
||||
]}
|
||||
title="Signature Dishes"
|
||||
description="From steaming baskets of dim sum to bold Szechuan classics."
|
||||
@@ -177,34 +122,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
title: "Fresh Ingredients",
|
||||
items: [
|
||||
"Locally Sourced",
|
||||
"Hand-Picked",
|
||||
"No Preservatives",
|
||||
],
|
||||
id: "m1", value: "100%", title: "Fresh Ingredients", items: [
|
||||
"Locally Sourced", "Hand-Picked", "No Preservatives"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24h",
|
||||
title: "Slow Cooking",
|
||||
items: [
|
||||
"Traditional Broth",
|
||||
"Marinated Meat",
|
||||
"Slow Roasted",
|
||||
],
|
||||
id: "m2", value: "24h", title: "Slow Cooking", items: [
|
||||
"Traditional Broth", "Marinated Meat", "Slow Roasted"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5/5",
|
||||
title: "Star Rating",
|
||||
items: [
|
||||
"Dine-in",
|
||||
"Take-away",
|
||||
"Service",
|
||||
],
|
||||
id: "m3", value: "5/5", title: "Star Rating", items: [
|
||||
"Dine-in", "Take-away", "Service"],
|
||||
},
|
||||
]}
|
||||
title="Excellence in Numbers"
|
||||
@@ -220,45 +147,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elena Rodriguez",
|
||||
role: "Foodie",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-japanese-street-food_23-2149410185.jpg",
|
||||
},
|
||||
id: "1", name: "Elena Rodriguez", role: "Foodie", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-japanese-street-food_23-2149410185.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark Stevens",
|
||||
role: "Frequent Guest",
|
||||
company: "Visitor",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-seaweed-meals-home_52683-110579.jpg",
|
||||
},
|
||||
id: "2", name: "Mark Stevens", role: "Frequent Guest", company: "Visitor", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-seaweed-meals-home_52683-110579.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah Chen",
|
||||
role: "Regular",
|
||||
company: "Neighbor",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-holding-glass-whisky-bar_23-2147861976.jpg",
|
||||
},
|
||||
id: "3", name: "Sarah Chen", role: "Regular", company: "Neighbor", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-holding-glass-whisky-bar_23-2147861976.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Miller",
|
||||
role: "Food Enthusiast",
|
||||
company: "Visitor",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552633.jpg",
|
||||
},
|
||||
id: "4", name: "David Miller", role: "Food Enthusiast", company: "Visitor", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552633.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Julia Wang",
|
||||
role: "Diner",
|
||||
company: "Regular",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2149008699.jpg",
|
||||
},
|
||||
id: "5", name: "Julia Wang", role: "Diner", company: "Regular", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2149008699.jpg"},
|
||||
]}
|
||||
title="Voices of Delight"
|
||||
description="Our community shares their favorite dining memories."
|
||||
@@ -271,20 +173,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you offer reservations?",
|
||||
content: "Yes, we encourage reservations for weekend nights and large groups.",
|
||||
},
|
||||
id: "q1", title: "Do you offer reservations?", content: "Yes, we encourage reservations for weekend nights and large groups."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are there vegetarian options?",
|
||||
content: "Absolutely, we have an extensive vegetarian menu available.",
|
||||
},
|
||||
id: "q2", title: "Are there vegetarian options?", content: "Absolutely, we have an extensive vegetarian menu available."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes, through our website and major food delivery apps.",
|
||||
},
|
||||
id: "q3", title: "Do you offer delivery?", content: "Yes, through our website and major food delivery apps."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/japanese-food-court-with-teapot-heating-up_23-2148759567.jpg"
|
||||
imageAlt="Restaurant ambiance"
|
||||
@@ -298,8 +191,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Newsletter"
|
||||
title="Join Our Table"
|
||||
description="Sign up to receive our weekly specials, news, and exclusive event invitations."
|
||||
@@ -311,33 +203,21 @@ export default function LandingPage() {
|
||||
logoText="Golden Lotus"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Menu", href: "#products"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user