Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bb06e53727 | |||
| d78f93b9f9 | |||
| 1f9db94b5f | |||
| a11d14d8dd | |||
| ffaf83ef79 | |||
| cc8e2cdf57 |
1426
src/app/layout.tsx
1426
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
257
src/app/page.tsx
257
src/app/page.tsx
@@ -9,7 +9,7 @@ import TestimonialCardTwelve from "@/components/sections/testimonial/Testimonial
|
||||
import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree";
|
||||
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import { Star, Check, Award, Flame, Zap, Heart, MapPin, Utensils } from "lucide-react";
|
||||
import { Star, Check, Award, Flame, Zap, Heart, MapPin, Utensils, Droplet, Coffee } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -28,68 +28,68 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Delivery", id: "delivery" },
|
||||
{ name: "Location", id: "location" },
|
||||
{ name: "Order Now", id: "order" },
|
||||
{ name: "Меню", id: "menu" },
|
||||
{ name: "Ичимликлар", id: "drinks" },
|
||||
{ name: "Бисквит", id: "biscuits" },
|
||||
{ name: "Бизнинг хақимизда", id: "about" },
|
||||
{ name: "Жойлашув", id: "location" },
|
||||
]}
|
||||
brandName="PANDA BURGER"
|
||||
bottomLeftText="Premium Fast Food"
|
||||
bottomRightText="Klass in Every Bite"
|
||||
bottomLeftText="Юқори сифатли Фаст Фуд"
|
||||
bottomRightText="Хар бирida Сиф"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
title="Not Just a Burger. It's a Standard."
|
||||
description="Premium burgers. Fresh ingredients. Fast delivery."
|
||||
title="Пандa Бургер — Ўзбекистон сайди энг эм"
|
||||
description="Юқори сифатли бургерлар. Тази ингредиентлар. Тез етказиш."
|
||||
background={{ variant: "plain" }}
|
||||
tag="5.0 Customer Rating"
|
||||
tag="5.0 Фойдаланувчи Рейтинги"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Order Now", href: "#order" },
|
||||
{ text: "Меню қўрўв", href: "#menu" },
|
||||
{ text: "Буюртма беринг", href: "#menu" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
{
|
||||
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beef-burger-with-salad_23-2148784488.jpg?_wi=1", imageAlt: "Premium signature burger"
|
||||
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beef-burger-with-salad_23-2148784488.jpg?_wi=1", imageAlt: "Юқори сифатли сигнатура бургер"
|
||||
},
|
||||
{
|
||||
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/cook-holding-tasty-burgers-front-view_23-2149897387.jpg", imageAlt: "Double beef burger"
|
||||
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/cook-holding-tasty-burgers-front-view_23-2149897387.jpg", imageAlt: "Икки гўшт бургер"
|
||||
},
|
||||
{
|
||||
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breast-meat-salad_74190-6128.jpg", imageAlt: "Crispy chicken burger"
|
||||
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breast-meat-salad_74190-6128.jpg", imageAlt: "Қимал қўйилган морг бургер"
|
||||
},
|
||||
{
|
||||
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/burger-closeup-fast-food-cheat-meal-concept-junk-food_169016-67425.jpg", imageAlt: "Spicy jalapeño burger"
|
||||
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/burger-closeup-fast-food-cheat-meal-concept-junk-food_169016-67425.jpg", imageAlt: "Қип жаладон бургер"
|
||||
},
|
||||
{
|
||||
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-tasty-french-fries-tomatoes_23-2148374850.jpg", imageAlt: "Classic panda burger"
|
||||
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-tasty-french-fries-tomatoes_23-2148374850.jpg", imageAlt: "Классик панда бургер"
|
||||
},
|
||||
{
|
||||
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-composition_23-2148868223.jpg", imageAlt: "Gourmet burger showcase"
|
||||
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-composition_23-2148868223.jpg", imageAlt: "Бўршак бургер намойиш"
|
||||
},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
ariaLabel="Hero section with rotating burger carousel"
|
||||
ariaLabel="Герой қисми буранда бургер карусели билан"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
tag="Our Promise"
|
||||
tag="Бизнинг Вадаси"
|
||||
tagIcon={Check}
|
||||
tagAnimation="slide-up"
|
||||
title="Why Everyone Says "Klass""
|
||||
description="At Panda Burger, we don't just make fast food — we craft flavor. Every bun is toasted to perfection. Every patty is juicy, bold, unforgettable. Every order meets our standard."
|
||||
subdescription="Fresh ingredients • Premium quality • Fast delivery • Consistent taste"
|
||||
title="Бургер Махоратининг Йўл ёк"
|
||||
description="Панда Бургерда биз шunchaki фаст фуд қилмаймиз — биз ўз-ўзидан чик лаззатни яратамиз. Хар бир пав мукамал жағда қирился. Хар бир паттелон сўялиқ, жўқариши унутувчи. Хар бир буюртма бизнинг стандартни қаноатлантиради."
|
||||
subdescription="Тази ингредиентлар • Юқори сифат • Тез етказиш • Доимий та'м"
|
||||
icon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/burger-ingredients_1339-1537.jpg"
|
||||
imageAlt="Chef preparing premium burger"
|
||||
imageAlt="Юқори сифатли бургер тайёрлоқ"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -99,30 +99,141 @@ export default function LandingPage() {
|
||||
<ProductCardThree
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Panda Classic", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheesy-meat-burger-with-seasonings-dark-surface-meat-bun-sandwich-fries_140725-82155.jpg", imageAlt: "Panda Classic burger", initialQuantity: 1,
|
||||
id: "1", name: "Панда Классик", price: "25,000 сўм", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheesy-meat-burger-with-seasonings-dark-surface-meat-bun-sandwich-fries_140725-82155.jpg", imageAlt: "Панда Классик бургер", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "2", name: "Double Panda", price: "$16.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-plate-high-angle_23-2149897391.jpg", imageAlt: "Double Panda burger", initialQuantity: 1,
|
||||
id: "2", name: "Икки Панда", price: "35,000 сўм", imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-plate-high-angle_23-2149897391.jpg", imageAlt: "Икки Панда бургер", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "3", name: "Spicy Panda", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-photo/yummy-burger-wooden-table_23-2148374847.jpg", imageAlt: "Spicy Panda burger", initialQuantity: 1,
|
||||
id: "3", name: "Қип Панда", price: "28,000 сўм", imageSrc: "http://img.b2bpic.net/free-photo/yummy-burger-wooden-table_23-2148374847.jpg", imageAlt: "Қип Панда бургер", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "4", name: "Chicken Panda", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/spanish-serrano-ham-sandwich-isolated-white-background_123827-24834.jpg", imageAlt: "Chicken Panda burger", initialQuantity: 1,
|
||||
id: "4", name: "Морг Панда", price: "30,000 сўм", imageSrc: "http://img.b2bpic.net/free-photo/spanish-serrano-ham-sandwich-isolated-white-background_123827-24834.jpg", imageAlt: "Морг Панда бургер", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "5", name: "Golden Fries", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-box-fries-with-sauces_23-2148238517.jpg", imageAlt: "Golden Fries", initialQuantity: 1,
|
||||
id: "5", name: "Олтин Қарамайлар", price: "10,000 сўм", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-box-fries-with-sauces_23-2148238517.jpg", imageAlt: "Олтин Қарамайлар", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "6", name: "Sides & Extras", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/fast-food-meal-with-copy-space_23-2148273001.jpg", imageAlt: "Onion rings and mozzarella sticks", initialQuantity: 1,
|
||||
id: "6", name: "Қосимча Хизматлар", price: "12,000 сўм", imageSrc: "http://img.b2bpic.net/free-photo/fast-food-meal-with-copy-space_23-2148273001.jpg", imageAlt: "Пиёз қўриши ва сыр чўпалари", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
title="Our Menu"
|
||||
description="Premium burgers, crispy sides, and fresh drinks crafted to perfection"
|
||||
tag="Signature Selection"
|
||||
title="Бургер Меню"
|
||||
description="Юқори сифатли бургерлар, қимал қўйилган қараўалар ва тази ичимликлар мукаммалликка сўртланган"
|
||||
tag="Сигнатура Танлови"
|
||||
tagIcon={Flame}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[{ text: "View All Items", href: "#" }]}
|
||||
buttons={[{ text: "Барча Махсулотларни Қўрўв", href: "#" }]}
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
carouselMode="buttons"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="drinks" data-section="drinks">
|
||||
<ProductCardThree
|
||||
products={[
|
||||
{
|
||||
id: "d1", name: "Қолимли Қоқ", price: "5,000 сўм", imageSrc: "http://img.b2bpic.net/free-photo/top-view-ice-cold-beverage-glasses-table_23-2148211858.jpg", imageAlt: "Қолимли Қоқ", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "d2", name: "Апельсин Шарбати", price: "6,000 сўм", imageSrc: "http://img.b2bpic.net/free-photo/glass-orange-juice-with-oranges_23-2148207928.jpg", imageAlt: "Апельсин Шарбати", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "d3", name: "Манго Мокко", price: "8,000 сўм", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-mango-juice-summer-drink_23-2148235245.jpg", imageAlt: "Манго Мокко", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "d4", name: "Қолимли Қова", price: "7,000 сўм", imageSrc: "http://img.b2bpic.net/free-photo/glass-milk-isolated-white-background_90220-1868.jpg", imageAlt: "Қолимли Қова", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "d5", name: "Шоколад Шарбати", price: "7,500 сўм", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-milkshake-isolated-white_71487-23.jpg", imageAlt: "Шоколад Шарбати", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "d6", name: "Қора Қахва", price: "4,000 сўм", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-beans-isolated-white-background_90220-428.jpg", imageAlt: "Қора Қахва", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
title="Ичимликлар"
|
||||
description="Норалошни қўллаб турадиган иччимликлар ва ичимликлар"
|
||||
tag="Сүйпача'м Ичимликлар"
|
||||
tagIcon={Droplet}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[]}
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
carouselMode="buttons"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="kfc" data-section="kfc">
|
||||
<ProductCardThree
|
||||
products={[
|
||||
{
|
||||
id: "k1", name: "КФС Булов Сет", price: "32,000 сўм", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-plate-white-background_23-2148211885.jpg", imageAlt: "КФС Булов Сет", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "k2", name: "Қимал Булов Сет", price: "28,000 сўм", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-wings-plate_23-2148211882.jpg", imageAlt: "Қимал Булов Сет", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "k3", name: "Булов Биз-Заво", price: "35,000 сўм", imageSrc: "http://img.b2bpic.net/free-photo/appetizing-fried-chicken-plate_23-2148211879.jpg", imageAlt: "Булов Биз-Заво", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "k4", name: "Булов Қозиқ", price: "18,000 сўм", imageSrc: "http://img.b2bpic.net/free-photo/chicken-drumstick-golden-fried_23-2148211876.jpg", imageAlt: "Булов Қозиқ", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "k5", name: "Булов Юқори Қариқ", price: "20,000 сўм", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-thigh-isolated_23-2148211873.jpg", imageAlt: "Булов Юқори Қариқ", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "k6", name: "Булов Баал", price: "22,000 сўм", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-breast-isolated_23-2148211870.jpg", imageAlt: "Булов Баал", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
title="Қимал Булов (КФС)"
|
||||
description="Мукаммал шахарнинг қимал қўйилган булови, сохатан-сохат қимал хазинадан"
|
||||
tag="КФС Махсус"
|
||||
tagIcon={Flame}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[]}
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
carouselMode="buttons"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="biscuits" data-section="biscuits">
|
||||
<ProductCardThree
|
||||
products={[
|
||||
{
|
||||
id: "b1", name: "Соғ Бисквит", price: "3,000 сўм", imageSrc: "http://img.b2bpic.net/free-photo/delicious-biscuits-white-background_23-2148268545.jpg", imageAlt: "Соғ Бисквит", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "b2", name: "Шоколад Бисквит", price: "3,500 сўм", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-biscuits-isolated_23-2148268542.jpg", imageAlt: "Шоколад Бисквит", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "b3", name: "Жура Бисквит", price: "4,000 сўм", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-biscuits-isolated_23-2148268539.jpg", imageAlt: "Жура Бисквит", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "b4", name: "Қимқи Бисквит", price: "3,000 сўм", imageSrc: "http://img.b2bpic.net/free-photo/cheese-biscuits-white-background_23-2148268536.jpg", imageAlt: "Қимқи Бисквит", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "b5", name: "Лимон Бисквит", price: "3,500 сўм", imageSrc: "http://img.b2bpic.net/free-photo/lemon-biscuits-isolated_23-2148268533.jpg", imageAlt: "Лимон Бисквит", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "b6", name: "Апельсин Бисквит", price: "3,500 сўм", imageSrc: "http://img.b2bpic.net/free-photo/orange-biscuits-white-background_23-2148268530.jpg", imageAlt: "Апельсин Бисквит", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
title="Бисквитлар ва қавоқ"
|
||||
description="Сўславчи бисквитлар ва қавоқ кулинарликан сохтакорман ясалған"
|
||||
tag="Таньлови"
|
||||
tagIcon={Coffee}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[]}
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -136,20 +247,20 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Sarah Chen"
|
||||
id: "1", name: "Сора Чен", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Сора Чен"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-business-leader-showing-statistics_1262-2964.jpg", imageAlt: "Marcus Johnson"
|
||||
id: "2", name: "Маркус Жонсон", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-business-leader-showing-statistics_1262-2964.jpg", imageAlt: "Маркус Жонсон"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Elena Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-home_23-2149412549.jpg", imageAlt: "Elena Rodriguez"
|
||||
id: "3", name: "Елена Родригез", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-home_23-2149412549.jpg", imageAlt: "Елена Родригез"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-businesswoman-your-own-business-gives-lot-benefits_329181-11452.jpg", imageAlt: "David Kim"
|
||||
id: "4", name: "Давид Ким", imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-businesswoman-your-own-business-gives-lot-benefits_329181-11452.jpg", imageAlt: "Давид Ким"
|
||||
},
|
||||
]}
|
||||
cardTitle="Loved by Everyone Who Tries It"
|
||||
cardTag="Trusted by Thousands"
|
||||
cardTitle="Сўчишимоғни сўйадиган Энаси"
|
||||
cardTag="Минглаб кишилар ишончи"
|
||||
cardTagIcon={Heart}
|
||||
cardAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
@@ -160,22 +271,22 @@ export default function LandingPage() {
|
||||
<FeatureCardTwentyThree
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "30 Minutes or Less", tags: ["Guarantee", "City Wide"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-thoughtful-young-adult-wearing-red-blouse-hat-gloves-medical-mask-delivering-order-sitting-scooter-yellow-wall_179666-33486.jpg?_wi=1", imageAlt: "Fast delivery service"
|
||||
id: "1", title: "30 Дақиқа ёки Кам", tags: ["Гарантия", "Шахар Бўйлаб"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-thoughtful-young-adult-wearing-red-blouse-hat-gloves-medical-mask-delivering-order-sitting-scooter-yellow-wall_179666-33486.jpg?_wi=1", imageAlt: "Тез этказиш хизмати"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Hot & Fresh Guarantee", tags: ["Premium", "Quality"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-thoughtful-young-adult-wearing-red-blouse-hat-gloves-medical-mask-delivering-order-sitting-scooter-yellow-wall_179666-33486.jpg?_wi=2", imageAlt: "Fresh delivery"
|
||||
id: "2", title: "Иссиқ ва Тази Гарантия", tags: ["Юқори Сифат", "Махсус"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-thoughtful-young-adult-wearing-red-blouse-hat-gloves-medical-mask-delivering-order-sitting-scooter-yellow-wall_179666-33486.jpg?_wi=2", imageAlt: "Тази этказиш"
|
||||
},
|
||||
]}
|
||||
title="Fast. Fresh. Reliable."
|
||||
description="Hot and fresh at your door. No compromise. No delay."
|
||||
tag="Delivery"
|
||||
title="Тез. Тази. Ишончли."
|
||||
description="Иссиқ ва тази эшимизда. Ҳичқандай муомаласи йўқ. Ҳичқандай кечикишсиз."
|
||||
tag="Этказиш"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Order Now", href: "#order" },
|
||||
{ text: "Call Us", href: "tel:+1234567890" },
|
||||
{ text: "Буюртма беринг", href: "#menu" },
|
||||
{ text: "Бизга Қўнг", href: "tel:+998"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -188,18 +299,18 @@ export default function LandingPage() {
|
||||
<ContactFaq
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What are your hours?", content: "Monday - Sunday: 11:00 AM - 11:00 PM. Special hours may apply on holidays."
|
||||
id: "1", title: "Сизнинг вақтлари қайси?", content: "Дүшанба - Якшанба: 11:00 ТМ - 23:00 ТМ. Байрамлар ундаги ўзгача вақтлар бўлиши мумкин."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Do you have delivery?", content: "Yes! We deliver within 30 minutes to most areas. Order through our app or call us directly."
|
||||
id: "2", title: "Сизда этказиш бор?", content: "Ҳа! Биз 30 дақиқада ўзумиз фойдаланан аксарият ўринларга этказаваливк. Унинг орқали буюртма берин ёки бизга бевосита қўнг."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Can I order online?", content: "Absolutely. Order online anytime, and we'll have your food ready for pickup or delivery."
|
||||
id: "3", title: "Онлайн буюртма бера оларманми?", content: "Албата. Қачондаморн онлайн буюртма беринг, ва биз сизнинг овқат унинг олишида ёки этказишида тайёр бўлай"
|
||||
},
|
||||
]}
|
||||
ctaTitle="Visit Panda Burger"
|
||||
ctaDescription="Experience premium quality in person. Walk-in or call ahead."
|
||||
ctaButton={{ text: "Get Directions", href: "#" }}
|
||||
ctaTitle="Панда Бургерни Зиёрат Қилинг"
|
||||
ctaDescription="Юқори сифатни ўз ишиёқда сезиб олинг. Кирилинг ёки олдинроқ қўнг."
|
||||
ctaButton={{ text: "Йўнолишни Олинг", href: "#" }}
|
||||
ctaIcon={MapPin}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
@@ -209,15 +320,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="final-cta" data-section="final-cta">
|
||||
<TestimonialAboutCard
|
||||
tag="Ready?"
|
||||
tag="Тайёрдадан? Буюртма беринг!"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
title="Ready to Taste the Standard?"
|
||||
description="Order now and experience why everyone says: "Klass.""
|
||||
subdescription="Premium fast food. Unforgettable quality. Every time."
|
||||
title="Панда Бургер ва Сифни татиб қўринг?"
|
||||
description="Буюртма бел ва бизнинг худовинихиз ва хўёғар хўттин сезиб олинг"
|
||||
subdescription="Юқори сифатли фаст фуд. Унутувчи махсус. Хар сох."
|
||||
icon={Utensils}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-beef-burger-with-salad_23-2148784488.jpg?_wi=2"
|
||||
imageAlt="Premium Panda Burger"
|
||||
imageAlt="Юқори сифатли Панда Бургер"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -228,30 +339,30 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{ label: "Menu", href: "#menu" },
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Delivery", href: "#delivery" },
|
||||
{ label: "Меню", href: "#menu" },
|
||||
{ label: "Ичимликлар", href: "#drinks" },
|
||||
{ label: "КФС", href: "#kfc" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Order Online", href: "#order" },
|
||||
{ label: "Loyalty Program", href: "#loyalty" },
|
||||
{ label: "Careers", href: "#" },
|
||||
{ label: "Бисквитлар", href: "#biscuits" },
|
||||
{ label: "Онлайн буюртма", href: "#menu" },
|
||||
{ label: "Қўлай Сўзи", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Contact Us", href: "#location" },
|
||||
{ label: "Location", href: "#location" },
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Бизнинг Хақимиз", href: "#about" },
|
||||
{ label: "Жойлашув", href: "#location" },
|
||||
{ label: "Тез Этказиш", href: "#delivery" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Feedback", href: "#" },
|
||||
{ label: "Шахсий Сияват", href: "#" },
|
||||
{ label: "Қидиқ Хизмати", href: "#" },
|
||||
{ label: "Фикр", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user