Update src/app/page.tsx

This commit is contained in:
2026-03-09 00:46:09 +00:00
parent edc4eb6c23
commit 2bdb2f1ca8

View File

@@ -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 (
<ThemeProvider
defaultButtonVariant="elastic-effect"
@@ -51,27 +59,17 @@ export default function HomePage() {
description="Fresh Food, Anytime Open 24 Hours in Kigamboni. Dine-in, Drive-through, or Delivery. Rated 4.7★ with 38 Customer Reviews."
buttons={[
{
text: "📞 Call Now",
href: "tel:0655311355",
},
text: "📞 Call Now", href: "tel:0655311355"},
{
text: "🍽 Order Food",
href: "https://wa.me/255655311355",
},
text: "🍽 Order Food", href: "https://wa.me/255655311355"},
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/pork-barbecue-cooked-grilled-charcoal-barbecue-is-beautiful-meat-fire-meat-coals_132075-13607.jpg",
imageAlt: "Grilled Chicken - Kzone Cafe",
},
imageSrc: "http://img.b2bpic.net/free-photo/pork-barbecue-cooked-grilled-charcoal-barbecue-is-beautiful-meat-fire-meat-coals_132075-13607.jpg", imageAlt: "Grilled Chicken - Kzone Cafe"},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-having-drinks-party_23-2148037653.jpg",
imageAlt: "Restaurant Interior - Kzone Cafe",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-having-drinks-party_23-2148037653.jpg", imageAlt: "Restaurant Interior - Kzone Cafe"},
{
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=1",
imageAlt: "Burger & Chips - Kzone Cafe",
},
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=1", imageAlt: "Burger & Chips - Kzone Cafe"},
]}
autoplayDelay={5000}
showDimOverlay={true}
@@ -85,26 +83,14 @@ export default function HomePage() {
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"],
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-bartender-barista-using-coffee-machine-prepare-order-making-cappuccino-latte_1258-203406.jpg?_wi=1",
imageAlt: "Restaurant Dining Experience",
},
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=1", imageAlt: "Restaurant Dining Experience"},
{
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=1",
imageAlt: "Drive-Through Service",
},
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=1", imageAlt: "Drive-Through Service"},
{
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=1",
imageAlt: "Fast Delivery Service",
},
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=1", imageAlt: "Fast Delivery Service"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -119,58 +105,22 @@ export default function HomePage() {
description="See what our satisfied customers have to say about Kzone Cafe & Grill."
testimonials={[
{
id: "1",
name: "Fatima Hassan",
role: "Local Resident",
testimonial: "Sehemu nzuri ya kutulia na familia. Chakula chao kina ladha nzuri sana na huduma ni nzuri.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-park-by-red-leaves_1303-22124.jpg",
imageAlt: "Fatima Hassan Portrait",
icon: Star,
id: "1", name: "Fatima Hassan", role: "Local Resident", testimonial: "Sehemu nzuri ya kutulia na familia. Chakula chao kina ladha nzuri sana na huduma ni nzuri.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-park-by-red-leaves_1303-22124.jpg", imageAlt: "Fatima Hassan Portrait", icon: Star,
},
{
id: "2",
name: "James Mwangi",
role: "Business Owner",
testimonial: "The best grill restaurant in Kigamboni. Quick service, affordable prices, and excellent quality. Highly recommended!",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1689.jpg",
imageAlt: "James Mwangi Portrait",
icon: Star,
id: "2", name: "James Mwangi", role: "Business Owner", testimonial: "The best grill restaurant in Kigamboni. Quick service, affordable prices, and excellent quality. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1689.jpg", imageAlt: "James Mwangi Portrait", icon: Star,
},
{
id: "3",
name: "Amina Mohammed",
role: "Regular Customer",
testimonial: "Open 24 hours is perfect for my late-night schedule. Food is always fresh and the staff is always friendly.",
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-striped-shirt-clenching-teeth-looking-troubled-front-view_176474-52779.jpg",
imageAlt: "Amina Mohammed Portrait",
icon: Star,
id: "3", name: "Amina Mohammed", role: "Regular Customer", testimonial: "Open 24 hours is perfect for my late-night schedule. Food is always fresh and the staff is always friendly.", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-striped-shirt-clenching-teeth-looking-troubled-front-view_176474-52779.jpg", imageAlt: "Amina Mohammed Portrait", icon: Star,
},
{
id: "4",
name: "David Kipchoge",
role: "Student",
testimonial: "Best place to hang out with friends. Great food, good prices, and wonderful atmosphere. Love it!",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-cheerful-attractive-young-male-student-showing-promo-pointing-upper-left-corn_1258-109454.jpg",
imageAlt: "David Kipchoge Portrait",
icon: Star,
id: "4", name: "David Kipchoge", role: "Student", testimonial: "Best place to hang out with friends. Great food, good prices, and wonderful atmosphere. Love it!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-cheerful-attractive-young-male-student-showing-promo-pointing-upper-left-corn_1258-109454.jpg", imageAlt: "David Kipchoge Portrait", icon: Star,
},
{
id: "5",
name: "Sarah Mwangi",
role: "Working Professional",
testimonial: "Convenient drive-through service saves me time. Delivery is fast and food quality is consistent every time.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-glasses-laughing_23-2148415938.jpg",
imageAlt: "Sarah Mwangi Portrait",
icon: Star,
id: "5", name: "Sarah Mwangi", role: "Working Professional", testimonial: "Convenient drive-through service saves me time. Delivery is fast and food quality is consistent every time.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-glasses-laughing_23-2148415938.jpg", imageAlt: "Sarah Mwangi Portrait", icon: Star,
},
{
id: "6",
name: "Peter Ochieng",
role: "Family Man",
testimonial: "Family favorite! Kids love the chips and chicken, adults appreciate the value for money. Perfect for family outings.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-dad-dancing-with-daughter_23-2147800128.jpg",
imageAlt: "Peter Ochieng Portrait",
icon: Star,
id: "6", name: "Peter Ochieng", role: "Family Man", testimonial: "Family favorite! Kids love the chips and chicken, adults appreciate the value for money. Perfect for family outings.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-dad-dancing-with-daughter_23-2147800128.jpg", imageAlt: "Peter Ochieng Portrait", icon: Star,
},
]}
animationType="slide-up"
@@ -187,33 +137,13 @@ export default function HomePage() {
description="Taste our most popular menu items - fresh, delicious, and affordable. View the full menu for more options."
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=1",
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=1", 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=1",
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=1", 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=1",
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=1", 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=1",
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=1", imageAlt: "Cool Drinks"},
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
@@ -221,9 +151,7 @@ export default function HomePage() {
useInvertedBackground={false}
buttons={[
{
text: "View Full Menu",
href: "/menu",
},
text: "View Full Menu", href: "/menu"},
]}
/>
</div>
@@ -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"},
]}
/>
</div>
@@ -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}
/>
</div>
@@ -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() {
<FooterBaseReveal
columns={[
{
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: "Phone: 0655 311 355", href: "tel:0655311355"},
{
label: "WhatsApp Order",
href: "https://wa.me/255655311355",
},
label: "WhatsApp Order", href: "https://wa.me/255655311355"},
{
label: "Hours: Open 24/7",
href: "#",
},
label: "Hours: Open 24/7", href: "#"},
],
},
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Dine-In",
href: "#services",
},
label: "Dine-In", href: "#services"},
{
label: "Drive-Through",
href: "#services",
},
label: "Drive-Through", href: "#services"},
{
label: "Delivery",
href: "#services",
},
label: "Delivery", href: "#services"},
{
label: "Reservations",
href: "#contact",
},
label: "Reservations", href: "#contact"},
],
},
]}