Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a9accd70f7 | |||
| b467445fd5 |
@@ -36,13 +36,13 @@ export default function LandingPage() {
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Tashkent Smash"
|
||||
brandName="Smash Burger Tashkent"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="TASHKENT SMASH"
|
||||
logoText="SMASH BURGER TASHKENT"
|
||||
description="The finest smash burger experience in the heart of Tashkent. Crispy edges, juicy centers, and artisanal ingredients locally prepared."
|
||||
buttons={[
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
@@ -58,11 +58,11 @@ export default function LandingPage() {
|
||||
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."
|
||||
description="Located at 14/1, 100097, 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."
|
||||
bulletPoints={[
|
||||
{ title: "Local Heritage", description: "Supporting local farmers in the Tashkent region." },
|
||||
{ title: "Central Tashkent", description: "14/1, 100097, Tashkent" },
|
||||
{ title: "Signature Smashed", description: "Scorched-grill technique for optimal crispiness." },
|
||||
{ title: "House Sauce", description: "A unique recipe developed right here in Tashkent." },
|
||||
{ title: "Contact Us", description: "+998 95 493 33 44" },
|
||||
]}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/hand-holding-delicious-burger-outdoors_23-2148419614.jpg"
|
||||
imageAlt="Smash Burger in Tashkent"
|
||||
@@ -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: "1–50 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: "1–50 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: "1–50 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: "1–50 000 UZS", 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 the capital, affordable and delicious."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -95,7 +95,7 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{ id: "m1", value: "10k+", description: "Burgers Smashed in Tashkent" },
|
||||
{ id: "m2", value: "4.9/5", description: "Guest Rating" },
|
||||
{ id: "m3", value: "15", description: "Local Toppings" },
|
||||
{ id: "m3", value: "1–50k UZS", description: "Price Range" },
|
||||
]}
|
||||
title="By The Numbers"
|
||||
description="Quality you can taste."
|
||||
@@ -138,7 +138,7 @@ export default function LandingPage() {
|
||||
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: "q2", title: "Where are you located?", content: "We are at 14/1, 100097, Tashkent." },
|
||||
]}
|
||||
title="Need Answers?"
|
||||
description="Everything you need to know about us."
|
||||
@@ -149,8 +149,8 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Order Ahead"
|
||||
description="Get your hot, fresh smash burger ready when you arrive in Tashkent."
|
||||
title="Visit Us"
|
||||
description="Visit us at 14/1, 100097, Tashkent or call +998 95 493 33 44 for orders."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Name", required: true },
|
||||
{ name: "order", type: "text", placeholder: "Your Order", required: true },
|
||||
@@ -162,10 +162,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 TASHKENT"
|
||||
columns={[
|
||||
{ title: "Navigation", items: [{ label: "Home", href: "#nav" }, { label: "Menu", href: "#menu" }] },
|
||||
{ title: "Location", items: [{ label: "Tashkent Center", href: "#contact" }] },
|
||||
{ title: "Location", items: [{ label: "14/1, 100097, Tashkent", href: "#contact" }, { label: "+998 95 493 33 44", href: "tel:+998954933344" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user