Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-06-12 00:58:37 +00:00

View File

@@ -1,12 +1,8 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout/InlineImageSplitTextAbout';
import FooterSimple from '@/components/sections/footer/FooterSimple/FooterSimple';
export default function HomePage() {
const navItems = [
@@ -41,101 +37,12 @@ export default function HomePage() {
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitTestimonial
title="Zad Shawarma"
description="Fresh taste, unforgettable flavor"
background={{ variant: "glowing-orb" }}
testimonials={[
{ name: "Ahmad Khan", handle: "@ahmadfoodie", testimonial: "Zad Shawarma has the most authentic and delicious shawarma I've ever tasted! The meat is perfectly seasoned and so tender. Highly recommended!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happiness-leisure-lifestyle-concept-smiling-african-american-female-recreates-cafe-restaurant-eats-delicious-dessert-drinks-cocktail-happy-have-pleasant-conversation-with-interlocutor_273609-2194.jpg", imageAlt: "Ahmad Khan" },
{ name: "Sara Al-Mansoori", handle: "@saralovesfood", testimonial: "Absolutely love the chicken shawarma here! The flavors are incredibly fresh, and the service is always quick and friendly. My go-to spot!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-blonde-pretty-woman-eating-sushi-summer-terrace-japanese-restaurant_496169-300.jpg", imageAlt: "Sara Al-Mansoori" },
{ name: "Omar Hassan", handle: "@omarmunchies", testimonial: "The best shawarma in town, hands down! The portions are generous, and every bite is a burst of flavor. You won't be disappointed.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-handsome-man-isolated_273609-35974.jpg", imageAlt: "Omar Hassan" },
{ name: "Leila Abdullah", handle: "@leilafoodcritc", testimonial: "Consistently amazing quality and taste. Zad Shawarma never disappoints. Their meat shawarma is a must-try!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-cute-woman-model-holding-wooden-board-with-fresh-vegetables_114579-36915.jpg", imageAlt: "Leila Abdullah" },
{ name: "Faisal Al-Hamad", handle: "@faisalapproved", testimonial: "Fast, fresh, and unbelievably delicious. Zad Shawarma truly lives up to its slogan. The 'Order Now' process is super easy.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148006579.jpg", imageAlt: "Faisal Al-Hamad" }
]}
testimonialRotationInterval={5000}
useInvertedBackground={false}
buttons={[{ text: "Order Now", href: "/menu" }]}
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/beef-doner-wrap-flatbread-served-with-fries-mayonnaise_141793-26.jpg"
imageAlt="Appetizing Shawarma Platter"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/young-brunette-woman-with-curly-hair_273609-14397.jpg", alt: "Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/young-male-posing-isolated-against-blank-studio-wall_273609-12356.jpg", alt: "Customer 2" },
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-african-man-looking_171337-9852.jpg", alt: "Customer 3" },
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-man-white-shirt_23-2152009542.jpg", alt: "Customer 4" }
]}
avatarText="Join thousands of happy customers!"
imagePosition="right"
/>
</div>
<div id="about-home" data-section="about-home">
<div id="home-introduction" data-section="home-introduction">
<InlineImageSplitTextAbout
heading={[{ type: "text", content: "Our Story: Quality, Freshness, Fast Service" }]}
body="At Zad Shawarma, we believe in crafting culinary experiences that delight. From carefully selected, fresh ingredients to our expertly seasoned meats, every dish is prepared with passion. Our commitment to quality, freshness, and fast service ensures a memorable meal every time. Come taste the difference!"
heading={[{ type: "text", content: "Welcome to Zad Shawarma!" }]}
description="Experience the authentic taste of the Middle East with our freshly prepared shawarmas, made from the finest ingredients and traditional recipes. Our passion is to bring joy to your taste buds."
useInvertedBackground={true}
image={{
src: "http://img.b2bpic.net/free-photo/unfocused-spacious-store_1203-597.jpg", alt: "Chef preparing shawarma in a clean kitchen", position: "left"
}}
/>
</div>
<div id="menu-highlights" data-section="menu-highlights">
<ProductCardTwo
title="Popular Menu Items"
description="Discover our customer favorites, crafted with fresh ingredients and unforgettable flavor."
products={[
{ id: "p1", brand: "Zad Shawarma", name: "Chicken Shawarma Meal", rating: 5, reviewCount: "245", imageSrc: "http://img.b2bpic.net/free-photo/sliced-meat-roll-pita-bread-french-fries_140725-7531.jpg", imageAlt: "Chicken Shawarma Meal", price: "11.99" },
{ id: "p2", brand: "Zad Shawarma", name: "Meat Shawarma Plate", rating: 4.8, reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beed-wrap-doner-with-cucumber-prinkles-tomato-fries_140725-10543.jpg", imageAlt: "Meat Shawarma Plate", price: "13.99" },
{ id: "p3", brand: "Zad Shawarma", name: "Mixed Grill Meal", rating: 4.9, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-serbian-food-arrangement_23-2149358051.jpg", imageAlt: "Mixed Grill Meal", price: "17.50" },
{ id: "p4", brand: "Zad Shawarma", name: "Crispy Falafel Side", rating: 4.7, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/fried-croquette-with-fresh-salad-lemon_140725-9461.jpg", imageAlt: "Crispy Falafel Side", price: "5.00" },
{ id: "p5", brand: "Zad Shawarma", name: "Creamy Hummus Dip", rating: 4.6, reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/healthy-homemade-hummus-with-olive-oil-pita-chips_2829-16350.jpg", imageAlt: "Creamy Hummus Dip", price: "6.50" },
{ id: "p6", brand: "Zad Shawarma", name: "Coca-Cola", rating: 4.5, reviewCount: "75", imageSrc: "http://img.b2bpic.net/free-photo/grape-soda-mint_1339-4754.jpg", imageAlt: "Coca-Cola", price: "2.50" }
]}
carouselMode="buttons"
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="testimonials-home" data-section="testimonials-home">
<TestimonialCardSix
title="What Our Customers Say"
description="Hear from our happy diners about their unforgettable Zad Shawarma experience."
testimonials={[
{ id: "t1", name: "Amina Said", handle: "@aminasfood", testimonial: "The best shawarma I've had in years! Every ingredient tastes fresh and the seasoning is just perfect. A truly premium experience.", imageSrc: "http://img.b2bpic.net/free-photo/happiness-leisure-lifestyle-concept-smiling-african-american-female-recreates-cafe-restaurant-eats-delicious-dessert-drinks-cocktail-happy-have-pleasant-conversation-with-interlocutor_273609-2194.jpg", imageAlt: "Amina Said" },
{ id: "t2", name: "Khaled Tariq", handle: "@khaledeats", testimonial: "Incredible service and even better food. The meat shawarma is melt-in-your-mouth tender. Zad Shawarma is my new favorite!", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-blonde-pretty-woman-eating-sushi-summer-terrace-japanese-restaurant_496169-300.jpg", imageAlt: "Khaled Tariq" },
{ id: "t3", name: "Noor Al-Farsi", handle: "@noorfusion", testimonial: "Such an amazing find! The chicken shawarma is packed with flavor and so satisfying. Definitely coming back for more.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-handsome-man-isolated_273609-35974.jpg", imageAlt: "Noor Al-Farsi" },
{ id: "t4", name: "Yousef Khan", handle: "@yousefgourmet", testimonial: "From the first bite to the last, pure perfection. The freshness of the ingredients really shines through. A must-try!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-cute-woman-model-holding-wooden-board-with-fresh-vegetables_114579-36915.jpg", imageAlt: "Yousef Khan" },
{ id: "t5", name: "Fatima Zahra", handle: "@fatimafood", testimonial: "Quick, delicious, and consistent quality. Zad Shawarma has mastered the art of shawarma. Highly recommend their platters!", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148006579.jpg", imageAlt: "Fatima Zahra" }
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
topMarqueeDirection="left"
speed={40}
/>
</div>
<div id="contact-home" data-section="contact-home" className="grid md:grid-cols-2 gap-8 items-center">
<ContactSplitForm
title="Reach Out to Zad Shawarma"
description="Have a question or want to place a large order? Contact us directly or use the form below. For immediate orders, use our WhatsApp button!"
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true }
]}
textarea={{ name: "message", placeholder: "Your Message", rows: 4, required: true }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/young-tablet-coffee-happy-woman_1303-1894.jpg"
imageAlt="Restaurant Contact Background"
mediaAnimation="none"
mediaPosition="left"
buttonText="Send Message"
multiSelect={{ name: "inquiryType", label: "Reason for contact", options: ["General Inquiry", "Catering Request", "Feedback", "Partnership"] }}
image={{ src: "http://img.b2bpic.net/free-photo/beef-doner-wrap-flatbread-served-with-fries-mayonnaise_141793-26.jpg", alt: "Appetizing chicken shawarma platter", position: "right" }}
/>
</div>