2 Commits

Author SHA1 Message Date
bcc63f7047 Update src/app/page.tsx 2026-05-09 19:43:15 +00:00
5be875974b Merge version_1 into main
Merge version_1 into main
2026-05-09 19:42:26 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Menu", name: "Menu", id: "menu"},
id: "menu",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Gorditas el Comal" brandName="Gorditas el Comal"
/> />
@@ -56,97 +48,53 @@ export default function LandingPage() {
<HeroSplitTestimonial <HeroSplitTestimonial
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}} buttons={[{ text: "View Our Menu", href: "#products" }]}
buttonAnimation="slide-up"
title="Authentic Flavor in the Heart of Albuquerque" title="Authentic Flavor in the Heart of Albuquerque"
description="Experience the traditional taste of handmade gorditas at Gorditas el Comal. Proudly serving the New Mexico community with love and fresh ingredients." description="Experience the traditional taste of handmade gorditas at Gorditas el Comal. Proudly serving the New Mexico community with love and fresh ingredients."
testimonials={[ testimonials={[
{ {
name: "Maria G.", name: "Maria G.", handle: "@mariag", testimonial: "The best gorditas I've had outside of home!", rating: 5,
handle: "@mariag", imageSrc: "http://img.b2bpic.net/free-photo/people-eating-appetizers-rooftop-party_23-2148266878.jpg?_wi=1", imageAlt: "authentic mexican restaurant interior"},
testimonial: "The best gorditas I've had outside of home!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-eating-appetizers-rooftop-party_23-2148266878.jpg?_wi=1",
imageAlt: "authentic mexican restaurant interior",
},
{ {
name: "John R.", name: "John R.", handle: "@johnr", testimonial: "Authentic flavors, perfect service.", rating: 5,
handle: "@johnr", imageSrc: "http://img.b2bpic.net/free-photo/cinematic-dark-style-dragon-fruit-pitahaya-still-life_23-2151566233.jpg?_wi=1", imageAlt: "authentic mexican restaurant interior"},
testimonial: "Authentic flavors, perfect service.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cinematic-dark-style-dragon-fruit-pitahaya-still-life_23-2151566233.jpg?_wi=1",
imageAlt: "authentic mexican restaurant interior",
},
{ {
name: "Elena M.", name: "Elena M.", handle: "@elenam", testimonial: "A must-visit for local ABQ food lovers.", rating: 5,
handle: "@elenam", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-appetizing-street-food_23-2151516964.jpg?_wi=1", imageAlt: "authentic mexican restaurant interior"},
testimonial: "A must-visit for local ABQ food lovers.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-appetizing-street-food_23-2151516964.jpg?_wi=1",
imageAlt: "authentic mexican restaurant interior",
},
{ {
name: "Carlos S.", name: "Carlos S.", handle: "@carloss", testimonial: "Simply incredible flavors.", rating: 5,
handle: "@carloss", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-mexican-party-food_23-2149362780.jpg?_wi=1", imageAlt: "authentic mexican restaurant interior"},
testimonial: "Simply incredible flavors.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-mexican-party-food_23-2149362780.jpg?_wi=1",
imageAlt: "authentic mexican restaurant interior",
},
{ {
name: "Sarah P.", name: "Sarah P.", handle: "@sarahp", testimonial: "The green chile is to die for!", rating: 5,
handle: "@sarahp", imageSrc: "http://img.b2bpic.net/free-photo/unwrapped-tortilla-green-plate_23-2148629326.jpg?_wi=1", imageAlt: "authentic mexican restaurant interior"},
testimonial: "The green chile is to die for!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/unwrapped-tortilla-green-plate_23-2148629326.jpg?_wi=1",
imageAlt: "authentic mexican restaurant interior",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/people-eating-appetizers-rooftop-party_23-2148266878.jpg?_wi=2" imageSrc="http://img.b2bpic.net/free-photo/people-eating-appetizers-rooftop-party_23-2148266878.jpg?_wi=2"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156149.jpg", src: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156149.jpg", alt: "Customer 1"},
alt: "Customer 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/beautiful-wedding-table-assortment-outdoors_23-2149617114.jpg", src: "http://img.b2bpic.net/free-photo/beautiful-wedding-table-assortment-outdoors_23-2149617114.jpg", alt: "Customer 2"},
alt: "Customer 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/side-view-fried-fish-with-lettuce-tomatoes-onions-sauce-black-plate-glass-white-wine-small-round-table-overlooking-city_176474-2493.jpg", src: "http://img.b2bpic.net/free-photo/side-view-fried-fish-with-lettuce-tomatoes-onions-sauce-black-plate-glass-white-wine-small-round-table-overlooking-city_176474-2493.jpg", alt: "Customer 3"},
alt: "Customer 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-with-delicious-food_23-2150168077.jpg", src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-with-delicious-food_23-2150168077.jpg", alt: "Customer 4"},
alt: "Customer 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/tacos-with-vegetables-meat-flat-lay_23-2148750436.jpg", src: "http://img.b2bpic.net/free-photo/tacos-with-vegetables-meat-flat-lay_23-2148750436.jpg", alt: "Customer 5"},
alt: "Customer 5",
},
]} ]}
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "Handmade"},
text: "Handmade",
},
{ {
type: "text", type: "text", text: "Locally Sourced"},
text: "Locally Sourced",
},
{ {
type: "text", type: "text", text: "Family Recipes"},
text: "Family Recipes",
},
{ {
type: "text", type: "text", text: "Albuquerque Tradition"},
text: "Albuquerque Tradition",
},
{ {
type: "text", type: "text", text: "Fresh Daily"},
text: "Fresh Daily",
},
]} ]}
/> />
</div> </div>
@@ -167,26 +115,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "1", id: "1", title: "Fresh Dough", description: "Hand-kneaded daily for authenticity.", tag: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-appetizing-street-food_23-2151516964.jpg?_wi=2"},
title: "Fresh Dough",
description: "Hand-kneaded daily for authenticity.",
tag: "Fresh",
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-appetizing-street-food_23-2151516964.jpg?_wi=2",
},
{ {
id: "2", id: "2", title: "Traditional Comal", description: "Cooked on seasoned iron.", tag: "Method", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-mexican-party-food_23-2149362780.jpg?_wi=2"},
title: "Traditional Comal",
description: "Cooked on seasoned iron.",
tag: "Method",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-mexican-party-food_23-2149362780.jpg?_wi=2",
},
{ {
id: "3", id: "3", title: "Local Ingredients", description: "Sourced from local farms.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/unwrapped-tortilla-green-plate_23-2148629326.jpg?_wi=2"},
title: "Local Ingredients",
description: "Sourced from local farms.",
tag: "Quality",
imageSrc: "http://img.b2bpic.net/free-photo/unwrapped-tortilla-green-plate_23-2148629326.jpg?_wi=2",
},
]} ]}
title="Crafted with Tradition" title="Crafted with Tradition"
description="Handmade techniques that honor our heritage." description="Handmade techniques that honor our heritage."
@@ -201,41 +134,17 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "p1", id: "p1", name: "Chicharrón Especial", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-arepas-bowl_23-2148742386.jpg"},
name: "Chicharrón Especial",
price: "$4.50",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-arepas-bowl_23-2148742386.jpg",
},
{ {
id: "p2", id: "p2", name: "Carne Asada", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/bowl-guacamole-with-vegan-salad-pita-chips-blue-wooden-table-lights_181624-28234.jpg"},
name: "Carne Asada",
price: "$5.00",
imageSrc: "http://img.b2bpic.net/free-photo/bowl-guacamole-with-vegan-salad-pita-chips-blue-wooden-table-lights_181624-28234.jpg",
},
{ {
id: "p3", id: "p3", name: "Bean & Cheese", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-traditional-food-arrangement_23-2148708234.jpg"},
name: "Bean & Cheese",
price: "$3.50",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-traditional-food-arrangement_23-2148708234.jpg",
},
{ {
id: "p4", id: "p4", name: "Green Chile Pork", price: "$4.75", imageSrc: "http://img.b2bpic.net/free-photo/red-sombrero-sauces-near-blackboard_23-2147740807.jpg"},
name: "Green Chile Pork",
price: "$4.75",
imageSrc: "http://img.b2bpic.net/free-photo/red-sombrero-sauces-near-blackboard_23-2147740807.jpg",
},
{ {
id: "p5", id: "p5", name: "Chicken Tinga", price: "$4.25", imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-delicious-dish-front-view_23-2148224145.jpg"},
name: "Chicken Tinga",
price: "$4.25",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-delicious-dish-front-view_23-2148224145.jpg",
},
{ {
id: "p6", id: "p6", name: "Rajas con Queso", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-tacos-arrangement_23-2148629342.jpg"},
name: "Rajas con Queso",
price: "$4.00",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-tacos-arrangement_23-2148629342.jpg",
},
]} ]}
title="Our Signature Menu" title="Our Signature Menu"
description="Handheld pockets of perfection." description="Handheld pockets of perfection."
@@ -250,45 +159,20 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Sofia L.", role: "Local Guide", company: "Yelp", rating: 5,
name: "Sofia L.", imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-good-time_23-2148395391.jpg"},
role: "Local Guide",
company: "Yelp",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-good-time_23-2148395391.jpg",
},
{ {
id: "t2", id: "t2", name: "David V.", role: "Foodie", company: "Google", rating: 5,
name: "David V.", imageSrc: "http://img.b2bpic.net/free-photo/surprised-male-gardener-wearing-gardening-hat-holds-points-hot-pepper_141793-115809.jpg"},
role: "Foodie",
company: "Google",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/surprised-male-gardener-wearing-gardening-hat-holds-points-hot-pepper_141793-115809.jpg",
},
{ {
id: "t3", id: "t3", name: "Ana R.", role: "Regular", company: "Local", rating: 5,
name: "Ana R.", imageSrc: "http://img.b2bpic.net/free-photo/couple-eating-salmon-dish-bowl-restaurant_23-2150461496.jpg"},
role: "Regular",
company: "Local",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-eating-salmon-dish-bowl-restaurant_23-2150461496.jpg",
},
{ {
id: "t4", id: "t4", name: "Luis P.", role: "Chef", company: "ABQ Eats", rating: 5,
name: "Luis P.", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-restaurant-timemanagement-lifestyle-concept-young-female-tourist-travel-blogger-reading-feedback-her-new-post-internet-hold-mobile-phone-pita-eating-cafe_197531-30321.jpg"},
role: "Chef",
company: "ABQ Eats",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-restaurant-timemanagement-lifestyle-concept-young-female-tourist-travel-blogger-reading-feedback-her-new-post-internet-hold-mobile-phone-pita-eating-cafe_197531-30321.jpg",
},
{ {
id: "t5", id: "t5", name: "Jessica K.", role: "Student", company: "UNM", rating: 5,
name: "Jessica K.", imageSrc: "http://img.b2bpic.net/free-photo/plus-sized-person-enjoying-food_52683-107543.jpg"},
role: "Student",
company: "UNM",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/plus-sized-person-enjoying-food_52683-107543.jpg",
},
]} ]}
title="What Our Guests Say" title="What Our Guests Say"
description="Reviews from our wonderful Albuquerque community." description="Reviews from our wonderful Albuquerque community."
@@ -303,25 +187,13 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "10K+", title: "Gorditas Served", description: "Hand-pressed with care.", icon: Utensils,
value: "10K+",
title: "Gorditas Served",
description: "Hand-pressed with care.",
icon: Utensils,
}, },
{ {
id: "m2", id: "m2", value: "500+", title: "5-Star Reviews", description: "From local patrons.", icon: Star,
value: "500+",
title: "5-Star Reviews",
description: "From local patrons.",
icon: Star,
}, },
{ {
id: "m3", id: "m3", value: "15+", title: "Generations", description: "Family recipes perfected.", icon: Heart,
value: "15+",
title: "Generations",
description: "Family recipes perfected.",
icon: Heart,
}, },
]} ]}
title="By The Numbers" title="By The Numbers"
@@ -336,22 +208,14 @@ export default function LandingPage() {
description="Find us in Albuquerque or leave a message." description="Find us in Albuquerque or leave a message."
inputs={[ inputs={[
{ {
name: "name", name: "name", type: "text", placeholder: "Your Name", required: true,
type: "text",
placeholder: "Your Name",
required: true,
}, },
{ {
name: "email", name: "email", type: "email", placeholder: "Your Email", required: true,
type: "email",
placeholder: "Your Email",
required: true,
}, },
]} ]}
textarea={{ textarea={{
name: "message", name: "message", placeholder: "What are you craving?", rows: 4,
placeholder: "What are you craving?",
rows: 4,
required: true, required: true,
}} }}
imageSrc="http://img.b2bpic.net/free-photo/people-eating-appetizers-rooftop-party_23-2148266878.jpg?_wi=3" imageSrc="http://img.b2bpic.net/free-photo/people-eating-appetizers-rooftop-party_23-2148266878.jpg?_wi=3"
@@ -364,29 +228,19 @@ export default function LandingPage() {
logoText="Gorditas el Comal" logoText="Gorditas el Comal"
columns={[ columns={[
{ {
title: "Quick Links", title: "Quick Links", items: [
items: [
{ {
label: "Home", label: "Home", href: "#hero"},
href: "#hero",
},
{ {
label: "Menu", label: "Menu", href: "#products"},
href: "#products",
},
], ],
}, },
{ {
title: "Connect", title: "Connect", items: [
items: [
{ {
label: "Facebook", label: "Facebook", href: "#"},
href: "#",
},
{ {
label: "Instagram", label: "Instagram", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
@@ -395,4 +249,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }