Update src/app/page.tsx
This commit is contained in:
194
src/app/page.tsx
194
src/app/page.tsx
@@ -10,7 +10,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Facebook, Instagram } from "lucide-react";
|
||||
import { Facebook, Instagram, UtensilsCrossed, X } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,30 +31,18 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
},
|
||||
name: "About Us", id: "about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Order Now", href: "#contact"}}
|
||||
brandName="Shawarma Palace"
|
||||
/>
|
||||
</div>
|
||||
@@ -62,51 +50,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Experience the Authentic Taste of Shawarma"
|
||||
description="Savor our freshly grilled, perfectly spiced shawarma wraps and plates, crafted with premium ingredients and traditional recipes."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Order Online", href: "#contact"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "hero-shawarma-1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tortilla-with-chicken-bell-peppers_2829-11093.jpg",
|
||||
imageAlt: "Delicious chicken shawarma wrap",
|
||||
},
|
||||
id: "hero-shawarma-1", imageSrc: "http://img.b2bpic.net/free-photo/tortilla-with-chicken-bell-peppers_2829-11093.jpg", imageAlt: "Delicious chicken shawarma wrap"},
|
||||
{
|
||||
id: "hero-shawarma-2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-lamb-patties-pita-bread-with-cucumber-tomato-lettuce_141793-468.jpg",
|
||||
imageAlt: "Tender beef shawarma platter",
|
||||
},
|
||||
id: "hero-shawarma-2", imageSrc: "http://img.b2bpic.net/free-photo/plate-lamb-patties-pita-bread-with-cucumber-tomato-lettuce_141793-468.jpg", imageAlt: "Tender beef shawarma platter"},
|
||||
{
|
||||
id: "hero-shawarma-3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-lavash-doner-with-meat-vegetables_114579-3625.jpg",
|
||||
imageAlt: "Vertical rotisserie with cooking shawarma",
|
||||
},
|
||||
id: "hero-shawarma-3", imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-lavash-doner-with-meat-vegetables_114579-3625.jpg", imageAlt: "Vertical rotisserie with cooking shawarma"},
|
||||
{
|
||||
id: "hero-shawarma-4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-shaurma-meat-sandwich-with-lemonnd-greens-black_140725-104394.jpg",
|
||||
imageAlt: "Fresh vegetables and toppings for shawarma",
|
||||
},
|
||||
id: "hero-shawarma-4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-shaurma-meat-sandwich-with-lemonnd-greens-black_140725-104394.jpg", imageAlt: "Fresh vegetables and toppings for shawarma"},
|
||||
{
|
||||
id: "hero-shawarma-5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-doner-pita-bread-blackboard_141793-4823.jpg",
|
||||
imageAlt: "Hand holding a freshly made shawarma wrap",
|
||||
},
|
||||
id: "hero-shawarma-5", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-doner-pita-bread-blackboard_141793-4823.jpg", imageAlt: "Hand holding a freshly made shawarma wrap"},
|
||||
{
|
||||
id: "hero-shawarma-6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/finger-flatbread-wrap-with-cheese-dill-served-breakfast-table_140725-6622.jpg",
|
||||
imageAlt: "Shawarma plate with hummus and pita bread",
|
||||
},
|
||||
id: "hero-shawarma-6", imageSrc: "http://img.b2bpic.net/free-photo/finger-flatbread-wrap-with-cheese-dill-served-breakfast-table_140725-6622.jpg", imageAlt: "Shawarma plate with hummus and pita bread"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -125,28 +90,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Quality",
|
||||
title: "Premium Ingredients",
|
||||
subtitle: "Fresh & Authentic",
|
||||
description: "We source only the finest meats and freshest vegetables, ensuring every bite is packed with natural flavor and quality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-lemon-slices_140725-57541.jpg",
|
||||
},
|
||||
tag: "Quality", title: "Premium Ingredients", subtitle: "Fresh & Authentic", description: "We source only the finest meats and freshest vegetables, ensuring every bite is packed with natural flavor and quality.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-lemon-slices_140725-57541.jpg"},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Flavor",
|
||||
title: "Secret Spice Blends",
|
||||
subtitle: "Rich & Aromatic",
|
||||
description: "Our unique spice blend, passed down through generations, creates an unparalleled taste that defines authentic shawarma.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowls-with-spices-arrangement-top-view_23-2149439575.jpg",
|
||||
},
|
||||
tag: "Flavor", title: "Secret Spice Blends", subtitle: "Rich & Aromatic", description: "Our unique spice blend, passed down through generations, creates an unparalleled taste that defines authentic shawarma.", imageSrc: "http://img.b2bpic.net/free-photo/bowls-with-spices-arrangement-top-view_23-2149439575.jpg"},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Craft",
|
||||
title: "Perfectly Grilled",
|
||||
subtitle: "Juicy & Tender",
|
||||
description: "Slow-cooked on a vertical rotisserie and thinly sliced, our shawarma is always tender, juicy, and grilled to perfection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-sprinkled-black-pepper-raw-fish-slices-cutting-board-vegetables-wood-serving-board-kitchen-table_179666-44300.jpg",
|
||||
},
|
||||
tag: "Craft", title: "Perfectly Grilled", subtitle: "Juicy & Tender", description: "Slow-cooked on a vertical rotisserie and thinly sliced, our shawarma is always tender, juicy, and grilled to perfection.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-sprinkled-black-pepper-raw-fish-slices-cutting-board-vegetables-wood-serving-board-kitchen-table_179666-44300.jpg"},
|
||||
]}
|
||||
title="Why Choose Shawarma Palace?"
|
||||
description="We're dedicated to quality, flavor, and an unforgettable dining experience. Discover what makes us the best place for shawarma."
|
||||
@@ -161,33 +111,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "product-1",
|
||||
name: "Classic Chicken Shawarma",
|
||||
price: "$12.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-organic-vegetables-wrapped-pita_23-2148381330.jpg",
|
||||
imageAlt: "Classic Chicken Shawarma wrap",
|
||||
},
|
||||
id: "product-1", name: "Classic Chicken Shawarma", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-organic-vegetables-wrapped-pita_23-2148381330.jpg", imageAlt: "Classic Chicken Shawarma wrap"},
|
||||
{
|
||||
id: "product-2",
|
||||
name: "Spicy Beef Shawarma",
|
||||
price: "$13.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-kebab-meat-tomato-cucumber_140725-117.jpg",
|
||||
imageAlt: "Spicy Beef Shawarma plate",
|
||||
},
|
||||
id: "product-2", name: "Spicy Beef Shawarma", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-kebab-meat-tomato-cucumber_140725-117.jpg", imageAlt: "Spicy Beef Shawarma plate"},
|
||||
{
|
||||
id: "product-3",
|
||||
name: "Lamb Shawarma Platter",
|
||||
price: "$15.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-shish-kebab-with-tomato-onion-ayran_176474-3444.jpg",
|
||||
imageAlt: "Lamb Shawarma platter with rice and salad",
|
||||
},
|
||||
id: "product-3", name: "Lamb Shawarma Platter", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-shish-kebab-with-tomato-onion-ayran_176474-3444.jpg", imageAlt: "Lamb Shawarma platter with rice and salad"},
|
||||
{
|
||||
id: "product-4",
|
||||
name: "Falafel Wrap",
|
||||
price: "$9.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-falafel-pita-bread-arrangement_23-2148814500.jpg",
|
||||
imageAlt: "Crispy Falafel wrap",
|
||||
},
|
||||
id: "product-4", name: "Falafel Wrap", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-falafel-pita-bread-arrangement_23-2148814500.jpg", imageAlt: "Crispy Falafel wrap"},
|
||||
]}
|
||||
title="Our Delicious Menu"
|
||||
description="Explore a variety of mouth-watering shawarma creations, fresh salads, and delectable sides. Something for everyone!"
|
||||
@@ -201,45 +131,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Food Enthusiast",
|
||||
testimonial: "Absolutely the best shawarma I've had outside of the Middle East! The flavors are incredible, and the meat is always perfectly cooked.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5287.jpg",
|
||||
imageAlt: "Sarah Johnson avatar",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Food Enthusiast", testimonial: "Absolutely the best shawarma I've had outside of the Middle East! The flavors are incredible, and the meat is always perfectly cooked.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5287.jpg", imageAlt: "Sarah Johnson avatar"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael K.",
|
||||
role: "Local Diner",
|
||||
testimonial: "Shawarma Palace is my go-to spot for a quick and delicious meal. Their spicy beef shawarma is a game-changer!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laughing-young-male-conversing-phone-countryside_23-2148154955.jpg",
|
||||
imageAlt: "Michael Kim avatar",
|
||||
},
|
||||
id: "2", name: "Michael K.", role: "Local Diner", testimonial: "Shawarma Palace is my go-to spot for a quick and delicious meal. Their spicy beef shawarma is a game-changer!", imageSrc: "http://img.b2bpic.net/free-photo/laughing-young-male-conversing-phone-countryside_23-2148154955.jpg", imageAlt: "Michael Kim avatar"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
role: "Happy Customer",
|
||||
testimonial: "The chicken shawarma is simply divine. Fresh ingredients, generous portions, and truly authentic taste. Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-looking-camera_1187-4948.jpg",
|
||||
imageAlt: "Emily Rodriguez avatar",
|
||||
},
|
||||
id: "3", name: "Emily R.", role: "Happy Customer", testimonial: "The chicken shawarma is simply divine. Fresh ingredients, generous portions, and truly authentic taste. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-looking-camera_1187-4948.jpg", imageAlt: "Emily Rodriguez avatar"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David L.",
|
||||
role: "Regular Patron",
|
||||
testimonial: "I've tried shawarma from many places, but Shawarma Palace stands out. The staff is friendly, and the food is consistently amazing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-expression_1194-1747.jpg",
|
||||
imageAlt: "David Lee avatar",
|
||||
},
|
||||
id: "4", name: "David L.", role: "Regular Patron", testimonial: "I've tried shawarma from many places, but Shawarma Palace stands out. The staff is friendly, and the food is consistently amazing.", imageSrc: "http://img.b2bpic.net/free-photo/happy-expression_1194-1747.jpg", imageAlt: "David Lee avatar"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica M.",
|
||||
role: "Catering Client",
|
||||
testimonial: "Ordered catering for an event, and it was a huge hit! Everyone loved the shawarma. Flawless service and delicious food.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-smiling-middle-aged-woman_169016-26993.jpg",
|
||||
imageAlt: "Jessica Miller avatar",
|
||||
},
|
||||
id: "5", name: "Jessica M.", role: "Catering Client", testimonial: "Ordered catering for an event, and it was a huge hit! Everyone loved the shawarma. Flawless service and delicious food.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-smiling-middle-aged-woman_169016-26993.jpg", imageAlt: "Jessica Miller avatar"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Hear from our happy customers who can't get enough of our authentic shawarma!"
|
||||
@@ -252,32 +152,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "Do you offer vegetarian options?",
|
||||
content: "Yes, we have delicious falafel wraps and platters, as well as fresh salads and hummus, perfect for our vegetarian customers.",
|
||||
},
|
||||
id: "faq-1", title: "Do you offer vegetarian options?", content: "Yes, we have delicious falafel wraps and platters, as well as fresh salads and hummus, perfect for our vegetarian customers."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "What are your opening hours?",
|
||||
content: "We are open Monday to Saturday from 11 AM to 10 PM, and Sundays from 12 PM to 9 PM. Closed on public holidays.",
|
||||
},
|
||||
id: "faq-2", title: "What are your opening hours?", content: "We are open Monday to Saturday from 11 AM to 10 PM, and Sundays from 12 PM to 9 PM. Closed on public holidays."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes, we partner with major delivery services. You can place your order directly through our website or via their apps.",
|
||||
},
|
||||
id: "faq-3", title: "Do you offer delivery?", content: "Yes, we partner with major delivery services. You can place your order directly through our website or via their apps."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Can I customize my order?",
|
||||
content: "Absolutely! We offer various toppings and sauces to customize your shawarma just the way you like it. Just let us know your preferences.",
|
||||
},
|
||||
id: "faq-4", title: "Can I customize my order?", content: "Absolutely! We offer various toppings and sauces to customize your shawarma just the way you like it. Just let us know your preferences."},
|
||||
]}
|
||||
ctaTitle="Ready to Savor the Flavor?"
|
||||
ctaDescription="Don't wait! Place your order online for pick-up or delivery, or visit us at our cozy location."
|
||||
ctaButton={{
|
||||
text: "Order Now",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Order Now", href: "#"}}
|
||||
ctaIcon={UtensilsCrossed}
|
||||
/>
|
||||
</div>
|
||||
@@ -289,19 +175,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/shawarmapalace",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://facebook.com/shawarmapalace", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/shawarmapalace",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com/shawarmapalace", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: "X",
|
||||
href: "https://twitter.com/shawarmapalace",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
icon: X,
|
||||
href: "https://twitter.com/shawarmapalace", ariaLabel: "Twitter"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user