Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4422f3f284 | |||
| 8023d90b0e |
300
src/app/page.tsx
300
src/app/page.tsx
@@ -31,39 +31,25 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
{
|
||||
name: "Experience",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Menu", id: "#menu" },
|
||||
{ name: "Experience", id: "#testimonials" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Chenson"
|
||||
brandName="Smash Burger"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="CHENSON"
|
||||
description="Authentic Korean flavors meet European sophistication in the heart of Tashkent."
|
||||
logoText="SMASH BURGER"
|
||||
description="The ultimate smash burger experience. Crispy edges, juicy centers, and artisanal ingredients."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Order Now", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-white-long-sleeve-shirt-sitting-chair-cafe_250224-25.jpg"
|
||||
imageAlt="restaurant interior luxury fusion"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/side-view-burger-with-lettuce-cheese-tomato-sesame-buns_140725-7828.jpg"
|
||||
imageAlt="Delicious Smash Burger"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -71,25 +57,15 @@ export default function LandingPage() {
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="A Culinary Fusion"
|
||||
description="We bridge the gap between East and West, crafting unique recipes that respect Korean tradition while embracing European flair."
|
||||
title="The Art of the Smash"
|
||||
description="We believe a great burger starts with fresh, high-quality beef smashed to perfection on a scorching hot grill. Every bite captures that signature caramelized crust you crave."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Authentic Ingredients",
|
||||
description: "Sourced daily for maximum freshness.",
|
||||
},
|
||||
{
|
||||
title: "Chef-Driven Menu",
|
||||
description: "Created by culinary masters of both worlds.",
|
||||
},
|
||||
{
|
||||
title: "Atmosphere",
|
||||
description: "A refined space for every occasion.",
|
||||
},
|
||||
{ title: "Premium Beef", description: "100% grass-fed, locally sourced blend." },
|
||||
{ title: "Fresh Buns", description: "Baked daily for the perfect soft texture." },
|
||||
{ title: "Secret Sauce", description: "Tangy, savory, and made in-house." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ice-cream-slice-syrup-dried-figs_141793-1201.jpg"
|
||||
imageAlt="korean european fusion dish"
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/hand-holding-delicious-burger-outdoors_23-2148419614.jpg"
|
||||
imageAlt="Smash Burger Preparation"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -100,63 +76,13 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Korean",
|
||||
name: "Signature Bulgogi",
|
||||
price: "145,000 UZS",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-pork-served-with-sauce-korean-style_1150-42939.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "European",
|
||||
name: "Truffle Pasta",
|
||||
price: "125,000 UZS",
|
||||
rating: 4,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salad-with-red-caviar-salmon-avocado_140725-6797.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Fusion",
|
||||
name: "Kimchi Risotto",
|
||||
price: "110,000 UZS",
|
||||
rating: 5,
|
||||
reviewCount: "92",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sushi-delivery-top-view-rolls-with-fish-background_132075-14244.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Korean",
|
||||
name: "Bibimbap Deluxe",
|
||||
price: "95,000 UZS",
|
||||
rating: 4,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-creamy-delicious-cake-with-fresh-fruits-white-surface-birthday-tea-biscuit-sweet-cream-cake_140725-101608.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "European",
|
||||
name: "Grilled Salmon",
|
||||
price: "180,000 UZS",
|
||||
rating: 5,
|
||||
reviewCount: "70",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salad-with-berries-herbs-cherry-tomatoes-mozarella-balls_114579-3555.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Fusion",
|
||||
name: "Fusion Dessert",
|
||||
price: "65,000 UZS",
|
||||
rating: 5,
|
||||
reviewCount: "60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pickled-olives-glass-jar-with-black-bread-slices-blue_114579-15505.jpg",
|
||||
},
|
||||
{ id: "1", brand: "Classic", name: "Signature Smash", price: "$8.50", rating: 5, reviewCount: "250", imageSrc: "https://img.b2bpic.net/free-photo/cheeseburger-with-lettuce-tomato-white-plate_140725-7828.jpg" },
|
||||
{ id: "2", brand: "Premium", name: "Double Truffle Smash", price: "$12.99", rating: 5, reviewCount: "180", imageSrc: "https://img.b2bpic.net/free-photo/burger-with-truffle-sauce_140725-7828.jpg" },
|
||||
{ id: "3", brand: "Classic", name: "Bacon Cheese Smash", price: "$9.99", rating: 4, reviewCount: "310", imageSrc: "https://img.b2bpic.net/free-photo/bacon-cheeseburger_140725-7828.jpg" },
|
||||
{ id: "4", brand: "Vegan", name: "Impossible Smash", price: "$11.50", rating: 4, reviewCount: "95", imageSrc: "https://img.b2bpic.net/free-photo/vegan-burger_140725-7828.jpg" },
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
description="Explore our curated selection of Korean and European delicacies."
|
||||
title="Our Menu"
|
||||
description="Simply the best smash burgers in town."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -167,24 +93,12 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "5000+",
|
||||
description: "Happy Guests Served",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24",
|
||||
description: "Unique Fusion Dishes",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5",
|
||||
description: "Years of Excellence",
|
||||
},
|
||||
{ id: "m1", value: "10k+", description: "Burgers Smashed" },
|
||||
{ id: "m2", value: "4.9/5", description: "Guest Rating" },
|
||||
{ id: "m3", value: "15", description: "Unique Toppings" },
|
||||
]}
|
||||
title="Chenson by the Numbers"
|
||||
description="Our commitment to quality, measured by our guest satisfaction."
|
||||
title="By The Numbers"
|
||||
description="Quality you can taste."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -194,81 +108,26 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elena Kim",
|
||||
role: "Food Blogger",
|
||||
company: "Tashkent Eats",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark Evans",
|
||||
role: "Expats Club",
|
||||
company: "Tashkent",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-glass-with-white-wine_140725-5302.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sofia Mirza",
|
||||
role: "Frequent Diner",
|
||||
company: "Local Expert",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people-with-food_23-2149152941.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Ivanov",
|
||||
role: "Critic",
|
||||
company: "Fine Dining Review",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-eating-fast-food_23-2150347937.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anna Petrova",
|
||||
role: "Foodie",
|
||||
company: "Socialite",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-airline-check-attendant-counter_107420-95799.jpg",
|
||||
},
|
||||
{ id: "1", name: "John D.", role: "Local Foodie", company: "City Bites", rating: 5 },
|
||||
{ id: "2", name: "Sarah W.", role: "Frequent Diner", company: "Student", rating: 5 },
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9/5",
|
||||
label: "Avg Rating",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Freshness",
|
||||
},
|
||||
{
|
||||
value: "95%",
|
||||
label: "Retention",
|
||||
},
|
||||
{ value: "98%", label: "Happy Guests" },
|
||||
{ value: "5min", label: "Fast Prep" },
|
||||
{ value: "100%", label: "Fresh" },
|
||||
]}
|
||||
title="Guest Experiences"
|
||||
description="What our guests say about their dining experience at Chenson."
|
||||
title="Fan Favorites"
|
||||
description="Don't just take our word for it."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social" data-section="social">
|
||||
<SocialProofOne
|
||||
names={["City Journal", "Food Guide", "Burger Lovers Weekly", "Local Eats"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Gourmet Guild",
|
||||
"Tashkent Culinary Society",
|
||||
"Expats Guide",
|
||||
"Fine Dining World",
|
||||
"Top Restaurant 2024",
|
||||
"Hospitality Excellence",
|
||||
"Foodie Awards",
|
||||
]}
|
||||
title="Trusted & Recognized"
|
||||
description="Proudly recognized by culinary institutions."
|
||||
title="Featured In"
|
||||
description="Recognized for excellence."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -277,24 +136,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes, we partner with major delivery platforms in Tashkent.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you have vegetarian options?",
|
||||
content: "Yes, our menu features many vegetarian fusion options.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is a reservation necessary?",
|
||||
content: "Recommended for weekends to ensure availability.",
|
||||
},
|
||||
{ id: "q1", title: "Do you offer delivery?", content: "Yes, via UberEats and DoorDash." },
|
||||
{ id: "q2", title: "Gluten free?", content: "We offer lettuce wraps as an alternative." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about our restaurant."
|
||||
title="Need Answers?"
|
||||
description="Everything you need to know about us."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -302,66 +148,24 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Reserve a Table"
|
||||
description="We look forward to serving you. Please fill in the details below."
|
||||
title="Order Ahead"
|
||||
description="Get your hot, fresh smash burger ready when you arrive."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "text",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Name", required: true },
|
||||
{ name: "order", type: "text", placeholder: "Your Order", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Reservation Details (Guests, Date, Time)",
|
||||
rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-posing-night-with-flash_23-2150204419.jpg"
|
||||
imageAlt="modern restaurant entrance night"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/burger-with-french-fries_140725-7828.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qnwxcc"
|
||||
logoText="CHENSON"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/delicious-cheeseburger_140725-7828.jpg"
|
||||
logoText="SMASH BURGER"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Reservation",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:info@chenson.uz",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Navigation", items: [{ label: "Home", href: "#nav" }, { label: "Menu", href: "#menu" }] },
|
||||
{ title: "Contact", items: [{ label: "Email", href: "mailto:eat@smashburger.com" }] },
|
||||
]}
|
||||
imageAlt="elegant restaurant logo minimal"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user