Merge version_1 into main #1
177
src/app/page.tsx
177
src/app/page.tsx
@@ -32,64 +32,42 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "features",
|
||||
},
|
||||
name: "Menu", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Fresh Mexican Grill"
|
||||
button={{ text: "Order Online", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Fresh Flavor. Real Mexican Food. Made Daily."
|
||||
description="Experience bold, authentic Mexican favorites crafted from fresh ingredients every single day. Fast, flavorful, and made just for you."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Order Now", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-cinco-de-mayo-concept-space-text_185193-110962.jpg",
|
||||
imageAlt: "fresh mexican burrito bowl ingredients",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-cinco-de-mayo-concept-space-text_185193-110962.jpg", imageAlt: "fresh mexican burrito bowl ingredients"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-hot-guacamole-sauce-with-nachos-top-view_114579-7093.jpg",
|
||||
imageAlt: "sizzling grilled meat platter",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-hot-guacamole-sauce-with-nachos-top-view_114579-7093.jpg", imageAlt: "sizzling grilled meat platter"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-mexican-food_23-2148140284.jpg",
|
||||
imageAlt: "fresh ingredients mexican grill station",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-mexican-food_23-2148140284.jpg", imageAlt: "fresh ingredients mexican grill station"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-triangular-snack-near-cup-garnish_23-2148181548.jpg",
|
||||
imageAlt: "burrito bowl ingredients variety",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-triangular-snack-near-cup-garnish_23-2148181548.jpg", imageAlt: "burrito bowl ingredients variety"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clipboard-near-food-sombrero_23-2147740804.jpg",
|
||||
imageAlt: "mexican restaurant table setting",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clipboard-near-food-sombrero_23-2147740804.jpg", imageAlt: "mexican restaurant table setting"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/orange-juice-bottles-with-meals-casseroles_23-2148487776.jpg",
|
||||
imageAlt: "mexican grill dinner service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/orange-juice-bottles-with-meals-casseroles_23-2148487776.jpg", imageAlt: "mexican grill dinner service"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -115,21 +93,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"No processed additives",
|
||||
"No long-term storage",
|
||||
"No pre-packaged flavorings",
|
||||
"No high fructose syrup",
|
||||
"No artificial preservatives",
|
||||
],
|
||||
"No processed additives", "No long-term storage", "No pre-packaged flavorings", "No high fructose syrup", "No artificial preservatives"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Fresh grilled meats daily",
|
||||
"Handcrafted salsas and guac",
|
||||
"Cooked-to-order satisfaction",
|
||||
"Farm-to-table produce",
|
||||
"Authentic spice blends",
|
||||
],
|
||||
"Fresh grilled meats daily", "Handcrafted salsas and guac", "Cooked-to-order satisfaction", "Farm-to-table produce", "Authentic spice blends"],
|
||||
}}
|
||||
title="Authentic Menu Favorites"
|
||||
description="Every meal is crafted fresh the moment you order. Experience the vibrant taste of real Mexican cooking in every bite."
|
||||
@@ -141,14 +109,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Modesto Fresh Favorites",
|
||||
"Daily Best Eats",
|
||||
"Local Flavor Choice",
|
||||
"Authentic Kitchen Group",
|
||||
"Fast Fresh Dining",
|
||||
"Authentic Mexican Choice",
|
||||
"Community Food Experts",
|
||||
]}
|
||||
"Modesto Fresh Favorites", "Daily Best Eats", "Local Flavor Choice", "Authentic Kitchen Group", "Fast Fresh Dining", "Authentic Mexican Choice", "Community Food Experts"]}
|
||||
title="Serving the Modesto Community"
|
||||
description="We are proud to be a favorite local stop for authentic Mexican flavor. Join the thousands who trust us for their daily cravings."
|
||||
/>
|
||||
@@ -162,45 +123,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
role: "Local Resident",
|
||||
company: "Modesto",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-women-holding-paper-wrapped-sandwich_23-2151311158.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", role: "Local Resident", company: "Modesto", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-women-holding-paper-wrapped-sandwich_23-2151311158.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark Johnson",
|
||||
role: "Food Blogger",
|
||||
company: "Central Valley",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-green-t-shirt-with-potato-cips-smiling-white-wall-film-person-male-lonely-movie-cinema_140725-71409.jpg",
|
||||
},
|
||||
id: "2", name: "Mark Johnson", role: "Food Blogger", company: "Central Valley", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-green-t-shirt-with-potato-cips-smiling-white-wall-film-person-male-lonely-movie-cinema_140725-71409.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Chen",
|
||||
role: "Student",
|
||||
company: "Modesto",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-block-party_23-2149571489.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Chen", role: "Student", company: "Modesto", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-block-party_23-2149571489.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Rodriguez",
|
||||
role: "Teacher",
|
||||
company: "Modesto",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-paper-wrapped-sandwich_23-2151311145.jpg",
|
||||
},
|
||||
id: "4", name: "David Rodriguez", role: "Teacher", company: "Modesto", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-paper-wrapped-sandwich_23-2151311145.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Lee",
|
||||
role: "Graphic Designer",
|
||||
company: "Modesto",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-drinking-from-one-glass_1153-3168.jpg",
|
||||
},
|
||||
id: "5", name: "Jessica Lee", role: "Graphic Designer", company: "Modesto", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-drinking-from-one-glass_1153-3168.jpg"},
|
||||
]}
|
||||
title="What Our Fans Say"
|
||||
description="Hear from our happy guests about their favorite meals and experiences at Fresh Mexican Grill."
|
||||
@@ -213,30 +149,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes, we partner with major delivery apps to get our fresh food to your doorstep.",
|
||||
},
|
||||
id: "1", title: "Do you offer delivery?", content: "Yes, we partner with major delivery apps to get our fresh food to your doorstep."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Is your food cooked to order?",
|
||||
content: "Absolutely. Every burrito, taco, and bowl is prepared fresh at the moment of your order.",
|
||||
},
|
||||
id: "2", title: "Is your food cooked to order?", content: "Absolutely. Every burrito, taco, and bowl is prepared fresh at the moment of your order."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you offer catering?",
|
||||
content: "We do! Contact our Modesto location to discuss catering options for your next event.",
|
||||
},
|
||||
id: "3", title: "Do you offer catering?", content: "We do! Contact our Modesto location to discuss catering options for your next event."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you have vegetarian options?",
|
||||
content: "Yes, we offer fresh grilled vegetables and plant-based protein options for all our bowls and tacos.",
|
||||
},
|
||||
id: "4", title: "Do you have vegetarian options?", content: "Yes, we offer fresh grilled vegetables and plant-based protein options for all our bowls and tacos."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Are your ingredients fresh?",
|
||||
content: "We pride ourselves on using only fresh, locally sourced ingredients prepared daily.",
|
||||
},
|
||||
id: "5", title: "Are your ingredients fresh?", content: "We pride ourselves on using only fresh, locally sourced ingredients prepared daily."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about our daily fresh menu and services."
|
||||
@@ -251,22 +172,14 @@ export default function LandingPage() {
|
||||
description="Hungry? Stop by our location in Modesto or place an order today for a real, fresh Mexican meal."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Questions or catering requests?",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Questions or catering requests?", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sauces-food-near-blackboard_23-2147740818.jpg"
|
||||
@@ -280,29 +193,19 @@ export default function LandingPage() {
|
||||
logoText="Fresh Mexican Grill"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Our Food",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Our Food", href: "#features"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user