Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
363
src/app/page.tsx
363
src/app/page.tsx
@@ -34,29 +34,17 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#hero"},
|
||||||
id: "#hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About Us",
|
name: "About Us", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Menu",
|
name: "Menu", id: "#menu"},
|
||||||
id: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Reviews",
|
name: "Reviews", id: "#testimonials"},
|
||||||
id: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "FAQ",
|
name: "FAQ", id: "#faq"},
|
||||||
id: "#faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Taqueria El Jalisciense"
|
brandName="Taqueria El Jalisciense"
|
||||||
/>
|
/>
|
||||||
@@ -65,68 +53,43 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplit
|
<HeroSplit
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
title="Authentic Al Pastor, Born in Jalisco"
|
title="Authentic Al Pastor, Born in Jalisco"
|
||||||
description="Family-crafted since day one. Trusted by thousands with a 4.9-star reputation."
|
description="Family-crafted since day one. Trusted by thousands with a 4.9-star reputation."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Reserve Now",
|
text: "Reserve Now", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Order Online",
|
text: "Order Online", href: "#product"},
|
||||||
href: "#product",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/snail-sausage-with-vegetable-grey-background_23-2148206950.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/snail-sausage-with-vegetable-grey-background_23-2148206950.jpg"
|
||||||
imageAlt="Authentic Al Pastor Tacos"
|
imageAlt="Authentic Al Pastor Tacos"
|
||||||
mediaAnimation="opacity"
|
mediaAnimation="opacity"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/young-woman-enjoying-amusement-park_23-2147910670.jpg",
|
src: "http://img.b2bpic.net/free-photo/young-woman-enjoying-amusement-park_23-2147910670.jpg", alt: "Young woman enjoying at amusement park"},
|
||||||
alt: "Young woman enjoying at amusement park",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/laughing-woman-with-dish-menu_23-2147681115.jpg",
|
src: "http://img.b2bpic.net/free-photo/laughing-woman-with-dish-menu_23-2147681115.jpg", alt: "Laughing woman with dish and menu"},
|
||||||
alt: "Laughing woman with dish and menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", alt: "Portrait of waitress standing at counter"},
|
||||||
alt: "Portrait of waitress standing at counter",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-cups_23-2148896964.jpg",
|
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-cups_23-2148896964.jpg", alt: "Medium shot woman holding cups"},
|
||||||
alt: "Medium shot woman holding cups",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man_158595-284.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man_158595-284.jpg", alt: "Portrait of an handsome young man"},
|
||||||
alt: "Portrait of an handsome young man",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Join our 10K+ happy diners!"
|
avatarText="Join our 10K+ happy diners!"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Authentic Flavors"},
|
||||||
text: "Authentic Flavors",
|
{
|
||||||
|
type: "text", text: "Family-Crafted Recipes"},
|
||||||
|
{
|
||||||
|
type: "text", text: "Fresh, Local Ingredients"},
|
||||||
|
{
|
||||||
|
type: "text-icon", text: "Highly Rated", icon: Star,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Taste of Jalisco"},
|
||||||
text: "Family-Crafted Recipes",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Fresh, Local Ingredients",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text-icon",
|
|
||||||
text: "Highly Rated",
|
|
||||||
icon: Star,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Taste of Jalisco",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -136,7 +99,6 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
tag="Our Legacy"
|
tag="Our Legacy"
|
||||||
title="The Heart of Jalisco in Every Bite"
|
title="The Heart of Jalisco in Every Bite"
|
||||||
description="Taqueria El Jalisciense brings the rich culinary traditions of Jalisco to your table. Our story is woven with generations of authentic recipes, passionate chefs, and a commitment to fresh, locally sourced ingredients. Experience the true taste of Mexico, crafted with love and heritage."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -144,43 +106,20 @@ export default function LandingPage() {
|
|||||||
<FeatureCardTwentyFour
|
<FeatureCardTwentyFour
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
|
animationType="slide-up"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "feature-1",
|
id: "feature-1", title: "Hand-Pressed Tortillas", author: "Chef Maria Rodriguez", description: "Crafted fresh daily from premium corn, our tortillas are the heart of every taco, soft, warm, and bursting with authentic flavor.", tags: [
|
||||||
title: "Hand-Pressed Tortillas",
|
"Fresh", "Daily"],
|
||||||
author: "Chef Maria Rodriguez",
|
imageSrc: "http://img.b2bpic.net/free-photo/women-s-hands-make-dough-azerbaijani-dish-gutab_114579-18127.jpg", imageAlt: "Hand-pressed corn tortillas"},
|
||||||
description: "Crafted fresh daily from premium corn, our tortillas are the heart of every taco, soft, warm, and bursting with authentic flavor.",
|
|
||||||
tags: [
|
|
||||||
"Fresh",
|
|
||||||
"Daily",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/women-s-hands-make-dough-azerbaijani-dish-gutab_114579-18127.jpg",
|
|
||||||
imageAlt: "Hand-pressed corn tortillas",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "feature-2",
|
id: "feature-2", title: "Signature Al Pastor", author: "Chef Juan Martinez", description: "Marinated for 24 hours in a secret family recipe, then slow-cooked on a vertical spit, our al pastor is sliced to perfection, crispy and juicy.", tags: [
|
||||||
title: "Signature Al Pastor",
|
"Signature", "Slow-Cooked"],
|
||||||
author: "Chef Juan Martinez",
|
imageSrc: "http://img.b2bpic.net/free-photo/steak-brazillian-style_1339-8295.jpg", imageAlt: "Al pastor on a vertical spit"},
|
||||||
description: "Marinated for 24 hours in a secret family recipe, then slow-cooked on a vertical spit, our al pastor is sliced to perfection, crispy and juicy.",
|
|
||||||
tags: [
|
|
||||||
"Signature",
|
|
||||||
"Slow-Cooked",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/steak-brazillian-style_1339-8295.jpg",
|
|
||||||
imageAlt: "Al pastor on a vertical spit",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "feature-3",
|
id: "feature-3", title: "Locally Sourced Produce", author: "Local Farms", description: "We partner with local farms to bring you the freshest vegetables and herbs, ensuring vibrant flavors and supporting our community.", tags: [
|
||||||
title: "Locally Sourced Produce",
|
"Local", "Seasonal"],
|
||||||
author: "Local Farms",
|
imageSrc: "http://img.b2bpic.net/free-photo/orange-pearshaped-pumpkin-placed-top-other-pumpkins-market-place-close-up-big-pumpkin_7502-10533.jpg", imageAlt: "Fresh Mexican ingredients"},
|
||||||
description: "We partner with local farms to bring you the freshest vegetables and herbs, ensuring vibrant flavors and supporting our community.",
|
|
||||||
tags: [
|
|
||||||
"Local",
|
|
||||||
"Seasonal",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/orange-pearshaped-pumpkin-placed-top-other-pumpkins-market-place-close-up-big-pumpkin_7502-10533.jpg",
|
|
||||||
imageAlt: "Fresh Mexican ingredients",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Culinary Philosophy"
|
title="Our Culinary Philosophy"
|
||||||
description="We believe in preserving authenticity while innovating for today's palate. Discover what makes dining at Taqueria El Jalisciense an unforgettable experience."
|
description="We believe in preserving authenticity while innovating for today's palate. Discover what makes dining at Taqueria El Jalisciense an unforgettable experience."
|
||||||
@@ -192,55 +131,20 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
animationType="slide-up"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1", name: "Tacos al Pastor", price: "$3.50", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-tacos_23-2150831005.jpg", imageAlt: "Tacos al Pastor"},
|
||||||
name: "Tacos al Pastor",
|
|
||||||
price: "$3.50",
|
|
||||||
variant: "Classic",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-tacos_23-2150831005.jpg",
|
|
||||||
imageAlt: "Tacos al Pastor",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2", name: "Birria Quesadillas", price: "$14.00", variant: "Savory", imageSrc: "http://img.b2bpic.net/free-photo/mexican-chicken-quesadillas-with-cheese-peppers-wooden-table_123827-28004.jpg", imageAlt: "Birria Quesadillas"},
|
||||||
name: "Birria Quesadillas",
|
|
||||||
price: "$14.00",
|
|
||||||
variant: "Savory",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-chicken-quesadillas-with-cheese-peppers-wooden-table_123827-28004.jpg",
|
|
||||||
imageAlt: "Birria Quesadillas",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p3",
|
id: "p3", name: "Carne Asada Burrito", price: "$12.00", variant: "Hearty", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food_23-2148024812.jpg", imageAlt: "Carne Asada Burrito"},
|
||||||
name: "Carne Asada Burrito",
|
|
||||||
price: "$12.00",
|
|
||||||
variant: "Hearty",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-food_23-2148024812.jpg",
|
|
||||||
imageAlt: "Carne Asada Burrito",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p4",
|
id: "p4", name: "Enchiladas Suizas", price: "$15.00", variant: "Rich", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-tacos_23-2150831003.jpg", imageAlt: "Enchiladas Suizas"},
|
||||||
name: "Enchiladas Suizas",
|
|
||||||
price: "$15.00",
|
|
||||||
variant: "Rich",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-tacos_23-2150831003.jpg",
|
|
||||||
imageAlt: "Enchiladas Suizas",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p5",
|
id: "p5", name: "Fresh Guacamole", price: "$8.00", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/guacamole_23-2148024721.jpg", imageAlt: "Fresh Guacamole"},
|
||||||
name: "Fresh Guacamole",
|
|
||||||
price: "$8.00",
|
|
||||||
variant: "Appetizer",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/guacamole_23-2148024721.jpg",
|
|
||||||
imageAlt: "Fresh Guacamole",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p6",
|
id: "p6", name: "Horchata", price: "$4.00", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/glass-milk-with-crispbread-wooden-board_114579-25388.jpg", imageAlt: "Traditional Horchata"},
|
||||||
name: "Horchata",
|
|
||||||
price: "$4.00",
|
|
||||||
variant: "Drink",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-milk-with-crispbread-wooden-board_114579-25388.jpg",
|
|
||||||
imageAlt: "Traditional Horchata",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Taste Our Authentic Menu"
|
title="Taste Our Authentic Menu"
|
||||||
description="From classic street tacos to exquisite regional specialties, our menu is a celebration of Mexican culinary artistry."
|
description="From classic street tacos to exquisite regional specialties, our menu is a celebration of Mexican culinary artistry."
|
||||||
@@ -251,75 +155,34 @@ export default function LandingPage() {
|
|||||||
<TestimonialCardSixteen
|
<TestimonialCardSixteen
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
|
animationType="slide-up"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", name: "Sarah Johnson", role: "Food Critic", company: "Urban Eats Magazine", rating: 5,
|
||||||
name: "Sarah Johnson",
|
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-pretty-stylish-smiling-woman-colorful-retro-vintage-american-50s-cafe-sitting-table-drinking-milk-shake-cocktail-wearing-pink-sunglasses-having-fun_285396-10740.jpg", imageAlt: "Sarah Johnson"},
|
||||||
role: "Food Critic",
|
|
||||||
company: "Urban Eats Magazine",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-pretty-stylish-smiling-woman-colorful-retro-vintage-american-50s-cafe-sitting-table-drinking-milk-shake-cocktail-wearing-pink-sunglasses-having-fun_285396-10740.jpg",
|
|
||||||
imageAlt: "Sarah Johnson",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", name: "Michael Chen", role: "Local Guide", company: "Taste of the City", rating: 5,
|
||||||
name: "Michael Chen",
|
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-posing-while-holding-smartphone_23-2148486208.jpg", imageAlt: "Michael Chen"},
|
||||||
role: "Local Guide",
|
|
||||||
company: "Taste of the City",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-posing-while-holding-smartphone_23-2148486208.jpg",
|
|
||||||
imageAlt: "Michael Chen",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", name: "Emily Rodriguez", role: "Family Diner", company: "Community Member", rating: 5,
|
||||||
name: "Emily Rodriguez",
|
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-confident-young-woman-start-career-look-determined-get-job-waiting-interview-lean-glass-wall-business-center-smiling-looking-away-satisfied_197531-30572.jpg", imageAlt: "Emily Rodriguez"},
|
||||||
role: "Family Diner",
|
|
||||||
company: "Community Member",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-confident-young-woman-start-career-look-determined-get-job-waiting-interview-lean-glass-wall-business-center-smiling-looking-away-satisfied_197531-30572.jpg",
|
|
||||||
imageAlt: "Emily Rodriguez",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t4",
|
id: "t4", name: "David Kim", role: "Product Manager", company: "Local Resident", rating: 5,
|
||||||
name: "David Kim",
|
imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-with-copy-space_23-2148612946.jpg", imageAlt: "David Kim"},
|
||||||
role: "Product Manager",
|
|
||||||
company: "Local Resident",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-with-copy-space_23-2148612946.jpg",
|
|
||||||
imageAlt: "David Kim",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t5",
|
id: "t5", name: "Jessica Lee", role: "Chef & Blogger", company: "Culinary Explorer", rating: 5,
|
||||||
name: "Jessica Lee",
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-redhead-woman-eating-some-street-food_23-2148952874.jpg", imageAlt: "Jessica Lee"},
|
||||||
role: "Chef & Blogger",
|
|
||||||
company: "Culinary Explorer",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-redhead-woman-eating-some-street-food_23-2148952874.jpg",
|
|
||||||
imageAlt: "Jessica Lee",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t6",
|
id: "t6", name: "Robert Davis", role: "Tourist", company: "Travel Foodie", rating: 5,
|
||||||
name: "Robert Davis",
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-coffee-cup_23-2148895182.jpg", imageAlt: "Michael Chen"},
|
||||||
role: "Tourist",
|
|
||||||
company: "Travel Foodie",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-coffee-cup_23-2148895182.jpg",
|
|
||||||
imageAlt: "Michael Chen",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
{
|
{
|
||||||
value: "10K+",
|
value: "10K+", label: "Happy Customers"},
|
||||||
label: "Happy Customers",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "50+",
|
value: "50+", label: "Years Heritage"},
|
||||||
label: "Years Heritage",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "4.9",
|
value: "4.9", label: "Average Rating"},
|
||||||
label: "Average Rating",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="What Our Diners Say"
|
title="What Our Diners Say"
|
||||||
description="Our 4.9-star rating speaks volumes. Hear directly from those who’ve savored the Taqueria El Jalisciense difference."
|
description="Our 4.9-star rating speaks volumes. Hear directly from those who’ve savored the Taqueria El Jalisciense difference."
|
||||||
@@ -330,25 +193,17 @@ export default function LandingPage() {
|
|||||||
<MetricCardThree
|
<MetricCardThree
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
animationType="slide-up"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", icon: History,
|
||||||
icon: History,
|
title: "Years of Heritage", value: "50+"},
|
||||||
title: "Years of Heritage",
|
|
||||||
value: "50+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", icon: Users,
|
||||||
icon: Users,
|
title: "Happy Customers Annually", value: "10K+"},
|
||||||
title: "Happy Customers Annually",
|
|
||||||
value: "10K+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", icon: Star,
|
||||||
icon: Star,
|
title: "Average Customer Rating", value: "4.9/5"},
|
||||||
title: "Average Customer Rating",
|
|
||||||
value: "4.9/5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Commitment to Excellence"
|
title="Our Commitment to Excellence"
|
||||||
description="Decades of tradition, thousands of happy diners, and a passion for authentic Mexican flavors."
|
description="Decades of tradition, thousands of happy diners, and a passion for authentic Mexican flavors."
|
||||||
@@ -360,14 +215,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
names={[
|
names={[
|
||||||
"Foodie Daily",
|
"Foodie Daily", "Taste of the City", "Urban Eats Magazine", "Local Flavors Guide", "Gourmet Gazette", "Dine & Discover", "Culinary Critics"]}
|
||||||
"Taste of the City",
|
|
||||||
"Urban Eats Magazine",
|
|
||||||
"Local Flavors Guide",
|
|
||||||
"Gourmet Gazette",
|
|
||||||
"Dine & Discover",
|
|
||||||
"Culinary Critics",
|
|
||||||
]}
|
|
||||||
title="Featured & Celebrated"
|
title="Featured & Celebrated"
|
||||||
description="Our commitment to authenticity and culinary excellence has earned us recognition from local critics and esteemed food guides."
|
description="Our commitment to authenticity and culinary excellence has earned us recognition from local critics and esteemed food guides."
|
||||||
/>
|
/>
|
||||||
@@ -378,30 +226,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1",
|
id: "q1", title: "Do you take reservations?", content: "Yes, we highly recommend making a reservation, especially for weekend dining. You can book through our website or call us directly."},
|
||||||
title: "Do you take reservations?",
|
|
||||||
content: "Yes, we highly recommend making a reservation, especially for weekend dining. You can book through our website or call us directly.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q2",
|
id: "q2", title: "Are there vegetarian or vegan options?", content: "Absolutely! Our menu includes a variety of delicious vegetarian and vegan dishes, and we're happy to accommodate dietary restrictions upon request."},
|
||||||
title: "Are there vegetarian or vegan options?",
|
|
||||||
content: "Absolutely! Our menu includes a variety of delicious vegetarian and vegan dishes, and we're happy to accommodate dietary restrictions upon request.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q3",
|
id: "q3", title: "Do you offer catering services?", content: "Yes, Taqueria El Jalisciense offers catering for events of all sizes. Please contact us for a custom menu and quote."},
|
||||||
title: "Do you offer catering services?",
|
|
||||||
content: "Yes, Taqueria El Jalisciense offers catering for events of all sizes. Please contact us for a custom menu and quote.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q4",
|
id: "q4", title: "What are your operating hours?", content: "We are open Monday to Friday from 11 AM to 10 PM, and Saturday to Sunday from 10 AM to 11 PM. Holiday hours may vary."},
|
||||||
title: "What are your operating hours?",
|
|
||||||
content: "We are open Monday to Friday from 11 AM to 10 PM, and Saturday to Sunday from 10 AM to 11 PM. Holiday hours may vary.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q5",
|
id: "q5", title: "Is there parking available?", content: "Yes, we have a dedicated parking lot for our customers, and street parking is also available nearby."},
|
||||||
title: "Is there parking available?",
|
|
||||||
content: "Yes, we have a dedicated parking lot for our customers, and street parking is also available nearby.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
sideTitle="Common Questions"
|
sideTitle="Common Questions"
|
||||||
sideDescription="Find answers to your most asked questions about reservations, menu options, and dining experience at Taqueria El Jalisciense."
|
sideDescription="Find answers to your most asked questions about reservations, menu options, and dining experience at Taqueria El Jalisciense."
|
||||||
@@ -413,8 +246,7 @@ export default function LandingPage() {
|
|||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
tag="Visit Us"
|
tag="Visit Us"
|
||||||
title="Book Your Table or Order Now"
|
title="Book Your Table or Order Now"
|
||||||
description="Experience the vibrant flavors of Taqueria El Jalisciense. Make a reservation for an unforgettable dining experience or order your favorite dishes for takeout."
|
description="Experience the vibrant flavors of Taqueria El Jalisciense. Make a reservation for an unforgettable dining experience or order your favorite dishes for takeout."
|
||||||
@@ -431,66 +263,39 @@ export default function LandingPage() {
|
|||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Explore",
|
title: "Explore", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Home",
|
label: "Home", href: "#hero"},
|
||||||
href: "#hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Menu",
|
label: "Menu", href: "#product"},
|
||||||
href: "#product",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Our Story",
|
label: "Our Story", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Visit",
|
title: "Visit", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Reservations",
|
label: "Reservations", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Order Online",
|
label: "Order Online", href: "#product"},
|
||||||
href: "#product",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Location",
|
label: "Location", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Hours",
|
label: "Hours", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Connect", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Press",
|
label: "Press", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Careers",
|
label: "Careers", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Feedback",
|
label: "Feedback", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user