diff --git a/src/app/page.tsx b/src/app/page.tsx index 1160b0d..134e61f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import ProductCardFour from "@/components/sections/product/ProductCardFour"; import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { Clock, Users, UtensilsCrossed, MapPin, Utensils } from "lucide-react"; +import { Clock, Users, UtensilsCrossed, MapPin, Utensils, Phone } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -69,7 +69,8 @@ export default function HomePage() { brandName="Al-Zhaiqa" navItems={navItems} button={{ - text: "Contact Us", href: "/contact"}} + text: "Call Now", href: "tel:+923162895522" + }} animateOnLoad={true} /> @@ -92,13 +93,16 @@ export default function HomePage() { testimonials={[ { name: "Ahmed Hassan", handle: "Customer since 2022", testimonial: "Best biryani in Karachi! The flavors are authentic and the service is exceptional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg?_wi=1", imageAlt: "Ahmed Hassan"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg?_wi=1", imageAlt: "Ahmed Hassan" + }, { name: "Fatima Khan", handle: "Food Enthusiast", testimonial: "Absolutely delicious! Every dish feels like home. Highly recommended for family dinners.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-work-with-copy-space_23-2148826459.jpg?_wi=1", imageAlt: "Fatima Khan"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-work-with-copy-space_23-2148826459.jpg?_wi=1", imageAlt: "Fatima Khan" + }, { name: "Ali Raza", handle: "Regular Customer", testimonial: "The karahi here is to die for! Perfect spices and fresh ingredients every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-listening-music-through-earphones-portrait_53876-148059.jpg?_wi=1", imageAlt: "Ali Raza"}, + imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-listening-music-through-earphones-portrait_53876-148059.jpg?_wi=1", imageAlt: "Ali Raza" + }, ]} useInvertedBackground={false} /> @@ -115,15 +119,20 @@ export default function HomePage() { gridVariant="uniform-all-items-equal" products={[ { - id: "1", name: "Special Zhaiqa Biryani", price: "PKR 550", variant: "Fragrant Rice with Tender Meat", imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-turkish-iskender-doner-with-yogurt-clay-pot-wooden-board_140725-10332.jpg", imageAlt: "Special Zhaiqa Biryani"}, + id: "1", name: "Special Zhaiqa Biryani", price: "PKR 550", variant: "Fragrant Rice with Tender Meat", imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-turkish-iskender-doner-with-yogurt-clay-pot-wooden-board_140725-10332.jpg", imageAlt: "Special Zhaiqa Biryani" + }, { - id: "2", name: "Chicken Karahi", price: "PKR 1,200", variant: "Spiced Wok Curry", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-kebab-with-greens-red-onion-grilled-corn-dried-barberry-table_141793-4835.jpg", imageAlt: "Chicken Karahi"}, + id: "2", name: "Chicken Karahi", price: "PKR 1,200", variant: "Spiced Wok Curry", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-kebab-with-greens-red-onion-grilled-corn-dried-barberry-table_141793-4835.jpg", imageAlt: "Chicken Karahi" + }, { - id: "3", name: "Seekh Kebab", price: "PKR 600", variant: "Grilled Minced Meat", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-qutabs-cooked-dough-slices-with-greens-inside-grey-space_140725-75796.jpg", imageAlt: "Seekh Kebab"}, + id: "3", name: "Seekh Kebab", price: "PKR 600", variant: "Grilled Minced Meat", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-qutabs-cooked-dough-slices-with-greens-inside-grey-space_140725-75796.jpg", imageAlt: "Seekh Kebab" + }, { - id: "4", name: "Nihari", price: "PKR 750", variant: "Slow-Cooked Meat Stew", imageSrc: "http://img.b2bpic.net/free-photo/delicious-meat-stew-with-vegetables_141793-4805.jpg", imageAlt: "Nihari"}, + id: "4", name: "Nihari", price: "PKR 750", variant: "Slow-Cooked Meat Stew", imageSrc: "http://img.b2bpic.net/free-photo/delicious-meat-stew-with-vegetables_141793-4805.jpg", imageAlt: "Nihari" + }, { - id: "5", name: "Haleem", price: "PKR 650", variant: "Meat and Lentil Blend", imageSrc: "http://img.b2bpic.net/free-photo/traditional-middle-eastern-haleem-dish_141793-4850.jpg", imageAlt: "Haleem"}, + id: "5", name: "Haleem", price: "PKR 650", variant: "Meat and Lentil Blend", imageSrc: "http://img.b2bpic.net/free-photo/traditional-middle-eastern-haleem-dish_141793-4850.jpg", imageAlt: "Haleem" + }, ]} /> @@ -136,16 +145,20 @@ export default function HomePage() { metrics={[ { icon: Clock, - label: "Years of Heritage", value: "15+"}, + label: "Years of Heritage", value: "15+" + }, { icon: Users, - label: "Happy Customers", value: "10,000+"}, + label: "Happy Customers", value: "10,000+" + }, { icon: UtensilsCrossed, - label: "Signature Dishes", value: "50+"}, + label: "Signature Dishes", value: "50+" + }, { icon: MapPin, - label: "Karachi Location", value: "Prime"}, + label: "Karachi Location", value: "Prime" + }, ]} /> @@ -159,11 +172,14 @@ export default function HomePage() { useInvertedBackground={false} features={[ { - id: "1", title: "Order Online", description: "Browse our complete menu and order for delivery or takeaway with flexible payment options.", tag: "Convenient", imageSrc: "http://img.b2bpic.net/free-photo/pilaf-bowl-board-spices-yellow-green-background-top-view_185193-162334.jpg?_wi=2", imageAlt: "Order Online"}, + id: "1", title: "Order Online", description: "Browse our complete menu and order for delivery or takeaway with flexible payment options.", tag: "Convenient", imageSrc: "http://img.b2bpic.net/free-photo/pilaf-bowl-board-spices-yellow-green-background-top-view_185193-162334.jpg?_wi=2", imageAlt: "Order Online" + }, { - id: "2", title: "Book a Table", description: "Reserve your table for a memorable dining experience with family and friends.", tag: "Dining", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663853.jpg", imageAlt: "Book a Table"}, + id: "2", title: "Book a Table", description: "Reserve your table for a memorable dining experience with family and friends.", tag: "Dining", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663853.jpg", imageAlt: "Book a Table" + }, { - id: "3", title: "Catering Services", description: "Perfect for events and celebrations - authentic Pakistani food delivered to your doorstep.", tag: "Events", imageSrc: "http://img.b2bpic.net/free-photo/salt-sliced-lemon-meat-noodle-platter-marble-surface_114579-91208.jpg", imageAlt: "Catering Services"}, + id: "3", title: "Catering Services", description: "Perfect for events and celebrations - authentic Pakistani food delivered to your doorstep.", tag: "Events", imageSrc: "http://img.b2bpic.net/free-photo/salt-sliced-lemon-meat-noodle-platter-marble-surface_114579-91208.jpg", imageAlt: "Catering Services" + }, ]} /> @@ -178,32 +194,38 @@ export default function HomePage() { speed={40} testimonials={[ { - id: "1", name: "Ahmed Hassan", handle: "@AhmedKarachi", testimonial: "Best biryani in town! The authentic flavors and perfect spice balance keep me coming back.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg?_wi=2", imageAlt: "Ahmed Hassan"}, + id: "1", name: "Ahmed Hassan", handle: "@AhmedKarachi", testimonial: "Best biryani in town! The authentic flavors and perfect spice balance keep me coming back.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg?_wi=2", imageAlt: "Ahmed Hassan" + }, { - id: "2", name: "Fatima Khan", handle: "@FatimaFood", testimonial: "Every dish tastes like home. The karahi is outstanding and the naan is fresh daily.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-work-with-copy-space_23-2148826459.jpg?_wi=2", imageAlt: "Fatima Khan"}, + id: "2", name: "Fatima Khan", handle: "@FatimaFood", testimonial: "Every dish tastes like home. The karahi is outstanding and the naan is fresh daily.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-work-with-copy-space_23-2148826459.jpg?_wi=2", imageAlt: "Fatima Khan" + }, { - id: "3", name: "Ali Raza", handle: "@AliEats", testimonial: "Exceptional service and incredible food quality. Al-Zhaiqa is my go-to for Pakistani cuisine.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-listening-music-through-earphones-portrait_53876-148059.jpg?_wi=2", imageAlt: "Ali Raza"}, + id: "3", name: "Ali Raza", handle: "@AliEats", testimonial: "Exceptional service and incredible food quality. Al-Zhaiqa is my go-to for Pakistani cuisine.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-listening-music-through-earphones-portrait_53876-148059.jpg?_wi=2", imageAlt: "Ali Raza" + }, { - id: "4", name: "Zainab Malik", handle: "@ZainabCuisine", testimonial: "The tikka and kebabs are absolutely delicious. Family gatherings are incomplete without Al-Zhaiqa!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", imageAlt: "Zainab Malik"}, + id: "4", name: "Zainab Malik", handle: "@ZainabCuisine", testimonial: "The tikka and kebabs are absolutely delicious. Family gatherings are incomplete without Al-Zhaiqa!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", imageAlt: "Zainab Malik" + }, { - id: "5", name: "Hassan Mirza", handle: "@HassanFoodie", testimonial: "Authentic traditional recipes with modern service. This is what Pakistani cuisine should taste like.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiling-man-with-copy-space_23-2148548057.jpg", imageAlt: "Hassan Mirza"}, + id: "5", name: "Hassan Mirza", handle: "@HassanFoodie", testimonial: "Authentic traditional recipes with modern service. This is what Pakistani cuisine should taste like.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiling-man-with-copy-space_23-2148548057.jpg", imageAlt: "Hassan Mirza" + }, { - id: "6", name: "Amina Siddiqui", handle: "@AminaKitchen", testimonial: "I've tried many Pakistani restaurants, but Al-Zhaiqa stands out for quality and authenticity.", imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-hotel-owner-leaning-counter_1262-5861.jpg", imageAlt: "Amina Siddiqui"}, + id: "6", name: "Amina Siddiqui", handle: "@AminaKitchen", testimonial: "I've tried many Pakistani restaurants, but Al-Zhaiqa stands out for quality and authenticity.", imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-hotel-owner-leaning-counter_1262-5861.jpg", imageAlt: "Amina Siddiqui" + }, ]} />
@@ -212,4 +234,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}