Switch to version 2: modified src/app/page.tsx

This commit is contained in:
2026-05-24 12:58:05 +00:00
parent b3f6eb068b
commit 4eb7e1c6c8

View File

@@ -33,23 +33,23 @@ export default function LandingPage() {
navItems={[
{ name: "About", id: "#about" },
{ name: "Menu", id: "#menu" },
{ name: "Testimonials", id: "#testimonials" },
{ name: "Experience", id: "#testimonials" },
{ name: "Contact", id: "#contact" },
]}
brandName="Tashkent Smash"
brandName="Smash Burger"
/>
</div>
<div id="hero" data-section="hero">
<HeroLogo
logoText="TASHKENT SMASH"
description="The finest smash burger experience in the heart of Tashkent. Crispy edges, juicy centers, and artisanal ingredients locally prepared."
logoText="SMASH BURGER"
description="The ultimate smash burger experience. Crispy edges, juicy centers, and artisanal ingredients."
buttons={[
{ text: "View Menu", href: "#menu" },
{ text: "Visit Us", href: "#contact" },
{ text: "Order Now", href: "#contact" },
]}
imageSrc="https://img.b2bpic.net/free-photo/side-view-burger-with-lettuce-cheese-tomato-sesame-buns_140725-7828.jpg"
imageAlt="Authentic Smash Burger"
imageAlt="Delicious Smash Burger"
/>
</div>
@@ -57,15 +57,15 @@ export default function LandingPage() {
<SplitAbout
textboxLayout="split"
useInvertedBackground={false}
title="Tashkent's Finest Smash"
description="Located in the bustling center of Tashkent, we believe a great burger starts with fresh, locally sourced beef smashed to perfection. Every bite captures that signature crust you crave in a classic smash burger."
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: "Local Heritage", description: "Supporting local farmers in the Tashkent region." },
{ title: "Signature Smashed", description: "Scorched-grill technique for optimal crispiness." },
{ title: "House Sauce", description: "A unique recipe developed right here in Tashkent." },
{ 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="https://img.b2bpic.net/free-photo/hand-holding-delicious-burger-outdoors_23-2148419614.jpg"
imageAlt="Smash Burger in Tashkent"
imageAlt="Smash Burger Preparation"
/>
</div>
@@ -76,13 +76,13 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
products={[
{ id: "1", brand: "Classic", name: "Tashkent Signature", price: "45,000 UZS", 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", price: "75,000 UZS", rating: 5, reviewCount: "180", imageSrc: "https://img.b2bpic.net/free-photo/burger-with-truffle-sauce_140725-7828.jpg" },
{ id: "3", brand: "Classic", name: "Smash & Bacon", price: "55,000 UZS", rating: 4, reviewCount: "310", imageSrc: "https://img.b2bpic.net/free-photo/bacon-cheeseburger_140725-7828.jpg" },
{ id: "4", brand: "Vegetarian", name: "Garden Smash", price: "40,000 UZS", rating: 4, reviewCount: "95", imageSrc: "https://img.b2bpic.net/free-photo/vegan-burger_140725-7828.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 Menu"
description="Simply the best smash burgers in the capital."
description="Simply the best smash burgers in town."
/>
</div>
@@ -93,9 +93,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
metrics={[
{ id: "m1", value: "10k+", description: "Burgers Smashed in Tashkent" },
{ id: "m1", value: "10k+", description: "Burgers Smashed" },
{ id: "m2", value: "4.9/5", description: "Guest Rating" },
{ id: "m3", value: "15", description: "Local Toppings" },
{ id: "m3", value: "15", description: "Unique Toppings" },
]}
title="By The Numbers"
description="Quality you can taste."
@@ -108,8 +108,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Ali M.", role: "Local Foodie", company: "Tashkent Eats", rating: 5 },
{ id: "2", name: "Dilnoza K.", role: "Student", company: "Tashkent Diner", rating: 5 },
{ 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: "98%", label: "Happy Guests" },
@@ -117,18 +117,17 @@ export default function LandingPage() {
{ value: "100%", label: "Fresh" },
]}
title="Fan Favorites"
description="The talk of the town in Tashkent."
description="Don't just take our word for it."
/>
</div>
<div id="social" data-section="social">
<SocialProofOne
names={["Tashkent Food Guide", "Central Asia Eats", "Capital Gourmet", "Local Life"]
}
names={["City Journal", "Food Guide", "Burger Lovers Weekly", "Local Eats"]}
textboxLayout="default"
useInvertedBackground={false}
title="Featured In"
description="Recognized for excellence in the city."
description="Recognized for excellence."
/>
</div>
@@ -137,8 +136,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{ id: "q1", title: "Do you offer delivery?", content: "Yes, we deliver across the Tashkent city center." },
{ id: "q2", title: "Do you cater events?", content: "Yes, we host smash burger pop-ups for events in Tashkent." },
{ 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="Need Answers?"
description="Everything you need to know about us."
@@ -150,7 +149,7 @@ export default function LandingPage() {
<ContactSplitForm
useInvertedBackground={false}
title="Order Ahead"
description="Get your hot, fresh smash burger ready when you arrive in Tashkent."
description="Get your hot, fresh smash burger ready when you arrive."
inputs={[
{ name: "name", type: "text", placeholder: "Name", required: true },
{ name: "order", type: "text", placeholder: "Your Order", required: true },
@@ -162,10 +161,10 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/delicious-cheeseburger_140725-7828.jpg"
logoText="TASHKENT SMASH"
logoText="SMASH BURGER"
columns={[
{ title: "Navigation", items: [{ label: "Home", href: "#nav" }, { label: "Menu", href: "#menu" }] },
{ title: "Location", items: [{ label: "Tashkent Center", href: "#contact" }] },
{ title: "Contact", items: [{ label: "Email", href: "mailto:eat@smashburger.com" }] },
]}
/>
</div>