Merge version_1 into main #1
195
src/app/page.tsx
195
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="El Pueblito"
|
||||
/>
|
||||
@@ -59,38 +49,19 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Authentic Mexican Flavors"
|
||||
description="Experience the true taste of tradition at El Pueblito. Fresh, vibrant, and delicious Mexican favorites."
|
||||
tag="4.5 Stars Rating"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Menu", href: "#products"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ornamental-plate-mexican-food_23-2147740706.jpg",
|
||||
imageAlt: "Authentic Mexican Food",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ornamental-plate-mexican-food_23-2147740706.jpg", imageAlt: "Authentic Mexican Food"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-pasta-italian-restaurant_1303-24360.jpg",
|
||||
imageAlt: "Mexican Cuisine",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-tablecloth-near-blackboard_23-2147740799.jpg",
|
||||
imageAlt: "Mexican food and tablecloth near blackboard",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-sauces-dishes_23-2147740786.jpg",
|
||||
imageAlt: "Mexican sauces and dishes",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/savory-mexican-dishes-around-blackboard_23-2147740745.jpg",
|
||||
imageAlt: "Savory Mexican dishes around blackboard",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-pasta-italian-restaurant_1303-24360.jpg", imageAlt: "Mexican Cuisine"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -116,59 +87,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Lunch",
|
||||
name: "Burrito Jalisco",
|
||||
price: "$8.25",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-spit-roasted-chicken-with-potatoes_181624-60677.jpg",
|
||||
},
|
||||
id: "p1", brand: "Lunch", name: "Burrito Jalisco", price: "$8.25", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-spit-roasted-chicken-with-potatoes_181624-60677.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Lunch",
|
||||
name: "Taco Salad",
|
||||
price: "$7.90",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-taco-plate_23-2148181582.jpg",
|
||||
},
|
||||
id: "p2", brand: "Lunch", name: "Taco Salad", price: "$7.90", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-taco-plate_23-2148181582.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Lunch",
|
||||
name: "Enchiladas Rancheras",
|
||||
price: "$8.99",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-plate_23-2149362776.jpg",
|
||||
},
|
||||
id: "p3", brand: "Lunch", name: "Enchiladas Rancheras", price: "$8.99", rating: 5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-plate_23-2149362776.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Special",
|
||||
name: "Fajitas Texanas",
|
||||
price: "$12.99",
|
||||
rating: 5,
|
||||
reviewCount: "200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-burrito-with-rice_1147-395.jpg",
|
||||
},
|
||||
id: "p4", brand: "Special", name: "Fajitas Texanas", price: "$12.99", rating: 5,
|
||||
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/mexican-burrito-with-rice_1147-395.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Special",
|
||||
name: "Pollo Loco",
|
||||
price: "$12.65",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-left-side-background_23-2147740756.jpg",
|
||||
},
|
||||
id: "p5", brand: "Special", name: "Pollo Loco", price: "$12.65", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-left-side-background_23-2147740756.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Dessert",
|
||||
name: "Fried Ice Cream",
|
||||
price: "$4.75",
|
||||
rating: 5,
|
||||
reviewCount: "110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mexican-food-ready-be-served_23-2148614416.jpg",
|
||||
},
|
||||
id: "p6", brand: "Dessert", name: "Fried Ice Cream", price: "$4.75", rating: 5,
|
||||
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mexican-food-ready-be-served_23-2148614416.jpg"},
|
||||
]}
|
||||
title="Lunch Favorites"
|
||||
description="Delicious lunch specials served daily."
|
||||
@@ -182,45 +117,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahj",
|
||||
testimonial: "The best authentic Mexican food in town!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", handle: "@sarahj", testimonial: "The best authentic Mexican food in town!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mike C.",
|
||||
handle: "@mikec",
|
||||
testimonial: "Great service and delicious fajitas.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-man-taking-selfie-videocalling-with-digital-tablet_176420-19041.jpg",
|
||||
},
|
||||
id: "t2", name: "Mike C.", handle: "@mikec", testimonial: "Great service and delicious fajitas.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-man-taking-selfie-videocalling-with-digital-tablet_176420-19041.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
handle: "@emilyr",
|
||||
testimonial: "Love the atmosphere and the flan!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/foodie-taking-photo-bowl-with-salad-sea-fruits_23-2149277989.jpg",
|
||||
},
|
||||
id: "t3", name: "Emily R.", handle: "@emilyr", testimonial: "Love the atmosphere and the flan!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/foodie-taking-photo-bowl-with-salad-sea-fruits_23-2149277989.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David K.",
|
||||
handle: "@davidk",
|
||||
testimonial: "Always consistent and flavorful.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-worried-expression_1194-1332.jpg",
|
||||
},
|
||||
id: "t4", name: "David K.", handle: "@davidk", testimonial: "Always consistent and flavorful.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-worried-expression_1194-1332.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jessica L.",
|
||||
handle: "@jessl",
|
||||
testimonial: "Highly recommended for families.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1320.jpg",
|
||||
},
|
||||
id: "t5", name: "Jessica L.", handle: "@jessl", testimonial: "Highly recommended for families.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1320.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Guests Say"
|
||||
@@ -235,23 +145,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Award,
|
||||
title: "Years Served",
|
||||
value: "15+",
|
||||
},
|
||||
id: "m1", icon: Award,
|
||||
title: "Years Served", value: "15+"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Star,
|
||||
title: "Customer Rating",
|
||||
value: "4.5",
|
||||
},
|
||||
id: "m2", icon: Star,
|
||||
title: "Customer Rating", value: "4.5"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Smile,
|
||||
title: "Happy Guests",
|
||||
value: "50k+",
|
||||
},
|
||||
id: "m3", icon: Smile,
|
||||
title: "Happy Guests", value: "50k+"},
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Years of authentic dining."
|
||||
@@ -264,20 +165,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer catering?",
|
||||
content: "Yes, we offer catering for all events.",
|
||||
},
|
||||
id: "f1", title: "Do you offer catering?", content: "Yes, we offer catering for all events."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are there vegetarian options?",
|
||||
content: "Yes, we have many vegetarian dishes available.",
|
||||
},
|
||||
id: "f2", title: "Are there vegetarian options?", content: "Yes, we have many vegetarian dishes available."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I reserve a table?",
|
||||
content: "Reservations are recommended for large groups.",
|
||||
},
|
||||
id: "f3", title: "Can I reserve a table?", content: "Reservations are recommended for large groups."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-enjoying-mexican-barbecue_23-2151000315.jpg"
|
||||
title="Common Questions"
|
||||
@@ -291,14 +183,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Join us today for an authentic meal!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+15550000000",
|
||||
},
|
||||
text: "Call Now", href: "tel:+15550000000"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user