diff --git a/src/app/page.tsx b/src/app/page.tsx
index 233ef98..4c7f816 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,64 +32,42 @@ export default function LandingPage() {
@@ -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"},
],
},
]}