Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
283
src/app/page.tsx
283
src/app/page.tsx
@@ -13,6 +13,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { ArrowRight } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,33 +34,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Specials",
|
||||
id: "#specials",
|
||||
},
|
||||
name: "Specials", id: "#specials"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="KING TACOS SELOUANE"
|
||||
/>
|
||||
@@ -68,45 +55,28 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Taste the Authentic Flavors of Mexico"
|
||||
description="Welcome to KING TACOS SELOUANE, where every bite is a celebration of traditional Mexican street food. Experience the freshest ingredients and vibrant spices in every perfectly crafted taco."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Our Menu", href: "#menu"},
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Order Online", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-food_23-2148024809.jpg",
|
||||
imageAlt: "Delicious street tacos on a platter",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-food_23-2148024809.jpg", imageAlt: "Delicious street tacos on a platter"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tacos-with-shrimps_23-2148629378.jpg",
|
||||
imageAlt: "Close up of Al Pastor tacos",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tacos-with-shrimps_23-2148629378.jpg", imageAlt: "Close up of Al Pastor tacos"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-meal_23-2148159763.jpg",
|
||||
imageAlt: "Vibrant interior of a taco restaurant",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-meal_23-2148159763.jpg", imageAlt: "Vibrant interior of a taco restaurant"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-churro-being-dipped-into-rich-cup-hot-chocolate_123827-36836.jpg",
|
||||
imageAlt: "Selection of fresh salsas and hot sauces",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-churro-being-dipped-into-rich-cup-hot-chocolate_123827-36836.jpg", imageAlt: "Selection of fresh salsas and hot sauces"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mexican-food-composition_23-2148131279.jpg",
|
||||
imageAlt: "Fresh ingredients for tacos",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mexican-food-composition_23-2148131279.jpg", imageAlt: "Fresh ingredients for tacos"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-lunch-with-sandwiches-home_23-2149206187.jpg",
|
||||
imageAlt: "Happy customers enjoying tacos",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-lunch-with-sandwiches-home_23-2149206187.jpg", imageAlt: "Happy customers enjoying tacos"},
|
||||
]}
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
@@ -120,17 +90,11 @@ export default function LandingPage() {
|
||||
description="At KING TACOS SELOUANE, we believe in bringing the true taste of Mexico to your plate. Our journey began with a simple passion: to share the rich culinary heritage of traditional street tacos, made with the freshest local ingredients and time-honored recipes passed down through generations. Every taco is a testament to our commitment to quality, flavor, and an unforgettable dining experience."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Fresh Ingredients",
|
||||
description: "Sourced daily for peak flavor and quality.",
|
||||
},
|
||||
title: "Fresh Ingredients", description: "Sourced daily for peak flavor and quality."},
|
||||
{
|
||||
title: "Traditional Recipes",
|
||||
description: "Authentic flavors inspired by Mexican street food.",
|
||||
},
|
||||
title: "Traditional Recipes", description: "Authentic flavors inspired by Mexican street food."},
|
||||
{
|
||||
title: "Handcrafted with Care",
|
||||
description: "Each taco made to perfection by our skilled chefs.",
|
||||
},
|
||||
title: "Handcrafted with Care", description: "Each taco made to perfection by our skilled chefs."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-smiling-man-preparing-avocado-bruschetta-kitchen_637285-5840.jpg"
|
||||
imageAlt="Chef preparing tacos"
|
||||
@@ -144,32 +108,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Carne Asada Tacos",
|
||||
description: "Grilled marinated steak, chopped cilantro, and onions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-tortillas-with-meat-vegetables_23-2148614363.jpg",
|
||||
imageAlt: "Carne Asada Tacos",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "Carne Asada Tacos", description: "Grilled marinated steak, chopped cilantro, and onions.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-tortillas-with-meat-vegetables_23-2148614363.jpg", imageAlt: "Carne Asada Tacos", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Al Pastor Tacos",
|
||||
description: "Spit-grilled marinated pork with pineapple, cilantro, and onion.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-tacos-plate_23-2150831041.jpg",
|
||||
imageAlt: "Al Pastor Tacos",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "Al Pastor Tacos", description: "Spit-grilled marinated pork with pineapple, cilantro, and onion.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-tacos-plate_23-2150831041.jpg", imageAlt: "Al Pastor Tacos", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Fish Tacos",
|
||||
description: "Crispy battered fish, fresh cabbage slaw, and creamy chipotle sauce.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-dish-restaurant-table_7939-2137.jpg",
|
||||
imageAlt: "Fish Tacos",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "Fish Tacos", description: "Crispy battered fish, fresh cabbage slaw, and creamy chipotle sauce.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-dish-restaurant-table_7939-2137.jpg", imageAlt: "Fish Tacos", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Veggie Tacos",
|
||||
description: "Seasoned grilled vegetables, black beans, and fresh avocado.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-salad-with-black-beans-tortilla_23-2148660380.jpg",
|
||||
imageAlt: "Veggie Tacos",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "Veggie Tacos", description: "Seasoned grilled vegetables, black beans, and fresh avocado.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-salad-with-black-beans-tortilla_23-2148660380.jpg", imageAlt: "Veggie Tacos", buttonIcon: ArrowRight,
|
||||
},
|
||||
]}
|
||||
title="Explore Our Delicious Tacos"
|
||||
@@ -185,47 +133,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "taco-1",
|
||||
name: "Carne Asada Taco",
|
||||
price: "$3.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-tacos-with-meat_23-2148750428.jpg",
|
||||
imageAlt: "Carne Asada Taco",
|
||||
},
|
||||
id: "taco-1", name: "Carne Asada Taco", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-tacos-with-meat_23-2148750428.jpg", imageAlt: "Carne Asada Taco"},
|
||||
{
|
||||
id: "taco-2",
|
||||
name: "Al Pastor Taco",
|
||||
price: "$3.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-tacos-arrangement_23-2150799541.jpg",
|
||||
imageAlt: "Al Pastor Taco",
|
||||
},
|
||||
id: "taco-2", name: "Al Pastor Taco", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-tacos-arrangement_23-2150799541.jpg", imageAlt: "Al Pastor Taco"},
|
||||
{
|
||||
id: "taco-3",
|
||||
name: "Pollo Asado Taco",
|
||||
price: "$3.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fajita_23-2148024772.jpg",
|
||||
imageAlt: "Pollo Asado Taco",
|
||||
},
|
||||
id: "taco-3", name: "Pollo Asado Taco", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/fajita_23-2148024772.jpg", imageAlt: "Pollo Asado Taco"},
|
||||
{
|
||||
id: "taco-4",
|
||||
name: "Chorizo Taco",
|
||||
price: "$3.25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-tacos-with-meat_23-2148750427.jpg",
|
||||
imageAlt: "Chorizo Taco",
|
||||
},
|
||||
id: "taco-4", name: "Chorizo Taco", price: "$3.25", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-tacos-with-meat_23-2148750427.jpg", imageAlt: "Chorizo Taco"},
|
||||
{
|
||||
id: "taco-5",
|
||||
name: "Camarones Taco",
|
||||
price: "$4.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/papaya-salad-som-tum_1339-2718.jpg",
|
||||
imageAlt: "Camarones Taco",
|
||||
},
|
||||
id: "taco-5", name: "Camarones Taco", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/papaya-salad-som-tum_1339-2718.jpg", imageAlt: "Camarones Taco"},
|
||||
{
|
||||
id: "taco-6",
|
||||
name: "Nopalitos Taco (Veg)",
|
||||
price: "$3.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-tacos-plate_23-2148764371.jpg",
|
||||
imageAlt: "Nopalitos Taco (Veg)",
|
||||
},
|
||||
id: "taco-6", name: "Nopalitos Taco (Veg)", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-tacos-plate_23-2148764371.jpg", imageAlt: "Nopalitos Taco (Veg)"},
|
||||
]}
|
||||
title="Our Full Taco Selection"
|
||||
description="Dive into our extensive menu featuring classic and creative taco options, each bursting with authentic Mexican flavors. Customize your order to perfection!"
|
||||
@@ -239,54 +157,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "combo-1",
|
||||
name: "Taco Trio",
|
||||
badge: "Popular",
|
||||
price: "$9.00",
|
||||
features: [
|
||||
"3 Tacos (your choice)",
|
||||
"1 Side (rice or beans)",
|
||||
"1 Drink (soda or agua fresca)",
|
||||
],
|
||||
id: "combo-1", name: "Taco Trio", badge: "Popular", price: "$9.00", features: [
|
||||
"3 Tacos (your choice)", "1 Side (rice or beans)", "1 Drink (soda or agua fresca)"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Order Trio",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Order Trio", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "combo-2",
|
||||
name: "Family Feast",
|
||||
badge: "Best Value",
|
||||
price: "$35.00",
|
||||
features: [
|
||||
"12 Tacos (your choice)",
|
||||
"2 Large Sides",
|
||||
"4 Drinks (soda or agua fresca)",
|
||||
],
|
||||
id: "combo-2", name: "Family Feast", badge: "Best Value", price: "$35.00", features: [
|
||||
"12 Tacos (your choice)", "2 Large Sides", "4 Drinks (soda or agua fresca)"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Order Feast",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Order Feast", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "combo-3",
|
||||
name: "Ultimate Taco Party",
|
||||
badge: "Catering",
|
||||
price: "$70.00",
|
||||
features: [
|
||||
"25 Tacos (assorted)",
|
||||
"3 Extra Large Sides",
|
||||
"Gallon of Agua Fresca",
|
||||
],
|
||||
id: "combo-3", name: "Ultimate Taco Party", badge: "Catering", price: "$70.00", features: [
|
||||
"25 Tacos (assorted)", "3 Extra Large Sides", "Gallon of Agua Fresca"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Plan Party",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Plan Party", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -303,25 +194,15 @@ export default function LandingPage() {
|
||||
author="Maria S."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586564.jpg",
|
||||
alt: "Maria S. avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586564.jpg", alt: "Maria S. avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-kind-happy-redhead-middleaged-mother-look-caring-delighted-smiling-broadly-gaze-admiration_1258-253342.jpg",
|
||||
alt: "Juan C. avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-kind-happy-redhead-middleaged-mother-look-caring-delighted-smiling-broadly-gaze-admiration_1258-253342.jpg", alt: "Juan C. avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-handsome-middle-eastern-bearded-man-pointing-upper-left-corner-with-delighted-expression_176420-20463.jpg",
|
||||
alt: "Sofia R. avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-handsome-middle-eastern-bearded-man-pointing-upper-left-corner-with-delighted-expression_176420-20463.jpg", alt: "Sofia R. avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/good-humoured-dark-eyed-guy-with-short-hair-making-selfie-indoor-photo-african-boy-green-attire-posing_197531-20096.jpg",
|
||||
alt: "David L. avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/good-humoured-dark-eyed-guy-with-short-hair-making-selfie-indoor-photo-african-boy-green-attire-posing_197531-20096.jpg", alt: "David L. avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-smiley-man-with-copy-space_23-2148612949.jpg",
|
||||
alt: "Elena M. avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-smiley-man-with-copy-space_23-2148612949.jpg", alt: "Elena M. avatar"},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -333,14 +214,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Happy Foodies",
|
||||
"Local Reviewers",
|
||||
"Community Bloggers",
|
||||
"Selouane Food Guide",
|
||||
"Family Favorites",
|
||||
"Weekend Warriors",
|
||||
"Taco Enthusiasts",
|
||||
]}
|
||||
"Happy Foodies", "Local Reviewers", "Community Bloggers", "Selouane Food Guide", "Family Favorites", "Weekend Warriors", "Taco Enthusiasts"]}
|
||||
title="Loved by Our Community"
|
||||
description="See why locals and visitors alike rave about KING TACOS SELOUANE. Your satisfaction is our top priority!"
|
||||
showCard={true}
|
||||
@@ -352,20 +226,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "Are your ingredients fresh?",
|
||||
content: "Yes, we pride ourselves on using only the freshest, high-quality ingredients sourced locally whenever possible to ensure the best taste and experience.",
|
||||
},
|
||||
id: "faq-1", title: "Are your ingredients fresh?", content: "Yes, we pride ourselves on using only the freshest, high-quality ingredients sourced locally whenever possible to ensure the best taste and experience."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Do you offer vegetarian or vegan options?",
|
||||
content: "Absolutely! We have a variety of delicious vegetarian and vegan taco options, including our popular Nopalitos Taco and Veggie Taco, which can be customized to your preference.",
|
||||
},
|
||||
id: "faq-2", title: "Do you offer vegetarian or vegan options?", content: "Absolutely! We have a variety of delicious vegetarian and vegan taco options, including our popular Nopalitos Taco and Veggie Taco, which can be customized to your preference."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Can I place a catering order?",
|
||||
content: "Yes, we offer catering services for events of all sizes. Please contact us directly to discuss your needs and custom menu options for your next gathering.",
|
||||
},
|
||||
id: "faq-3", title: "Can I place a catering order?", content: "Yes, we offer catering services for events of all sizes. Please contact us directly to discuss your needs and custom menu options for your next gathering."},
|
||||
]}
|
||||
sideTitle="Questions About Our Tacos?"
|
||||
sideDescription="Find answers to common questions about our menu, ingredients, catering, and more."
|
||||
@@ -377,8 +242,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Visit Us or Order Online!"
|
||||
description="Located in the heart of Selouane, KING TACOS is ready to serve you. Reach out for reservations, catering inquiries, or simply to say hello!"
|
||||
@@ -394,58 +258,35 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "KING TACOS",
|
||||
items: [
|
||||
title: "KING TACOS", items: [
|
||||
{
|
||||
label: "Authentic Mexican",
|
||||
href: "#",
|
||||
},
|
||||
label: "Authentic Mexican", href: "#"},
|
||||
{
|
||||
label: "Fresh Ingredients",
|
||||
href: "#",
|
||||
},
|
||||
label: "Fresh Ingredients", href: "#"},
|
||||
{
|
||||
label: "Taste the Tradition",
|
||||
href: "#",
|
||||
},
|
||||
label: "Taste the Tradition", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Our Menu", href: "#menu"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Combos",
|
||||
href: "#specials",
|
||||
},
|
||||
label: "Combos", href: "#specials"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Follow Us",
|
||||
items: [
|
||||
title: "Follow Us", items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com"},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "https://twitter.com",
|
||||
},
|
||||
label: "Twitter", href: "https://twitter.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user