Merge version_1 into main #2
@@ -17,8 +17,7 @@ const navItems = [
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Menu", href: "/menu" },
|
||||
{ label: "Services", href: "/services" },
|
||||
@@ -26,8 +25,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Dine-in", href: "/services" },
|
||||
{ label: "Drive-Thru", href: "/services" },
|
||||
{ label: "Delivery", href: "/services" },
|
||||
@@ -35,8 +33,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: +998 90 614 14 44", href: "tel:+998906141444" },
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Location", href: "/contact" },
|
||||
@@ -44,8 +41,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Refund Policy", href: "#" },
|
||||
@@ -96,25 +92,20 @@ export default function ContactPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6717.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6717.jpg"
|
||||
imageAlt="Restaurant location contact information"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Physical Location",
|
||||
description: "Samarqand Darvoza, 200100, Bukhara, Uzbekistan",
|
||||
icon: MapPin,
|
||||
title: "Physical Location", description: "Samarqand Darvoza, 200100, Bukhara, Uzbekistan", icon: MapPin,
|
||||
},
|
||||
{
|
||||
title: "Phone Number",
|
||||
description: "+998 90 614 14 44 - Available 24/7",
|
||||
icon: Phone,
|
||||
title: "Phone Number", description: "+998 90 614 14 44 - Available 24/7", icon: Phone,
|
||||
},
|
||||
{
|
||||
title: "Email",
|
||||
description: "info@darxanburger.uz - Response within 2 hours",
|
||||
icon: Mail,
|
||||
title: "Email", description: "info@darxanburger.uz - Response within 2 hours", icon: Mail,
|
||||
},
|
||||
]}
|
||||
mediaAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -122,32 +113,11 @@ export default function ContactPage() {
|
||||
<TestimonialCardTen
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Excellent Support Team",
|
||||
quote: "I had a question about my order and they responded immediately. The customer service here is truly exceptional. They care about your experience!",
|
||||
name: "Karim Hassan",
|
||||
role: "Regular Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
|
||||
imageAlt: "Professional customer service representative",
|
||||
},
|
||||
id: "1", title: "Excellent Support Team", quote: "I had a question about my order and they responded immediately. The customer service here is truly exceptional. They care about your experience!", name: "Karim Hassan", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Professional customer service representative"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Best Experience Ever",
|
||||
quote: "From ordering to delivery, everything was perfect. The team went above and beyond to ensure my satisfaction. Darxan Burger truly stands out!",
|
||||
name: "Layla Ahmad",
|
||||
role: "First-time Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman_641386-483.jpg?_wi=2",
|
||||
imageAlt: "Happy satisfied customer testimonial",
|
||||
},
|
||||
id: "2", title: "Best Experience Ever", quote: "From ordering to delivery, everything was perfect. The team went above and beyond to ensure my satisfaction. Darxan Burger truly stands out!", name: "Layla Ahmad", role: "First-time Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman_641386-483.jpg", imageAlt: "Happy satisfied customer testimonial"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Always Reliable",
|
||||
quote: "Whether it's 2 PM or 2 AM, Darxan Burger delivers. Their consistency and reliability are unmatched. I recommend them to everyone!",
|
||||
name: "Rashid Omar",
|
||||
role: "Loyal Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=2",
|
||||
imageAlt: "Satisfied business customer testimonial",
|
||||
},
|
||||
id: "3", title: "Always Reliable", quote: "Whether it's 2 PM or 2 AM, Darxan Burger delivers. Their consistency and reliability are unmatched. I recommend them to everyone!", name: "Rashid Omar", role: "Loyal Customer", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "Satisfied business customer testimonial"},
|
||||
]}
|
||||
title="What Customers Say About Us"
|
||||
description="Hear why people love contacting and ordering from Darxan Burger"
|
||||
|
||||
@@ -5,32 +5,19 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const interTight = Inter_Tight({
|
||||
variable: "--font-inter-tight",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter-tight", subsets: ["latin"],
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Darxan Burger - Best Burgers in Bukhara | Open 24/7",
|
||||
description: "Order delicious burgers at Darxan Burger in Bukhara. Open 24/7 with dine-in, drive-thru, and delivery. Rated 4.3 stars with fresh ingredients and fast service.",
|
||||
keywords: "burger restaurant Bukhara, fast food Uzbekistan, 24/7 delivery, dine-in drive-thru",
|
||||
openGraph: {
|
||||
title: "Darxan Burger - Best Burgers in Bukhara",
|
||||
description: "Join thousands of satisfied customers. Order now for delivery, dine-in, or drive-thru.",
|
||||
siteName: "Darxan Burger",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Darxan Burger - Best Burgers in Bukhara | Open 24/7", description: "Order delicious burgers at Darxan Burger in Bukhara. Open 24/7 with dine-in, drive-thru, and delivery. Rated 4.3 stars with fresh ingredients and fast service.", keywords: "burger restaurant Bukhara, fast food Uzbekistan, 24/7 delivery, dine-in drive-thru", openGraph: {
|
||||
title: "Darxan Burger - Best Burgers in Bukhara", description: "Join thousands of satisfied customers. Order now for delivery, dine-in, or drive-thru.", siteName: "Darxan Burger", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/black-burger-with-beef-meat-french-fries-tasty-appetizing_482257-10359.jpg",
|
||||
alt: "Darxan Burger - Delicious Burgers",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/black-burger-with-beef-meat-french-fries-tasty-appetizing_482257-10359.jpg", alt: "Darxan Burger - Delicious Burgers"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Darxan Burger - Best Burgers in Bukhara",
|
||||
description: "Open 24/7 | Fresh Ingredients | Fast Service",
|
||||
images: ["http://img.b2bpic.net/free-photo/black-burger-with-beef-meat-french-fries-tasty-appetizing_482257-10359.jpg"],
|
||||
card: "summary_large_image", title: "Darxan Burger - Best Burgers in Bukhara", description: "Open 24/7 | Fresh Ingredients | Fast Service", images: ["http://img.b2bpic.net/free-photo/black-burger-with-beef-meat-french-fries-tasty-appetizing_482257-10359.jpg"],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
@@ -16,8 +16,7 @@ const navItems = [
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Menu", href: "/menu" },
|
||||
{ label: "Services", href: "/services" },
|
||||
@@ -25,8 +24,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Dine-in", href: "/services" },
|
||||
{ label: "Drive-Thru", href: "/services" },
|
||||
{ label: "Delivery", href: "/services" },
|
||||
@@ -34,8 +32,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: +998 90 614 14 44", href: "tel:+998906141444" },
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Location", href: "/contact" },
|
||||
@@ -43,8 +40,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Refund Policy", href: "#" },
|
||||
@@ -78,47 +74,17 @@ export default function MenuPage() {
|
||||
<ProductCardOne
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Classic Darxan Burger",
|
||||
price: "75,000 UZS",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-double-cheeseburger-with-grilled-beef-patties-cheese-lettuce-leaf-burger-buns_141793-4883.jpg?_wi=2",
|
||||
imageAlt: "Classic burger beef standard popular",
|
||||
},
|
||||
id: "1", name: "Classic Darxan Burger", price: "75,000 UZS", imageSrc: "http://img.b2bpic.net/free-photo/side-view-double-cheeseburger-with-grilled-beef-patties-cheese-lettuce-leaf-burger-buns_141793-4883.jpg", imageAlt: "Classic burger beef standard popular"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Spicy Deluxe Burger",
|
||||
price: "95,000 UZS",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-burger-presentation_23-2151910916.jpg?_wi=2",
|
||||
imageAlt: "Spicy burger hot peppers deluxe",
|
||||
},
|
||||
id: "2", name: "Spicy Deluxe Burger", price: "95,000 UZS", imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-burger-presentation_23-2151910916.jpg", imageAlt: "Spicy burger hot peppers deluxe"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Double Cheeseburger Combo",
|
||||
price: "120,000 UZS",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-hamburger-meal-with-fries-cheese-generative-ai_188544-8488.jpg?_wi=2",
|
||||
imageAlt: "Cheeseburger combo meal fries drink",
|
||||
},
|
||||
id: "3", name: "Double Cheeseburger Combo", price: "120,000 UZS", imageSrc: "http://img.b2bpic.net/free-photo/grilled-hamburger-meal-with-fries-cheese-generative-ai_188544-8488.jpg", imageAlt: "Cheeseburger combo meal fries drink"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Premium Triple Stack",
|
||||
price: "145,000 UZS",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-burger-with-beef-meat-french-fries-tasty-appetizing_482257-10359.jpg?_wi=2",
|
||||
imageAlt: "Triple burger stacked deluxe premium",
|
||||
},
|
||||
id: "4", name: "Premium Triple Stack", price: "145,000 UZS", imageSrc: "http://img.b2bpic.net/free-photo/black-burger-with-beef-meat-french-fries-tasty-appetizing_482257-10359.jpg", imageAlt: "Triple burger stacked deluxe premium"},
|
||||
{
|
||||
id: "5",
|
||||
name: "BBQ Smoky Burger",
|
||||
price: "85,000 UZS",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fire-meat-burger-wooden-hemp_140725-7009.jpg?_wi=2",
|
||||
imageAlt: "BBQ burger smoky grilled special",
|
||||
},
|
||||
id: "5", name: "BBQ Smoky Burger", price: "85,000 UZS", imageSrc: "http://img.b2bpic.net/free-photo/fire-meat-burger-wooden-hemp_140725-7009.jpg", imageAlt: "BBQ burger smoky grilled special"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Veggie Supreme",
|
||||
price: "65,000 UZS",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-french-fries-with-cheeseburgers-dark-background-snack-dish-fast-food-dinner-toast-burger_140725-158675.jpg?_wi=2",
|
||||
imageAlt: "Vegetarian burger option fresh healthy",
|
||||
},
|
||||
id: "6", name: "Veggie Supreme", price: "65,000 UZS", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-french-fries-with-cheeseburgers-dark-background-snack-dish-fast-food-dinner-toast-burger_140725-158675.jpg", imageAlt: "Vegetarian burger option fresh healthy"},
|
||||
]}
|
||||
title="Complete Menu"
|
||||
description="Browse our full selection of delicious burgers and combos"
|
||||
@@ -134,32 +100,20 @@ export default function MenuPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Lunch Special",
|
||||
description: "Monday to Friday: Buy any burger, get fries 50% off (11 AM - 3 PM)",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-showing-golden-star-rating-symbol_53876-71536.jpg?_wi=2",
|
||||
imageAlt: "Special offer lunch deal discounted",
|
||||
},
|
||||
title: "Lunch Special", description: "Monday to Friday: Buy any burger, get fries 50% off (11 AM - 3 PM)", imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-showing-golden-star-rating-symbol_53876-71536.jpg", imageAlt: "Special offer lunch deal discounted"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Midnight Feast",
|
||||
description: "Late night deals: 30% off orders between 10 PM - 6 AM",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/24-hours-7-days-always-open-helpdesk-sticker-design_1017-62524.jpg?_wi=2",
|
||||
imageAlt: "Midnight special night offer discount",
|
||||
},
|
||||
title: "Midnight Feast", description: "Late night deals: 30% off orders between 10 PM - 6 AM", imageSrc: "http://img.b2bpic.net/free-vector/24-hours-7-days-always-open-helpdesk-sticker-design_1017-62524.jpg", imageAlt: "Midnight special night offer discount"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Family Bundle",
|
||||
description: "4 burgers + fries + drinks for 350,000 UZS - Perfect for groups",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-truck-good-distribution-services_53876-128019.jpg?_wi=2",
|
||||
imageAlt: "Family bundle package meal offer",
|
||||
},
|
||||
title: "Family Bundle", description: "4 burgers + fries + drinks for 350,000 UZS - Perfect for groups", imageSrc: "http://img.b2bpic.net/free-photo/delivery-truck-good-distribution-services_53876-128019.jpg", imageAlt: "Family bundle package meal offer"},
|
||||
]}
|
||||
title="Exclusive Deals & Offers"
|
||||
description="Don't miss our special promotions and combo offers"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tagAnimation="entrance-slide"
|
||||
buttonAnimation="entrance-slide"
|
||||
tagAnimation="opacity"
|
||||
buttonAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
140
src/app/page.tsx
140
src/app/page.tsx
@@ -21,8 +21,7 @@ const navItems = [
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Menu", href: "/menu" },
|
||||
{ label: "Services", href: "/services" },
|
||||
@@ -30,8 +29,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Dine-in", href: "/services" },
|
||||
{ label: "Drive-Thru", href: "/services" },
|
||||
{ label: "Delivery", href: "/services" },
|
||||
@@ -39,8 +37,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: +998 90 614 14 44", href: "tel:+998906141444" },
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Location", href: "/contact" },
|
||||
@@ -48,8 +45,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Refund Policy", href: "#" },
|
||||
@@ -89,17 +85,11 @@ export default function HomePage() {
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-burger-with-beef-meat-french-fries-tasty-appetizing_482257-10359.jpg?_wi=1",
|
||||
imageAlt: "Delicious gourmet burger with fresh toppings",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-burger-with-beef-meat-french-fries-tasty-appetizing_482257-10359.jpg", imageAlt: "Delicious gourmet burger with fresh toppings"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fire-meat-burger-wooden-hemp_140725-7009.jpg?_wi=1",
|
||||
imageAlt: "Flame-grilled burger special",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fire-meat-burger-wooden-hemp_140725-7009.jpg", imageAlt: "Flame-grilled burger special"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-french-fries-with-cheeseburgers-dark-background-snack-dish-fast-food-dinner-toast-burger_140725-158675.jpg?_wi=1",
|
||||
imageAlt: "Classic Darxan burger combo",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-french-fries-with-cheeseburgers-dark-background-snack-dish-fast-food-dinner-toast-burger_140725-158675.jpg", imageAlt: "Classic Darxan burger combo"},
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
showDimOverlay={true}
|
||||
@@ -111,32 +101,20 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Rating: 4.3 Stars",
|
||||
description: "43 customer reviews - Highly rated for quality and taste",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-showing-golden-star-rating-symbol_53876-71536.jpg?_wi=1",
|
||||
imageAlt: "Five stars rating review excellent",
|
||||
},
|
||||
title: "Rating: 4.3 Stars", description: "43 customer reviews - Highly rated for quality and taste", imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-showing-golden-star-rating-symbol_53876-71536.jpg", imageAlt: "Five stars rating review excellent"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Open 24/7",
|
||||
description: "Always available for your cravings anytime",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/24-hours-7-days-always-open-helpdesk-sticker-design_1017-62524.jpg?_wi=1",
|
||||
imageAlt: "24 hours open clock service",
|
||||
},
|
||||
title: "Open 24/7", description: "Always available for your cravings anytime", imageSrc: "http://img.b2bpic.net/free-vector/24-hours-7-days-always-open-helpdesk-sticker-design_1017-62524.jpg", imageAlt: "24 hours open clock service"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Fast Service",
|
||||
description: "Quick preparation without compromising quality",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-truck-good-distribution-services_53876-128019.jpg?_wi=1",
|
||||
imageAlt: "delivery fast shipping truck quick",
|
||||
},
|
||||
title: "Fast Service", description: "Quick preparation without compromising quality", imageSrc: "http://img.b2bpic.net/free-photo/delivery-truck-good-distribution-services_53876-128019.jpg", imageAlt: "delivery fast shipping truck quick"},
|
||||
]}
|
||||
title="Why Customers Love Us"
|
||||
description="Darxan Burger is trusted by thousands for exceptional taste and service"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tagAnimation="entrance-slide"
|
||||
buttonAnimation="entrance-slide"
|
||||
tagAnimation="opacity"
|
||||
buttonAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -144,26 +122,11 @@ export default function HomePage() {
|
||||
<ProductCardOne
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Classic Darxan Burger",
|
||||
price: "75,000 UZS",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-double-cheeseburger-with-grilled-beef-patties-cheese-lettuce-leaf-burger-buns_141793-4883.jpg?_wi=1",
|
||||
imageAlt: "Classic burger beef standard popular",
|
||||
},
|
||||
id: "1", name: "Classic Darxan Burger", price: "75,000 UZS", imageSrc: "http://img.b2bpic.net/free-photo/side-view-double-cheeseburger-with-grilled-beef-patties-cheese-lettuce-leaf-burger-buns_141793-4883.jpg", imageAlt: "Classic burger beef standard popular"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Spicy Deluxe Burger",
|
||||
price: "95,000 UZS",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-burger-presentation_23-2151910916.jpg?_wi=1",
|
||||
imageAlt: "Spicy burger hot peppers deluxe",
|
||||
},
|
||||
id: "2", name: "Spicy Deluxe Burger", price: "95,000 UZS", imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-burger-presentation_23-2151910916.jpg", imageAlt: "Spicy burger hot peppers deluxe"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Double Cheeseburger Combo",
|
||||
price: "120,000 UZS",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-hamburger-meal-with-fries-cheese-generative-ai_188544-8488.jpg?_wi=1",
|
||||
imageAlt: "Cheeseburger combo meal fries drink",
|
||||
},
|
||||
id: "3", name: "Double Cheeseburger Combo", price: "120,000 UZS", imageSrc: "http://img.b2bpic.net/free-photo/grilled-hamburger-meal-with-fries-cheese-generative-ai_188544-8488.jpg", imageAlt: "Cheeseburger combo meal fries drink"},
|
||||
]}
|
||||
title="Popular Menu Items"
|
||||
description="Check out our most loved burgers and combos"
|
||||
@@ -182,30 +145,23 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6717.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6717.jpg"
|
||||
imageAlt="Restaurant interior dining seating modern"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Fresh Ingredients",
|
||||
description: "Premium quality beef and fresh vegetables daily",
|
||||
icon: Leaf,
|
||||
title: "Fresh Ingredients", description: "Premium quality beef and fresh vegetables daily", icon: Leaf,
|
||||
},
|
||||
{
|
||||
title: "Fast Service",
|
||||
description: "Orders prepared in minutes, not hours",
|
||||
icon: Zap,
|
||||
title: "Fast Service", description: "Orders prepared in minutes, not hours", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "24/7 Availability",
|
||||
description: "Never too late for your burger craving",
|
||||
icon: Clock,
|
||||
title: "24/7 Availability", description: "Never too late for your burger craving", icon: Clock,
|
||||
},
|
||||
{
|
||||
title: "Multiple Options",
|
||||
description: "Dine-in, drive-thru, takeaway, and delivery",
|
||||
icon: Truck,
|
||||
title: "Multiple Options", description: "Dine-in, drive-thru, takeaway, and delivery", icon: Truck,
|
||||
},
|
||||
]}
|
||||
mediaAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -213,59 +169,17 @@ export default function HomePage() {
|
||||
<TestimonialCardTen
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Best Burgers in Bukhara!",
|
||||
quote: "I've tried every burger place in the city, and Darxan is hands down the best. The meat is always juicy, toppings are fresh, and the service is lightning fast. I'm a regular now!",
|
||||
name: "Aziz Mirali",
|
||||
role: "Local Resident",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
imageAlt: "Man portrait avatar professional headshot",
|
||||
},
|
||||
id: "1", title: "Best Burgers in Bukhara!", quote: "I've tried every burger place in the city, and Darxan is hands down the best. The meat is always juicy, toppings are fresh, and the service is lightning fast. I'm a regular now!", name: "Aziz Mirali", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Man portrait avatar professional headshot"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Perfect Late Night Spot",
|
||||
quote: "Open 24/7 is a game changer. After late night events, Darxan is always there. Their burgers are consistent and delicious every single time.",
|
||||
name: "Fatima Karim",
|
||||
role: "Student",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman_641386-483.jpg?_wi=1",
|
||||
imageAlt: "Woman portrait avatar young smiling",
|
||||
},
|
||||
id: "2", title: "Perfect Late Night Spot", quote: "Open 24/7 is a game changer. After late night events, Darxan is always there. Their burgers are consistent and delicious every single time.", name: "Fatima Karim", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman_641386-483.jpg", imageAlt: "Woman portrait avatar young smiling"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Amazing Delivery Service",
|
||||
quote: "Ordered through delivery and got my food in 20 minutes. Still hot, perfectly packaged. The burgers taste even better at home. Highly recommend!",
|
||||
name: "Hassan Khan",
|
||||
role: "Business Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
|
||||
imageAlt: "Man portrait business confident avatar",
|
||||
},
|
||||
id: "3", title: "Amazing Delivery Service", quote: "Ordered through delivery and got my food in 20 minutes. Still hot, perfectly packaged. The burgers taste even better at home. Highly recommend!", name: "Hassan Khan", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Man portrait business confident avatar"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Family Favorite",
|
||||
quote: "We take our kids here every weekend. They love the combos, we love the value and quality. Darxan Burger is our go-to place!",
|
||||
name: "Sara Uzbek",
|
||||
role: "Parent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/perfect-family_1098-891.jpg",
|
||||
imageAlt: "Family parents happy portrait",
|
||||
},
|
||||
id: "4", title: "Family Favorite", quote: "We take our kids here every weekend. They love the combos, we love the value and quality. Darxan Burger is our go-to place!", name: "Sara Uzbek", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/perfect-family_1098-891.jpg", imageAlt: "Family parents happy portrait"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Consistently Excellent",
|
||||
quote: "Whether I visit during the day or at 3 AM, the quality never drops. Fresh, delicious, and fast. This is what fast food should be.",
|
||||
name: "Ahmed Rashid",
|
||||
role: "Professional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=1",
|
||||
imageAlt: "Professional man business portrait",
|
||||
},
|
||||
id: "5", title: "Consistently Excellent", quote: "Whether I visit during the day or at 3 AM, the quality never drops. Fresh, delicious, and fast. This is what fast food should be.", name: "Ahmed Rashid", role: "Professional", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "Professional man business portrait"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Worth Every Som",
|
||||
quote: "Prices are fair for the quality you get. Every burger feels premium. Darxan offers real value. I tell everyone about this place!",
|
||||
name: "Yusuf Nazarov",
|
||||
role: "Regular Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
|
||||
imageAlt: "Satisfied customer avatar smiling male",
|
||||
},
|
||||
id: "6", title: "Worth Every Som", quote: "Prices are fair for the quality you get. Every burger feels premium. Darxan offers real value. I tell everyone about this place!", name: "Yusuf Nazarov", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Satisfied customer avatar smiling male"},
|
||||
]}
|
||||
title="Customer Love Stories"
|
||||
description="Hear from our happy customers"
|
||||
|
||||
@@ -17,8 +17,7 @@ const navItems = [
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Menu", href: "/menu" },
|
||||
{ label: "Services", href: "/services" },
|
||||
@@ -26,8 +25,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Dine-in", href: "/services" },
|
||||
{ label: "Drive-Thru", href: "/services" },
|
||||
{ label: "Delivery", href: "/services" },
|
||||
@@ -35,8 +33,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: +998 90 614 14 44", href: "tel:+998906141444" },
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Location", href: "/contact" },
|
||||
@@ -44,8 +41,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Refund Policy", href: "#" },
|
||||
@@ -83,25 +79,20 @@ export default function ServicesPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6717.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6717.jpg"
|
||||
imageAlt="Restaurant interior dining seating modern"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Dine-in Experience",
|
||||
description: "Enjoy our comfortable seating and full restaurant experience with freshly prepared burgers",
|
||||
icon: Utensils,
|
||||
title: "Dine-in Experience", description: "Enjoy our comfortable seating and full restaurant experience with freshly prepared burgers", icon: Utensils,
|
||||
},
|
||||
{
|
||||
title: "Fast Delivery",
|
||||
description: "Orders delivered hot and fresh within 20-30 minutes throughout Bukhara",
|
||||
icon: Truck,
|
||||
title: "Fast Delivery", description: "Orders delivered hot and fresh within 20-30 minutes throughout Bukhara", icon: Truck,
|
||||
},
|
||||
{
|
||||
title: "Quick Service",
|
||||
description: "Drive-thru and takeaway options for those on the go - no waiting",
|
||||
icon: Clock,
|
||||
title: "Quick Service", description: "Drive-thru and takeaway options for those on the go - no waiting", icon: Clock,
|
||||
},
|
||||
]}
|
||||
mediaAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -110,32 +101,20 @@ export default function ServicesPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Dine-in Service",
|
||||
description: "Comfortable seating for individuals, families, and groups. Modern ambiance with air conditioning. Average wait time: 10-15 minutes. Perfect for enjoying your meal on-site.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6717.jpg?_wi=3",
|
||||
imageAlt: "Restaurant interior dining comfortable seating",
|
||||
},
|
||||
title: "Dine-in Service", description: "Comfortable seating for individuals, families, and groups. Modern ambiance with air conditioning. Average wait time: 10-15 minutes. Perfect for enjoying your meal on-site.", imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6717.jpg", imageAlt: "Restaurant interior dining comfortable seating"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Delivery Service",
|
||||
description: "Hot and fresh food delivered to your door. Coverage across all Bukhara. Order online or call. Delivery time: 20-30 minutes. Contactless payment options available.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-truck-good-distribution-services_53876-128019.jpg?_wi=3",
|
||||
imageAlt: "Delivery truck fast service transportation",
|
||||
},
|
||||
title: "Delivery Service", description: "Hot and fresh food delivered to your door. Coverage across all Bukhara. Order online or call. Delivery time: 20-30 minutes. Contactless payment options available.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-truck-good-distribution-services_53876-128019.jpg", imageAlt: "Delivery truck fast service transportation"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Drive-Thru & Takeaway",
|
||||
description: "Quick service without leaving your car or waiting. Perfectly packaged for travel. Processing time: 5-8 minutes. Orders can be placed via app, phone, or in person.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fire-meat-burger-wooden-hemp_140725-7009.jpg?_wi=3",
|
||||
imageAlt: "Fast service quick preparation burger",
|
||||
},
|
||||
title: "Drive-Thru & Takeaway", description: "Quick service without leaving your car or waiting. Perfectly packaged for travel. Processing time: 5-8 minutes. Orders can be placed via app, phone, or in person.", imageSrc: "http://img.b2bpic.net/free-photo/fire-meat-burger-wooden-hemp_140725-7009.jpg", imageAlt: "Fast service quick preparation burger"},
|
||||
]}
|
||||
title="How Our Services Work"
|
||||
description="Each service is designed for convenience and quality"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tagAnimation="entrance-slide"
|
||||
buttonAnimation="entrance-slide"
|
||||
tagAnimation="opacity"
|
||||
buttonAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user