From 174083c44ea27b8d53b3b1c8488bb02d0ce8c02f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 00:46:08 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 50 +++++++++++------------------------------- 1 file changed, 13 insertions(+), 37 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index bb22f95..5d3d717 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -15,33 +15,27 @@ export default function AboutPage() { { name: "Services", id: "services" }, { name: "Contact", id: "/contact" }, { name: "About", id: "/about" }, + { name: "πŸ‡ΈπŸ‡Ό Kiswahili", id: "#" }, ]; const footerColumns = [ { - title: "Location", - items: [ + title: "Location", items: [ { - label: "Mnadani, Kigamboni, Dar es Salaam", - href: "https://maps.google.com/?q=Kzone+Cafe+Grill+Kigamboni", - }, + label: "Mnadani, Kigamboni, Dar es Salaam", href: "https://maps.google.com/?q=Kzone+Cafe+Grill+Kigamboni"}, { - label: "View on Google Maps", - href: "https://maps.google.com/?q=Kzone+Cafe+Grill+Kigamboni", - }, + label: "View on Google Maps", href: "https://maps.google.com/?q=Kzone+Cafe+Grill+Kigamboni"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: 0655 311 355", href: "tel:0655311355" }, { label: "WhatsApp Order", href: "https://wa.me/255655311355" }, { label: "Hours: Open 24/7", href: "#" }, ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Dine-In", href: "services" }, { label: "Drive-Through", href: "services" }, { label: "Delivery", href: "services" }, @@ -91,29 +85,17 @@ export default function AboutPage() { description="Kzone Cafe & Grill offers multiple convenient ways to enjoy our fresh food and excellent service." features={[ { - id: "1", - title: "Dine-In Experience", - tags: ["Comfortable Seating", "Friendly Staff"], + id: "1", title: "Dine-In Experience", tags: ["Comfortable Seating", "Friendly Staff"], imageSrc: - "http://img.b2bpic.net/free-photo/happy-smiling-bartender-barista-using-coffee-machine-prepare-order-making-cappuccino-latte_1258-203406.jpg?_wi=2", - imageAlt: "restaurant dining experience comfortable seating", - }, + "http://img.b2bpic.net/free-photo/happy-smiling-bartender-barista-using-coffee-machine-prepare-order-making-cappuccino-latte_1258-203406.jpg?_wi=2", imageAlt: "restaurant dining experience comfortable seating"}, { - id: "2", - title: "Drive-Through Service", - tags: ["Quick Service", "No Contact"], + id: "2", title: "Drive-Through Service", tags: ["Quick Service", "No Contact"], imageSrc: - "http://img.b2bpic.net/free-photo/young-adults-traveling-london_23-2149259470.jpg?_wi=2", - imageAlt: "drive through window service food", - }, + "http://img.b2bpic.net/free-photo/young-adults-traveling-london_23-2149259470.jpg?_wi=2", imageAlt: "drive through window service food"}, { - id: "3", - title: "Fast Delivery", - tags: ["Same Day", "Reliable"], + id: "3", title: "Fast Delivery", tags: ["Same Day", "Reliable"], imageSrc: - "http://img.b2bpic.net/free-photo/delivery-concept-portrait-handsome-african-american-pizza-delivery-man-isolated-grey-studio-background-copy-space_1258-102231.jpg?_wi=2", - imageAlt: "food delivery person bike motorcycle", - }, + "http://img.b2bpic.net/free-photo/delivery-concept-portrait-handsome-african-american-pizza-delivery-man-isolated-grey-studio-background-copy-space_1258-102231.jpg?_wi=2", imageAlt: "food delivery person bike motorcycle"}, ]} animationType="slide-up" textboxLayout="default" @@ -127,13 +109,7 @@ export default function AboutPage() { description="Join thousands of satisfied customers who choose Kzone Cafe & Grill daily." tag="Community Trust" names={[ - "Google Reviews: 4.7β˜…", - "38+ Customer Reviews", - "24/7 Service", - "Local Favorite", - "Fast Delivery", - "Quality Guaranteed", - ]} + "Google Reviews: 4.7β˜…", "38+ Customer Reviews", "24/7 Service", "Local Favorite", "Fast Delivery", "Quality Guaranteed"]} textboxLayout="default" useInvertedBackground={false} speed={40} -- 2.49.1 From ba1871eef22ab2b28104d709515da0e8062393ec Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 00:46:08 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 60 ++++++++++++---------------------------- 1 file changed, 18 insertions(+), 42 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 724b35a..05418dc 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -13,33 +13,27 @@ export default function ContactPage() { { name: "Services", id: "services" }, { name: "Contact", id: "/contact" }, { name: "About", id: "/about" }, + { name: "πŸ‡ΈπŸ‡Ό Kiswahili", id: "#" }, ]; const footerColumns = [ { - title: "Location", - items: [ + title: "Location", items: [ { - label: "Mnadani, Kigamboni, Dar es Salaam", - href: "https://maps.google.com/?q=Kzone+Cafe+Grill+Kigamboni", - }, + label: "Mnadani, Kigamboni, Dar es Salaam", href: "https://maps.google.com/?q=Kzone+Cafe+Grill+Kigamboni"}, { - label: "View on Google Maps", - href: "https://maps.google.com/?q=Kzone+Cafe+Grill+Kigamboni", - }, + label: "View on Google Maps", href: "https://maps.google.com/?q=Kzone+Cafe+Grill+Kigamboni"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: 0655 311 355", href: "tel:0655311355" }, { label: "WhatsApp Order", href: "https://wa.me/255655311355" }, { label: "Hours: Open 24/7", href: "#" }, ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Dine-In", href: "services" }, { label: "Drive-Through", href: "services" }, { label: "Delivery", href: "services" }, @@ -89,41 +83,23 @@ export default function ContactPage() { sideDescription="Everything you need to know about Kzone Cafe & Grill services, hours, and ordering." faqs={[ { - id: "1", - title: "What are your operating hours?", - content: - "We are open 24 hours every day! Whether you want breakfast, lunch, dinner, or a late-night snack, we're here for you.", - }, + id: "1", title: "What are your operating hours?", content: + "We are open 24 hours every day! Whether you want breakfast, lunch, dinner, or a late-night snack, we're here for you."}, { - id: "2", - title: "Do you offer delivery?", - content: - "Yes! We offer fast, reliable delivery. Call us at 0655 311 355 or order through WhatsApp. Delivery is available throughout Kigamboni and surrounding areas.", - }, + id: "2", title: "Do you offer delivery?", content: + "Yes! We offer fast, reliable delivery. Call us at 0655 311 355 or order through WhatsApp. Delivery is available throughout Kigamboni and surrounding areas."}, { - id: "3", - title: "What is your drive-through process?", - content: - "Simply drive to our location in Mnadani, Kigamboni. You can order from your car and we'll prepare your food quickly for no-contact pickup.", - }, + id: "3", title: "What is your drive-through process?", content: + "Simply drive to our location in Mnadani, Kigamboni. You can order from your car and we'll prepare your food quickly for no-contact pickup."}, { - id: "4", - title: "Can I make reservations?", - content: - "Yes! For group bookings or reservations, please call us at 0655 311 355. We're happy to accommodate your dining needs.", - }, + id: "4", title: "Can I make reservations?", content: + "Yes! For group bookings or reservations, please call us at 0655 311 355. We're happy to accommodate your dining needs."}, { - id: "5", - title: "What payment methods do you accept?", - content: - "We accept cash and mobile money payments (M-Pesa, Airtel Money). Contact us for payment details or online ordering options.", - }, + id: "5", title: "What payment methods do you accept?", content: + "We accept cash and mobile money payments (M-Pesa, Airtel Money). Contact us for payment details or online ordering options."}, { - id: "6", - title: "Are there dietary options?", - content: - "Yes! We offer various menu options including grilled items, vegetarian sides, and fresh drinks. Contact us to discuss specific dietary requirements.", - }, + id: "6", title: "Are there dietary options?", content: + "Yes! We offer various menu options including grilled items, vegetarian sides, and fresh drinks. Contact us to discuss specific dietary requirements."}, ]} textPosition="left" useInvertedBackground={false} -- 2.49.1 From edc4eb6c230b4255c30fac8cf75083e6c9c54a48 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 00:46:09 +0000 Subject: [PATCH 3/4] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 103 ++++++++++-------------------------------- 1 file changed, 23 insertions(+), 80 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 0235100..123feb5 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -14,6 +14,7 @@ export default function MenuPage() { { name: "Services", id: "services" }, { name: "Contact", id: "contact" }, { name: "About", id: "why-us" }, + { name: "πŸ‡ΈπŸ‡Ό Kiswahili", id: "#" }, ]; return ( @@ -45,47 +46,17 @@ export default function MenuPage() { description="Explore our full range of fresh, grilled, and affordable menu items. Everything is made with quality ingredients and served with our signature friendly service." products={[ { - id: "1", - name: "Grilled Chicken", - price: "From 8,000 TZS", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-tomatoes-lemon-slices-oval-plate-table-free-space_140725-147488.jpg?_wi=2", - imageAlt: "Grilled Chicken", - }, + id: "1", name: "Grilled Chicken", price: "From 8,000 TZS", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-tomatoes-lemon-slices-oval-plate-table-free-space_140725-147488.jpg?_wi=2", imageAlt: "Grilled Chicken"}, { - id: "2", - name: "Juicy Burger", - price: "From 6,000 TZS", - imageSrc: "http://img.b2bpic.net/free-photo/making-homemade-burger-ingredients-cooking-wooden-tabletop-view-flat-lay-copy-space_127032-3012.jpg?_wi=2", - imageAlt: "Juicy Burger", - }, + id: "2", name: "Juicy Burger", price: "From 6,000 TZS", imageSrc: "http://img.b2bpic.net/free-photo/making-homemade-burger-ingredients-cooking-wooden-tabletop-view-flat-lay-copy-space_127032-3012.jpg?_wi=2", imageAlt: "Juicy Burger"}, { - id: "3", - name: "Fresh Chips", - price: "From 3,000 TZS", - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-enjoying-food_23-2149303526.jpg?_wi=2", - imageAlt: "Fresh Chips", - }, + id: "3", name: "Fresh Chips", price: "From 3,000 TZS", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-enjoying-food_23-2149303526.jpg?_wi=2", imageAlt: "Fresh Chips"}, { - id: "4", - name: "Cool Drinks", - price: "From 2,000 TZS", - imageSrc: "http://img.b2bpic.net/free-photo/fruit-cocktail-glass-cafe_1339-7258.jpg?_wi=2", - imageAlt: "Cool Drinks", - }, + id: "4", name: "Cool Drinks", price: "From 2,000 TZS", imageSrc: "http://img.b2bpic.net/free-photo/fruit-cocktail-glass-cafe_1339-7258.jpg?_wi=2", imageAlt: "Cool Drinks"}, { - id: "5", - name: "Grilled Fish", - price: "From 10,000 TZS", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-tomatoes-lemon-slices-oval-plate-table-free-space_140725-147488.jpg?_wi=3", - imageAlt: "Grilled Fish", - }, + id: "5", name: "Grilled Fish", price: "From 10,000 TZS", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-tomatoes-lemon-slices-oval-plate-table-free-space_140725-147488.jpg?_wi=3", imageAlt: "Grilled Fish"}, { - id: "6", - name: "Specialty Platter", - price: "From 12,000 TZS", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-sandwich-fries-chicken-nuggets-black-board-fries-pepper-dark-gray-blurred-surface_179666-42621.jpg?_wi=2", - imageAlt: "Specialty Platter", - }, + id: "6", name: "Specialty Platter", price: "From 12,000 TZS", imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-sandwich-fries-chicken-nuggets-black-board-fries-pepper-dark-gray-blurred-surface_179666-42621.jpg?_wi=2", imageAlt: "Specialty Platter"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -93,9 +64,7 @@ export default function MenuPage() { useInvertedBackground={false} buttons={[ { - text: "Order Now", - href: "https://wa.me/255655311355", - }, + text: "Order Now", href: "https://wa.me/255655311355"}, ]} /> @@ -106,17 +75,12 @@ export default function MenuPage() { animationType="reveal-blur" buttons={[ { - text: "πŸ“± WhatsApp: +255 655 311 355", - href: "https://wa.me/255655311355", - }, + text: "πŸ“± WhatsApp: +255 655 311 355", href: "https://wa.me/255655311355"}, { - text: "πŸ“ž Call Now", - href: "tel:0655311355", - }, + text: "πŸ“ž Call Now", href: "tel:0655311355"}, ]} background={{ - variant: "plain", - }} + variant: "plain"}} useInvertedBackground={false} /> @@ -125,54 +89,33 @@ export default function MenuPage() { Date: Mon, 9 Mar 2026 00:46:09 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 236 +++++++++++------------------------------------ 1 file changed, 55 insertions(+), 181 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f318316..7d05efa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import ContactText from "@/components/sections/contact/ContactText"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { Star } from "lucide-react"; +import { Star, Globe } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -21,8 +21,16 @@ export default function HomePage() { { name: "Services", id: "services" }, { name: "Contact", id: "contact" }, { name: "About", id: "why-us" }, + { name: "πŸ‡ΈπŸ‡Ό Kiswahili", id: "#" }, ]; + const handleLanguageChange = (language: string) => { + // Store language preference + localStorage.setItem('preferredLanguage', language); + // Trigger page reload or language change + window.location.reload(); + }; + return ( @@ -235,13 +163,9 @@ export default function HomePage() { useInvertedBackground={false} buttons={[ { - text: "Reserve a Table", - href: "#contact", - }, + text: "Reserve a Table", href: "#contact"}, { - text: "Order Now", - href: "https://wa.me/255655311355", - }, + text: "Order Now", href: "https://wa.me/255655311355"}, ]} /> @@ -252,13 +176,7 @@ export default function HomePage() { description="Join thousands of satisfied customers who choose Kzone Cafe & Grill daily." tag="Community Trust" names={[ - "Google Reviews: 4.7β˜…", - "38+ Customer Reviews", - "24/7 Service", - "Local Favorite", - "Fast Delivery", - "Quality Guaranteed", - ]} + "Google Reviews: 4.7β˜…", "38+ Customer Reviews", "24/7 Service", "Local Favorite", "Fast Delivery", "Quality Guaranteed"]} textboxLayout="default" useInvertedBackground={false} speed={40} @@ -272,17 +190,12 @@ export default function HomePage() { animationType="reveal-blur" buttons={[ { - text: "πŸ“ž Call: 0655 311 355", - href: "tel:0655311355", - }, + text: "πŸ“ž Call: 0655 311 355", href: "tel:0655311355"}, { - text: "πŸ’¬ WhatsApp Order", - href: "https://wa.me/255655311355", - }, + text: "πŸ’¬ WhatsApp Order", href: "https://wa.me/255655311355"}, ]} background={{ - variant: "plain", - }} + variant: "plain"}} useInvertedBackground={false} /> @@ -293,35 +206,17 @@ export default function HomePage() { sideDescription="Everything you need to know about Kzone Cafe & Grill services, hours, and ordering." faqs={[ { - id: "1", - title: "What are your operating hours?", - content: "We are open 24 hours every day! Whether you want breakfast, lunch, dinner, or a late-night snack, we're here for you.", - }, + id: "1", title: "What are your operating hours?", content: "We are open 24 hours every day! Whether you want breakfast, lunch, dinner, or a late-night snack, we're here for you."}, { - id: "2", - title: "Do you offer delivery?", - content: "Yes! We offer fast, reliable delivery. Call us at 0655 311 355 or order through WhatsApp. Delivery is available throughout Kigamboni and surrounding areas.", - }, + id: "2", title: "Do you offer delivery?", content: "Yes! We offer fast, reliable delivery. Call us at 0655 311 355 or order through WhatsApp. Delivery is available throughout Kigamboni and surrounding areas."}, { - id: "3", - title: "What is your drive-through process?", - content: "Simply drive to our location in Mnadani, Kigamboni. You can order from your car and we'll prepare your food quickly for no-contact pickup.", - }, + id: "3", title: "What is your drive-through process?", content: "Simply drive to our location in Mnadani, Kigamboni. You can order from your car and we'll prepare your food quickly for no-contact pickup."}, { - id: "4", - title: "Can I make reservations?", - content: "Yes! For group bookings or reservations, please call us at 0655 311 355. We're happy to accommodate your dining needs.", - }, + id: "4", title: "Can I make reservations?", content: "Yes! For group bookings or reservations, please call us at 0655 311 355. We're happy to accommodate your dining needs."}, { - id: "5", - title: "What payment methods do you accept?", - content: "We accept cash and mobile money payments (M-Pesa, Airtel Money). Contact us for payment details or online ordering options.", - }, + id: "5", title: "What payment methods do you accept?", content: "We accept cash and mobile money payments (M-Pesa, Airtel Money). Contact us for payment details or online ordering options."}, { - id: "6", - title: "Are there dietary options?", - content: "Yes! We offer various menu options including grilled items, vegetarian sides, and fresh drinks. Contact us to discuss specific dietary requirements.", - }, + id: "6", title: "Are there dietary options?", content: "Yes! We offer various menu options including grilled items, vegetarian sides, and fresh drinks. Contact us to discuss specific dietary requirements."}, ]} textPosition="left" useInvertedBackground={false} @@ -334,54 +229,33 @@ export default function HomePage() {