From d4422a2775a28d2e9b0f5e69397484889d5c3117 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:24:57 +0000 Subject: [PATCH 1/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 54 +++++++++------------------------------- 1 file changed, 12 insertions(+), 42 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b6af0c3..b1d7e43 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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" /> @@ -122,32 +113,11 @@ export default function ContactPage() { Date: Tue, 3 Mar 2026 10:24:58 +0000 Subject: [PATCH 2/5] Update src/app/layout.tsx --- src/app/layout.tsx | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 47efcbc..15caf76 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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"], }, }; -- 2.49.1 From caac7fe2337de0d668fa91c5aa7a377d8a2fea0a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:24:59 +0000 Subject: [PATCH 3/5] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 76 +++++++++---------------------------------- 1 file changed, 15 insertions(+), 61 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index f767dd9..0db12bf 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -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() { -- 2.49.1 From ab52dca0e26e9584ddc1c207e396a69d7254e508 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:25:00 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 140 +++++++++-------------------------------------- 1 file changed, 27 insertions(+), 113 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7094d2e..15964d5 100644 --- a/src/app/page.tsx +++ b/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" /> @@ -144,26 +122,11 @@ export default function HomePage() { @@ -213,59 +169,17 @@ export default function HomePage() { Date: Tue, 3 Mar 2026 10:25:01 +0000 Subject: [PATCH 5/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 49 +++++++++++---------------------------- 1 file changed, 14 insertions(+), 35 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index c112fb3..8861b75 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -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" /> @@ -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" /> -- 2.49.1