3 Commits

Author SHA1 Message Date
9ca0ca94dc Merge version_2 into main
Merge version_2 into main
2026-03-25 22:01:54 +00:00
f4df3062dd Update src/app/page.tsx 2026-03-25 22:01:48 +00:00
e10a32a39f Merge version_1 into main
Merge version_1 into main
2026-03-25 21:52:22 +00:00

View File

@@ -30,27 +30,17 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Menu", name: "Menu", id: "products"},
id: "products",
},
{ {
name: "Experience", name: "Experience", id: "about"},
id: "about",
},
{ {
name: "Specials", name: "Specials", id: "features"},
id: "features",
},
{ {
name: "Find Us", name: "Find Us", id: "faq"},
id: "faq",
},
]} ]}
brandName="LA SUPER-RICA" brandName="LA SUPER-RICA"
button={{ button={{
text: "View Menu", text: "View Menu", href: "#products"}}
href: "#products",
}}
/> />
</div> </div>
@@ -60,13 +50,9 @@ export default function LandingPage() {
description="Santa Barbaras Most Legendary Taco Experience\nAuthentic Mexican flavors. Handmade daily. Cash-only. Always worth the wait." description="Santa Barbaras Most Legendary Taco Experience\nAuthentic Mexican flavors. Handmade daily. Cash-only. Always worth the wait."
buttons={[ buttons={[
{ {
text: "View Menu", text: "View Menu", href: "#products"},
href: "#products",
},
{ {
text: "Find Us", text: "Find Us", href: "#faq"},
href: "#faq",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-hands-cutting-cucumber-with-knife-cutting-board-with-vegetable-salad-melted-butter-salt-plaid-cloth_141793-12647.jpg" imageSrc="http://img.b2bpic.net/free-photo/top-view-hands-cutting-cucumber-with-knife-cutting-board-with-vegetable-salad-melted-butter-salt-plaid-cloth_141793-12647.jpg"
/> />
@@ -78,37 +64,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", title: "Absolutely Legendary!", quote: "The food here is truly worth the wait, every single time. An absolute gem in Santa Barbara!", name: "Sarah Johnson", role: "Local Foodie", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-gesturing-with-hands-smiling-shirt-shorts-looking-cheerful-front-view_176474-13752.jpg"},
title: "Absolutely Legendary!",
quote: "The food here is truly worth the wait, every single time. An absolute gem in Santa Barbara!",
name: "Sarah Johnson",
role: "Local Foodie",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-gesturing-with-hands-smiling-shirt-shorts-looking-cheerful-front-view_176474-13752.jpg",
},
{ {
id: "2", id: "2", title: "Authentic Perfection", quote: "The most authentic flavors you can't fake. Each bite takes me straight back to Mexico.", name: "Michael Chen", role: "Visiting Chef", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304460.jpg"},
title: "Authentic Perfection",
quote: "The most authentic flavors you can't fake. Each bite takes me straight back to Mexico.",
name: "Michael Chen",
role: "Visiting Chef",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304460.jpg",
},
{ {
id: "3", id: "3", title: "Best Tacos in Town!", quote: "Hands down, the best tacos in Santa Barbara. It's more than a meal; it's a true local ritual.", name: "Emily Rodriguez", role: "Santa Barbara Resident", imageSrc: "http://img.b2bpic.net/free-photo/people-ethnicity-spare-time-positive-emotions-concept-pleased-young-african-american-female-with-bushy-hairdo_273609-3182.jpg"},
title: "Best Tacos in Town!",
quote: "Hands down, the best tacos in Santa Barbara. It's more than a meal; it's a true local ritual.",
name: "Emily Rodriguez",
role: "Santa Barbara Resident",
imageSrc: "http://img.b2bpic.net/free-photo/people-ethnicity-spare-time-positive-emotions-concept-pleased-young-african-american-female-with-bushy-hairdo_273609-3182.jpg",
},
{ {
id: "4", id: "4", title: "Salsa is Unreal!", quote: "The homemade salsa is unreal! It perfectly complements every dish and keeps you coming back for more.", name: "David Kim", role: "Taco Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-smartphone_23-2150288261.jpg"},
title: "Salsa is Unreal!",
quote: "The homemade salsa is unreal! It perfectly complements every dish and keeps you coming back for more.",
name: "David Kim",
role: "Taco Enthusiast",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-smartphone_23-2150288261.jpg",
},
]} ]}
title="Raved About by Locals & Visitors" title="Raved About by Locals & Visitors"
description="4.5 ★ from 2,000+ happy customers. Hear what people are saying about Santa Barbara's most loved secret." description="4.5 ★ from 2,000+ happy customers. Hear what people are saying about Santa Barbara's most loved secret."
@@ -124,17 +86,11 @@ export default function LandingPage() {
description="You dont come here for fast food. You come for the line, the anticipation, the smell of grilled meats in the air. Every bite reminds you why simple food done right is unforgettable." description="You dont come here for fast food. You come for the line, the anticipation, the smell of grilled meats in the air. Every bite reminds you why simple food done right is unforgettable."
bulletPoints={[ bulletPoints={[
{ {
title: "Handmade Daily", title: "Handmade Daily", description: "Every tortilla warmed fresh, every plate made to order."},
description: "Every tortilla warmed fresh, every plate made to order.",
},
{ {
title: "Authentic Recipes", title: "Authentic Recipes", description: "Taste the tradition passed down through generations. No gimmicks, just pure flavor."},
description: "Taste the tradition passed down through generations. No gimmicks, just pure flavor.",
},
{ {
title: "Cash-Only Classics", title: "Cash-Only Classics", description: "We keep it simple, just like the classics. Cash-only ensures our focus remains on the food."},
description: "We keep it simple, just like the classics. Cash-only ensures our focus remains on the food.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/woman-holding-chicken-shawarma-flatbread-served-with-fries-sauces-yogurt-pickles_141793-2200.jpg" imageSrc="http://img.b2bpic.net/free-photo/woman-holding-chicken-shawarma-flatbread-served-with-fries-sauces-yogurt-pickles_141793-2200.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -149,73 +105,29 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "tri-tip-plate", id: "tri-tip-plate", brand: "Our Famous", name: "Super Rica Tri-Tip Plate", price: "$14.99", rating: 5,
brand: "Signature", reviewCount: "250", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-doner-with-meat-vegetables_23-2149377465.jpg", imageAlt: "Our Famous Super Rica Tri-Tip Plate"},
name: "Super Rica Tri-Tip Plate",
price: "$14.99",
rating: 5,
reviewCount: "250",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-lamb-doner-kebab-served-flatbread-with-pickles-fries-ayran_141793-2147.jpg",
imageAlt: "Super Rica Tri-Tip Plate",
},
{ {
id: "pork-beef-tacos", id: "pork-beef-tacos", brand: "Customer Favorite", name: "Juicy Pork & Beef Tacos", price: "$3.50 ea", rating: 5,
brand: "Classic", reviewCount: "600", imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-with-sliced-meat-spices-vegetables_23-2149377477.jpg", imageAlt: "Juicy Pork & Beef Tacos, a customer favorite"},
name: "Pork & Beef Tacos",
price: "$3.50 ea",
rating: 5,
reviewCount: "600",
imageSrc: "http://img.b2bpic.net/free-photo/tacos-plate-near-vegetables_23-2148132045.jpg",
imageAlt: "Juicy Pork & Beef Tacos",
},
{ {
id: "tamales", id: "tamales", brand: "Traditional", name: "Handmade Tamales", price: "$4.50 ea", rating: 5,
brand: "Traditional", reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food_23-2148024802.jpg", imageAlt: "Soft, Rich Tamales"},
name: "Handmade Tamales",
price: "$4.50 ea",
rating: 5,
reviewCount: "180",
imageSrc: "http://img.b2bpic.net/free-photo/mexican-food_23-2148024802.jpg",
imageAlt: "Soft, Rich Tamales",
},
{ {
id: "rajas-plate", id: "rajas-plate", brand: "Vegetarian Delight", name: "Signature Rajas Plate", price: "$12.99", rating: 4,
brand: "Vegetarian", reviewCount: "100", imageSrc: "http://img.b2bpic.net/free-photo/set-traditional-mexican-snacks_23-2148181593.jpg", imageAlt: "Rajas Plate with roasted peppers and cheese"},
name: "Rajas Plate",
price: "$12.99",
rating: 4,
reviewCount: "100",
imageSrc: "http://img.b2bpic.net/free-photo/set-traditional-mexican-snacks_23-2148181593.jpg",
imageAlt: "Rajas Plate with roasted peppers and cheese",
},
{ {
id: "house-made-salsa", id: "house-made-salsa", brand: "Fresh", name: "Award-Winning House-Made Salsa", price: "$1.50 (side)", rating: 5,
brand: "Fresh", reviewCount: "700", imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-hot-guacamole-sauce-with-nachos-top-view_114579-7077.jpg", imageAlt: "Bowl of fresh house-made salsa"},
name: "House-Made Salsa",
price: "$1.50 (side)",
rating: 5,
reviewCount: "700",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-hot-guacamole-sauce-with-nachos-top-view_114579-7077.jpg",
imageAlt: "Bowl of fresh house-made salsa",
},
{ {
id: "mexican-drinks", id: "mexican-drinks", brand: "Refreshing", name: "Authentic Mexican Drinks", price: "$3.00", rating: 5,
brand: "Refreshing", reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/fruit-compots-glass-jars-glasses-with-feijoa-cherry_140725-1544.jpg", imageAlt: "Variety of Mexican drinks"},
name: "Authentic Mexican Drinks",
price: "$3.00",
rating: 5,
reviewCount: "300",
imageSrc: "http://img.b2bpic.net/free-photo/fruit-compots-glass-jars-glasses-with-feijoa-cherry_140725-1544.jpg",
imageAlt: "Variety of Mexican drinks",
},
]} ]}
title="What Everyone Comes Back For" title="Our Interactive Menu: Best-Sellers & More"
description="A taste of tradition, perfected daily. Our signature dishes are lovingly prepared to bring you an unforgettable experience." description="Explore our legendary dishes, featuring customer favorites and daily specials, all prepared with the authentic flavors of Mexico."
buttons={[ buttons={[
{ {
text: "See Full Menu", text: "See Full Menu", href: "#"},
href: "#",
},
]} ]}
/> />
</div> </div>
@@ -227,43 +139,23 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "secret-menu", id: "secret-menu", title: "Secret Menu Items", tags: [
title: "Secret Menu Items", "Exclusive", "Daily Specials"],
tags: [ imageSrc: "http://img.b2bpic.net/free-vector/food-background_23-2148083342.jpg", imageAlt: "Secret menu chalkboard"},
"Exclusive",
"Daily Specials",
],
imageSrc: "http://img.b2bpic.net/free-vector/food-background_23-2148083342.jpg",
imageAlt: "Secret menu chalkboard",
},
{ {
id: "limited-quantities", id: "limited-quantities", title: "Limited Daily Quantities", tags: [
title: "Limited Daily Quantities", "Fresh", "Popular"],
tags: [ imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-platter-dinner-knife-fork-red-white-checkered-napkin-black-table-free-space_140725-63582.jpg", imageAlt: "Empty serving dish"},
"Fresh",
"Popular",
],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-platter-dinner-knife-fork-red-white-checkered-napkin-black-table-free-space_140725-63582.jpg",
imageAlt: "Empty serving dish",
},
{ {
id: "sell-out", id: "sell-out", title: "Popular Items Sell Out", tags: [
title: "Popular Items Sell Out", "High Demand", "Come Early"],
tags: [ imageSrc: "http://img.b2bpic.net/free-photo/couple-shopping-eco-friendly-shop_482257-76223.jpg", imageAlt: "Sold out sign"},
"High Demand",
"Come Early",
],
imageSrc: "http://img.b2bpic.net/free-photo/couple-shopping-eco-friendly-shop_482257-76223.jpg",
imageAlt: "Sold out sign",
},
]} ]}
title="Locals Know. Now You Do Too." title="Locals Know. Now You Do Too."
description="Discover the true taste of Santa Barbara, hidden in plain sight. These are the secrets that make us legendary." description="Discover the true taste of Santa Barbara, hidden in plain sight. These are the secrets that make us legendary."
buttons={[ buttons={[
{ {
text: "Come Early. Come Hungry.", text: "Come Early. Come Hungry.", href: "#faq"},
href: "#faq",
},
]} ]}
/> />
</div> </div>
@@ -274,33 +166,19 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "hours", id: "hours", title: "What are your hours?", content: "We're open daily from 10 AM to 9 PM, but check our Instagram for daily specials and occasional closures!"},
title: "What are your hours?",
content: "We're open daily from 10 AM to 9 PM, but check our Instagram for daily specials and occasional closures!",
},
{ {
id: "cash-only", id: "cash-only", title: "Do you accept cards?", content: "We are proudly cash-only, just like the classics! There's an ATM nearby for your convenience."},
title: "Do you accept cards?",
content: "We are proudly cash-only, just like the classics! There's an ATM nearby for your convenience.",
},
{ {
id: "wait-time", id: "wait-time", title: "Is there usually a wait?", content: "Absolutely! It's part of the ritual. Come early, come hungry, and enjoy the anticipation of truly great food."},
title: "Is there usually a wait?",
content: "Absolutely! It's part of the ritual. Come early, come hungry, and enjoy the anticipation of truly great food.",
},
{ {
id: "directions", id: "directions", title: "How do I get directions?", content: "You can find us at [Your Address Here] in Santa Barbara. Click the 'Get Directions' button below to navigate directly!"},
title: "How do I get directions?",
content: "You can find us at [Your Address Here] in Santa Barbara. Click the 'Get Directions' button below to navigate directly!",
},
]} ]}
title="Find Us in Santa Barbara" title="Find Us in Santa Barbara"
description="No reservations. No shortcuts. Just show up.\n\nStill Thinking About It? Youve read the reviews. Youve seen the food. Now its your turn." description="No reservations. No shortcuts. Just show up.\n\nStill Thinking About It? Youve read the reviews. Youve seen the food. Now its your turn."
buttons={[ buttons={[
{ {
text: "Get Directions", text: "Get Directions", href: "https://maps.google.com/?q=La+Super-Rica+Taqueria+Santa+Barbara"},
href: "https://maps.google.com/?q=La+Super-Rica+Taqueria+Santa+Barbara",
},
]} ]}
faqsAnimation="slide-up" faqsAnimation="slide-up"
/> />
@@ -311,79 +189,47 @@ export default function LandingPage() {
logoText="LA SUPER-RICA" logoText="LA SUPER-RICA"
columns={[ columns={[
{ {
title: "Menu", title: "Menu", items: [
items: [
{ {
label: "Tacos", label: "Tacos", href: "#products"},
href: "#products",
},
{ {
label: "Plates", label: "Plates", href: "#products"},
href: "#products",
},
{ {
label: "Specials", label: "Specials", href: "#features"},
href: "#features",
},
{ {
label: "Drinks", label: "Drinks", href: "#products"},
href: "#products",
},
], ],
}, },
{ {
title: "About", title: "About", items: [
items: [
{ {
label: "Our Story", label: "Our Story", href: "#about"},
href: "#about",
},
{ {
label: "The Experience", label: "The Experience", href: "#about"},
href: "#about",
},
{ {
label: "Authenticity", label: "Authenticity", href: "#about"},
href: "#about",
},
], ],
}, },
{ {
title: "Visit", title: "Visit", items: [
items: [
{ {
label: "Location", label: "Location", href: "#faq"},
href: "#faq",
},
{ {
label: "Hours", label: "Hours", href: "#faq"},
href: "#faq",
},
{ {
label: "Cash Only", label: "Cash Only", href: "#faq"},
href: "#faq",
},
{ {
label: "Directions", label: "Directions", href: "https://maps.google.com/?q=La+Super-Rica+Taqueria+Santa+Barbara"},
href: "https://maps.google.com/?q=La+Super-Rica+Taqueria+Santa+Barbara",
},
], ],
}, },
{ {
title: "Social", title: "Social", items: [
items: [
{ {
label: "Instagram", label: "Instagram", href: "https://instagram.com/lasuperrica"},
href: "https://instagram.com/lasuperrica",
},
{ {
label: "Facebook", label: "Facebook", href: "https://facebook.com/lasuperrica"},
href: "https://facebook.com/lasuperrica",
},
{ {
label: "Yelp Reviews", label: "Yelp Reviews", href: "#testimonials"},
href: "#testimonials",
},
], ],
}, },
]} ]}