From 6ea873502ddacff021f71a0efe81a032a7b232a4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:37:50 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 65 ++++++++++++------------------------------ 1 file changed, 19 insertions(+), 46 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a60746c..695ef76 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -20,55 +20,31 @@ export default function AboutPage() { const accordionItems = [ { - id: "1", - title: "Fresh Ingredients", - content: "We source the finest locally-sourced ingredients to ensure authentic flavors and quality in every dish.", - }, + id: "1", title: "Fresh Ingredients", content: "We source the finest locally-sourced ingredients to ensure authentic flavors and quality in every dish."}, { - id: "2", - title: "Luxury Atmosphere", - content: "Recently renovated interior with elegant ambiance, perfect for families, couples, and group celebrations.", - }, + id: "2", title: "Luxury Atmosphere", content: "Recently renovated interior with elegant ambiance, perfect for families, couples, and group celebrations."}, { - id: "3", - title: "Friendly Service", - content: "Our trained staff provides attentive and warm service to ensure a memorable dining experience.", - }, + id: "3", title: "Friendly Service", content: "Our trained staff provides attentive and warm service to ensure a memorable dining experience."}, { - id: "4", - title: "Affordable Prices", - content: "Enjoy premium quality Uzbek cuisine at prices that respect your budget without compromising taste.", - }, + id: "4", title: "Affordable Prices", content: "Enjoy premium quality Uzbek cuisine at prices that respect your budget without compromising taste."}, ]; const testimonials = [ { - id: "1", - name: "Fatima Ahmed", - role: "Tourist", - company: "Samarqand Visitor", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-wearing-white-sweater-smiling_181624-8702.jpg?_wi=2", - }, + id: "1", name: "Fatima Ahmed", role: "Tourist", company: "Samarqand Visitor", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-wearing-white-sweater-smiling_181624-8702.jpg"}, { - id: "2", - name: "Rustam Karimov", - role: "Local Resident", - company: "Juma Community", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg?_wi=2", - }, + id: "2", name: "Rustam Karimov", role: "Local Resident", company: "Juma Community", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg"}, { - id: "3", - name: "Layla Hassan", - role: "Event Organizer", - company: "Celebration Planner", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg?_wi=2", - }, + id: "3", name: "Layla Hassan", role: "Event Organizer", company: "Celebration Planner", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg"}, + { + id: "4", name: "Mirza Sultan", role: "Business Owner", company: "Corporate Client", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1676.jpg"}, ]; - const kpiItems = [ + const kpiItems: [{ value: string; label: string }, { value: string; label: string }, { value: string; label: string }] = [ { value: "4.7", label: "Average Rating" }, { value: "2,500+", label: "Happy Guests" }, { value: "10+", label: "Years Excellence" }, @@ -76,8 +52,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "Menu", href: "/menu" }, { label: "Gallery", href: "/gallery" }, @@ -85,8 +60,7 @@ export default function AboutPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "📞 +998 (12) 345-67-89", href: "tel:+998123456789" }, { label: "📍 Juma, Samarqand Region", href: "https://maps.google.com/?q=Asl+Shox+Restaurant+Juma" }, { label: "💬 WhatsApp Chat", href: "https://wa.me/998123456789" }, @@ -94,8 +68,7 @@ export default function AboutPage() { ], }, { - title: "Hours", - items: [ + title: "Hours", items: [ { label: "Mon-Thu: 11:00 - 23:00", href: "#" }, { label: "Fri-Sat: 11:00 - 00:00", href: "#" }, { label: "Sunday: 12:00 - 23:00", href: "#" }, @@ -129,7 +102,7 @@ export default function AboutPage() { tagIcon={Crown} tagAnimation="slide-up" accordionItems={accordionItems} - imageSrc="http://img.b2bpic.net/free-photo/dining-table-with-chairs-tableware_140725-7823.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/dining-table-with-chairs-tableware_140725-7823.jpg" imageAlt="Restaurant Ambiance" mediaAnimation="slide-up" mediaPosition="right" @@ -168,7 +141,7 @@ export default function AboutPage() {