7 Commits

Author SHA1 Message Date
8adc7e7426 Update src/app/page.tsx 2026-03-09 17:02:17 +00:00
affd41bafd Update src/app/styles/variables.css 2026-03-09 17:01:11 +00:00
bd1ae7406d Update src/app/styles/base.css 2026-03-09 17:01:10 +00:00
fa06a05443 Update src/app/page.tsx 2026-03-09 17:01:10 +00:00
7e2aa0970b Update src/app/layout.tsx 2026-03-09 17:01:10 +00:00
96b9762eeb Merge version_2 into main
Merge version_2 into main
2026-03-09 16:56:53 +00:00
30cc7177dd Merge version_2 into main
Merge version_2 into main
2026-03-09 16:56:05 +00:00
4 changed files with 143 additions and 300 deletions

View File

@@ -1,14 +1,14 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { Inter } from "next/font/google"; import { Montserrat } from "next/font/google";
import "./styles/variables.css"; import "./styles/variables.css";
import "./styles/base.css"; import "./styles/base.css";
const inter = Inter({ const montserrat = Montserrat({
variable: "--font-inter", subsets: ["latin"], variable: "--font-montserrat", subsets: ["latin"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Panda Burger - Panda Burger Menu", description: "Panda Burger - Premium Fast Food Menu"}; title: "Panda Burger - Premium Fast Food Menu", description: "Experience luxury dining with Panda Burger's premium menu selection"};
export default function RootLayout({ export default function RootLayout({
children, children,
@@ -17,7 +17,7 @@ export default function RootLayout({
}) { }) {
return ( return (
<html lang="uz" suppressHydrationWarning> <html lang="uz" suppressHydrationWarning>
<body className={`${inter.variable} antialiased`}> <body className={`${montserrat.variable} antialiased`}>
{children} {children}
<script <script

View File

@@ -1,245 +1,133 @@
"use client"; "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel"; import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial";
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven";
import ProductCardThree from "@/components/sections/product/ProductCardThree"; import ProductCardThree from "@/components/sections/product/ProductCardThree";
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree"; import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterSimple from "@/components/sections/footer/FooterSimple";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; import { Sparkles, Zap } from "lucide-react";
import { Star, Check, Award, Flame, Zap, Heart, MapPin, Utensils, Droplet, Coffee } from "lucide-react";
export default function Home() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "Menu", id: "menu" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
];
export default function LandingPage() {
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="hover-magnetic" defaultButtonVariant="text-stagger"
defaultTextAnimation="background-highlight" defaultTextAnimation="entrance-slide"
borderRadius="pill" borderRadius="rounded"
contentWidth="medium" contentWidth="medium"
sizing="large" sizing="mediumLarge"
background="blurBottom" background="aurora"
cardStyle="subtle-shadow" cardStyle="glass-elevated"
primaryButtonStyle="primary-glow" primaryButtonStyle="gradient"
secondaryButtonStyle="glass" secondaryButtonStyle="glass"
headingFontWeight="extrabold" headingFontWeight="semibold"
> >
<div id="nav" data-section="nav"> <NavbarLayoutFloatingOverlay
<NavbarStyleFullscreen navItems={navItems}
navItems={[ brandName="Panda Burger"
{ name: "Меню", id: "menu" }, button={{ text: "Order Now", href: "https://example.com" }}
{ name: "Ичимликлар", id: "drinks" }, />
{ name: "Бисквит", id: "biscuits" },
{ name: "Бизнинг хақимизда", id: "about" },
{ name: "Жойлашув", id: "location" },
]}
brandName="PANDA BURGER"
bottomLeftText="Юқори сифатли Фаст Фуд"
bottomRightText="Хар бирida Сиф"
/>
</div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel <HeroSplitTestimonial
title=андa Бургер — Ўзбекистон сайди энг эм" background={{ variant: "glowing-orb" }}
description="Юқори сифатли бургерлар. Тази ингредиентлар. Тез етказиш." title="Premium Luxury Dining Experience"
background={{ variant: "plain" }} description="Indulge in our exquisite menu crafted with the finest ingredients and modern culinary techniques"
tag="5.0 Фойдаланувчи Рейтинги" tag="Premium Selection"
tagIcon={Star} tagIcon={Sparkles}
tagAnimation="slide-up" imagePosition="right"
imageSrc="/panda-hero.jpg"
imageAlt="Premium Panda Burger dish"
testimonials={[
{
name: "Sarah Johnson", handle: "Food Critic", testimonial: "Absolutely exquisite. The flavors are sophisticated and the presentation is immaculate.", rating: 5,
imageSrc: "/avatar-1.jpg"},
{
name: "Michael Chen", handle: "Restaurateur", testimonial: "A masterclass in premium fast food. Every element is perfected.", rating: 5,
imageSrc: "/avatar-2.jpg"},
]}
buttons={[ buttons={[
{ text: "Меню қўрўв", href: "#menu" }, { text: "Explore Menu", href: "menu" },
{ text: "Буюртма беринг", href: "#menu" }, { text: "Reserve Table", href: "https://example.com" },
]} ]}
mediaAnimation="blur-reveal"
buttonAnimation="slide-up" 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: "Юқори сифатли сигнатура бургер"
},
{
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: "Қимал қўйилган морг бургер"
},
{
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: "Классик панда бургер"
},
{
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-composition_23-2148868223.jpg", imageAlt: "Бўршак бургер намойиш"
},
]}
autoPlay={true}
autoPlayInterval={4000}
ariaLabel="Герой қисми буранда бургер карусели билан"
/> />
</div> </div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<TestimonialAboutCard <InlineImageSplitTextAbout
tag="Бизнинг Вадаси" heading={[
tagIcon={Check} { type: "text", content: "Crafted with" },
tagAnimation="slide-up" { type: "image", src: "/panda-logo.svg", alt: "Panda Burger logo" },
title="Бургер Махоратининг Йўл ёк" { type: "text", content: "and refined excellence" },
description="Панда Бургерда биз шunchaki фаст фуд қилмаймиз — биз ўз-ўзидан чик лаззатни яратамиз. Хар бир пав мукамал жағда қирился. Хар бир паттелон сўялиқ, жўқариши унутувчи. Хар бир буюртма бизнинг стандартни қаноатлантиради." ]}
subdescription="Тази ингредиентлар • Юқори сифат • Тез етказиш • Доимий та'м"
icon={Award}
imageSrc="http://img.b2bpic.net/free-photo/burger-ingredients_1339-1537.jpg"
imageAlt="Юқори сифатли бургер тайёрлоқ"
mediaAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
buttons={[
{ text: "Our Story", href: "https://example.com" },
{ text: "Learn More", href: "https://example.com" },
]}
/> />
</div> </div>
<div id="menu" data-section="menu"> <div id="menu" data-section="menu">
<ProductCardThree <FeatureCardSeven
products={[ features={[
{ {
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: 1,
}, title: "Signature Panda Burger", description: "Our iconic burger featuring premium wagyu beef, truffle aioli, aged cheddar, and crispy pancetta on brioche. A masterpiece of luxury fast food.", imageSrc: "/menu-1.jpg", imageAlt: "Signature Panda Burger"},
{ {
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: 2,
}, title: "Golden Crispy Fries", description: "Hand-cut potatoes fried to golden perfection, seasoned with Himalayan salt and truffle oil. Served with premium dipping sauces.", imageSrc: "/menu-2.jpg", imageAlt: "Golden Crispy Fries"},
{ {
id: "3", name: "Қип Панда", price: "28,000 сўм", imageSrc: "http://img.b2bpic.net/free-photo/yummy-burger-wooden-table_23-2148374847.jpg", imageAlt: "Қип Панда бургер", initialQuantity: 1, id: 3,
}, title: "Artisan Beverage Selection", description: "Curated drinks from premium sources. From cold brew coffee to exotic fruit beverages, each selection complements our menu perfectly.", imageSrc: "/menu-3.jpg", imageAlt: "Artisan Beverages"},
{ {
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: 4,
}, title: "Gourmet Dessert Experience", description: "Indulge in our signature desserts including matcha-infused treats and chocolate delicacies, handcrafted daily by our pastry artisans.", imageSrc: "/menu-4.jpg", imageAlt: "Gourmet Desserts"},
{
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: "Қосимча Хизматлар", price: "12,000 сўм", imageSrc: "http://img.b2bpic.net/free-photo/fast-food-meal-with-copy-space_23-2148273001.jpg", imageAlt: "Пиёз қўриши ва сыр чўпалари", initialQuantity: 1,
},
]} ]}
title="Бургер Меню" title="Our Curated Menu"
description="Юқори сифатли бургерлар, қимал қўйилган қараўалар ва тази ичимликлар мукаммалликка сўртланган" description="Each item is carefully crafted to deliver an unforgettable luxury dining experience"
tag="Сигнатура Танлови"
tagIcon={Flame}
tagAnimation="slide-up"
buttons={[{ text: "Барча Махсулотларни Қўрўв", href: "#" }]}
buttonAnimation="slide-up"
textboxLayout="default" textboxLayout="default"
animationType="blur-reveal"
useInvertedBackground={false} useInvertedBackground={false}
gridVariant="three-columns-all-equal-width" tag="Premium Items"
animationType="slide-up" tagIcon={Zap}
carouselMode="buttons"
/> />
</div> </div>
<div id="drinks" data-section="drinks"> <div id="products" data-section="products">
<ProductCardThree <ProductCardThree
products={[ 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: "1", name: "Classic Panda Burger", price: "$24.99", imageSrc: "/product-1.jpg", imageAlt: "Classic Panda Burger", onProductClick: () => console.log("Product clicked"),
}, },
{ {
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: "2", name: "Double Excellence Burger", price: "$34.99", imageSrc: "/product-2.jpg", imageAlt: "Double Excellence Burger", onProductClick: () => console.log("Product clicked"),
}, },
{ {
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: "3", name: "Premium Combo Set", price: "$42.99", imageSrc: "/product-3.jpg", imageAlt: "Premium Combo Set", onProductClick: () => console.log("Product clicked"),
}, },
{ {
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: "4", name: "Luxury Feast Bundle", price: "$59.99", imageSrc: "/product-4.jpg", imageAlt: "Luxury Feast Bundle", onProductClick: () => console.log("Product clicked"),
},
{
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="Ичимликлар" title="Premium Selections"
description="Норалошни қўллаб турадиган иччимликлар ва ичимликлар" description="Discover our finest offerings, handpicked for the discerning palate"
tag="Сүйпача'м Ичимликлар"
tagIcon={Droplet}
tagAnimation="slide-up"
buttons={[]}
buttonAnimation="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false}
gridVariant="three-columns-all-equal-width"
animationType="slide-up" animationType="slide-up"
carouselMode="buttons" gridVariant="four-items-2x2-equal-grid"
/>
</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} 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}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
carouselMode="buttons"
/> />
</div> </div>
@@ -247,126 +135,81 @@ export default function LandingPage() {
<TestimonialCardTwelve <TestimonialCardTwelve
testimonials={[ testimonials={[
{ {
id: "1", name: "Сора Чен", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Сора Чен" id: "1", name: "Sophie P.", imageSrc: "/testimonial-1.jpg", imageAlt: "Sophie P."},
},
{ {
id: "2", name: "Маркус Жонсон", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-business-leader-showing-statistics_1262-2964.jpg", imageAlt: "Маркус Жонсон" id: "2", name: "Marcus R.", imageSrc: "/testimonial-2.jpg", imageAlt: "Marcus R."},
},
{ {
id: "3", name: "Елена Родригез", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-home_23-2149412549.jpg", imageAlt: "Елена Родригез" id: "3", name: "Elena V.", imageSrc: "/testimonial-3.jpg", imageAlt: "Elena V."},
},
{ {
id: "4", name: "Давид Ким", imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-businesswoman-your-own-business-gives-lot-benefits_329181-11452.jpg", imageAlt: "Давид Ким" id: "4", name: "David K.", imageSrc: "/testimonial-4.jpg", imageAlt: "David K."},
}, {
id: "5", name: "Isabelle M.", imageSrc: "/testimonial-5.jpg", imageAlt: "Isabelle M."},
]} ]}
cardTitle="Сўчишимоғни сўйадиган Энаси" cardTitle="Trusted by thousands of luxury dining enthusiasts"
cardTag="Минглаб кишилар ишончи" cardTag="Join our community"
cardTagIcon={Heart} cardAnimation="slide-up"
cardAnimation="blur-reveal"
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>
<div id="delivery" data-section="delivery"> <div id="faq" data-section="faq">
<FeatureCardTwentyThree <FaqSplitMedia
features={[
{
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: "Иссиқ ва Тази Гарантия", 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="Тез. Тази. Ишончли."
description="Иссиқ ва тази эшимизда. Ҳичқандай муомаласи йўқ. Ҳичқандай кечикишсиз."
tag="Этказиш"
tagIcon={Zap}
tagAnimation="slide-up"
buttons={[
{ text: "Буюртма беринг", href: "#menu" },
{ text: "Бизга Қўнг", href: "tel:+998"},
]}
buttonAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
/>
</div>
<div id="location" data-section="location">
<ContactFaq
faqs={[ faqs={[
{ {
id: "1", title: "Сизнинг вақтлари қайси?", content: "Дүшанба - Якшанба: 11:00 ТМ - 23:00 ТМ. Байрамлар ундаги ўзгача вақтлар бўлиши мумкин." id: "1", title: "What makes Panda Burger premium?", content:
}, "We source only the finest ingredients, including wagyu beef, organic produce, and artisanal sauces. Each burger is crafted with meticulous attention to detail and culinary precision."},
{ {
id: "2", title: "Сизда этказиш бор?", content: "Ҳа! Биз 30 дақиқада ўзумиз фойдаланан аксарият ўринларга этказаваливк. Унинг орқали буюртма берин ёки бизга бевосита қўнг." id: "2", title: "Do you offer customization?", content:
}, "Absolutely. We believe in personalization. Our chefs will customize any burger to your preferences, from ingredient selection to preparation style."},
{ {
id: "3", title: "Онлайн буюртма бера оларманми?", content: "Албата. Қачондаморн онлайн буюртма беринг, ва биз сизнинг овқат унинг олишида ёки этказишида тайёр бўлай" id: "3", title: "What are your delivery options?", content:
}, "We offer premium delivery with temperature-controlled packaging to ensure your meal arrives in perfect condition. We also offer dine-in and takeout services."},
{
id: "4", title: "Do you cater for events?", content:
"Yes, we provide exclusive catering services for corporate events, private dinners, and special occasions. Contact our catering team for personalized quotes."},
]} ]}
ctaTitle="Панда Бургерни Зиёрат Қилинг" imageSrc="/faq-image.jpg"
ctaDescription="Юқори сифатни ўз ишиёқда сезиб олинг. Кирилинг ёки олдинроқ қўнг." imageAlt="Panda Burger dining experience"
ctaButton={{ text: "Йўнолишни Олинг", href: "#" }} title="Frequently Asked Questions"
ctaIcon={MapPin} description="Everything you need to know about our premium service"
textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
animationType="slide-up" mediaPosition="left"
accordionAnimationType="smooth" faqsAnimation="slide-up"
mediaAnimation="blur-reveal"
/> />
</div> </div>
<div id="final-cta" data-section="final-cta"> <div id="contact" data-section="contact">
<TestimonialAboutCard <FooterSimple
tag="Тайёрдадан? Буюртма беринг!"
tagIcon={Zap}
tagAnimation="slide-up"
title="Панда Бургер ва Сифни татиб қўринг?"
description="Буюртма бел ва бизнинг худовинихиз ва хўёғар хўттин сезиб олинг"
subdescription="Юқори сифатли фаст фуд. Унутувчи махсус. Хар сох."
icon={Utensils}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-beef-burger-with-salad_23-2148784488.jpg?_wi=2"
imageAlt="Юқори сифатли Панда Бургер"
mediaAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[ columns={[
{ {
items: [ title: "Navigate", items: [
{ label: "Меню", href: "#menu" }, { label: "Home", href: "/" },
{ label: "Ичимликлар", href: "#drinks" }, { label: "Menu", href: "#menu" },
{ label: "КФС", href: "#kfc" }, { label: "About", href: "#about" },
{ label: "Contact", href: "#contact" },
], ],
}, },
{ {
items: [ title: "Services", items: [
{ label: "Бисквитлар", href: "#biscuits" }, { label: "Dine In", href: "https://example.com" },
{ label: "Онлайн буюртма", href: "#menu" }, { label: "Delivery", href: "https://example.com" },
{ label: "Қўлай Сўзи", href: "#" }, { label: "Catering", href: "https://example.com" },
{ label: "Events", href: "https://example.com" },
], ],
}, },
{ {
items: [ title: "Company", items: [
{ label: "Бизнинг Хақимиз", href: "#about" }, { label: "About Us", href: "https://example.com" },
{ label: "Жойлашув", href: "#location" }, { label: "Careers", href: "https://example.com" },
{ label: "Тез Этказиш", href: "#delivery" }, { label: "Press", href: "https://example.com" },
], { label: "Blog", href: "https://example.com" },
},
{
items: [
{ label: "Шахсий Сияват", href: "#" },
{ label: "Қидиқ Хизмати", href: "#" },
{ label: "Фикр", href: "#" },
], ],
}, },
]} ]}
logoText="🐼 PANDA BURGER" bottomLeftText="© 2025 Panda Burger. All rights reserved."
bottomRightText="Premium Luxury Dining"
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>

View File

@@ -11,7 +11,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-open-sans), sans-serif; font-family: var(--font-montserrat), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-open-sans), sans-serif; font-family: var(--font-montserrat), sans-serif;
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #ffffff; --background: #f9f8f4;
--card: #f9f9f9; --card: #f0ede6;
--foreground: #000f06e6; --foreground: #2b1f15;
--primary-cta: #0a7039; --primary-cta: #c67c4e;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9; --secondary-cta: #f9f8f4;
--secondary-cta-text: #000f06e6; --secondary-cta-text: #2b1f15;
--accent: #e2e2e2; --accent: #d4c5b9;
--background-accent: #c4c4c4; --background-accent: #e8ddd0;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);