Merge version_2 into main #4

Merged
bender merged 3 commits from version_2 into main 2026-03-07 23:45:47 +00:00
3 changed files with 49 additions and 1426 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -171,24 +171,24 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactFaq
ctaTitle="Ready for the best tacos?"
ctaDescription="Call us now to place an order, ask about catering, or just stop by. We're open for lunch and dinner."
ctaButton={{ text: "Call (626) 555-0147", href: "tel:(626)555-0147" }}
ctaDescription="Stop by and experience authentic Mexican flavors in a welcoming, family-friendly environment. We're here for you."
ctaButton={{ text: "Visit Us Today", href: "https://maps.google.com" }}
ctaIcon={Phone}
faqs={[
{
id: "1", title: "What are your hours?", content: "We're open Monday through Sunday, 11am to 9pm. Join us for lunch, dinner, or a late-night snack!"
id: "1", title: "What are your hours?", content: "Monday through Sunday, 11am to 9pm. Fresh carnitas and tacos all day, every day. Come for lunch, dinner, or a late-night bite!"
},
{
id: "2", title: "Do you offer catering?", content: "Yes! We love catering events. Whether it's a small office gathering or a big party, we'll bring authentic carnitas and fresh tacos. Call us to discuss your event."
id: "2", title: "Do you do catering?", content: "Absolutely! Family gatherings, corporate events, celebrations—we bring authentic carnitas and homemade tacos to your table. Call for custom quotes."
},
{
id: "3", title: "Can I order carnitas by the pound?", content: "Absolutely. Our carnitas are so popular, customers order them by the pound. Just call ahead to make sure we have enough fresh carnitas ready for your order."
id: "3", title: "Carnitas by the pound?", content: "Yes. Our slow-cooked carnitas are beloved by families and businesses alike. Order by the pound for your next gathering or meal prep."
},
{
id: "4", title: "Do you have outdoor seating?", content: "Yes! Our outdoor seating is one of our favorite features. Relax under the stars with great food and friends. Some nights we even have live music."
id: "4", title: "Outdoor seating?", content: "Our outdoor patio is perfect for a relaxed, authentic experience under the stars. Some weekends we even have live music—it's where the community comes together."
},
{
id: "5", title: "Is the salsa homemade?", content: "Everything is made fresh daily, including our salsa verde and red salsa. We use authentic ingredients and traditional recipes."
id: "5", title: "Everything homemade?", content: "From salsas to carnitas to tortillas—everything is made fresh daily using traditional recipes and authentic ingredients. That's our promise."
}
]}
useInvertedBackground={false}
@@ -202,31 +202,31 @@ export default function LandingPage() {
<FooterBaseReveal
columns={[
{
title: "Quick Links", items: [
title: "Navigate", items: [
{ label: "Home", href: "#home" },
{ label: "Menu", href: "#menu" },
{ label: "About Us", href: "#about" },
{ label: "Our Story", href: "#about" },
{ label: "Contact", href: "#contact" }
]
},
{
title: "Services", items: [
{ label: "Catering", href: "#catering" },
{ label: "Catering", href: "tel:(626)555-0147" },
{ label: "Bulk Orders", href: "tel:(626)555-0147" },
{ label: "Corporate Events", href: "tel:(626)555-0147" },
{ label: "Party Packages", href: "tel:(626)555-0147" }
{ label: "Events", href: "tel:(626)555-0147" },
{ label: "Family Gatherings", href: "tel:(626)555-0147" }
]
},
{
title: "Connect", items: [
{ label: "Facebook", href: "https://facebook.com" },
title: "Community", items: [
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Call Us", href: "tel:(626)555-0147" },
{ label: "Visit Us", href: "https://maps.google.com" }
{ label: "Facebook", href: "https://facebook.com" },
{ label: "Find Us", href: "https://maps.google.com" },
{ label: "Call", href: "tel:(626)555-0147" }
]
}
]}
copyrightText="© 2025 Carnitas House. All rights reserved. Local flavor, authentic soul."
copyrightText="© 2025 Carnitas House. Authentic flavor, real heart, true community."
/>
</div>
</ThemeProvider>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f4ef;
--card: #dad6cd;
--foreground: #2a2928;
--primary-cta: #2a2928;
--background: #fef5e7;
--card: #f9f1e0;
--foreground: #5a3a1a;
--primary-cta: #c1410a;
--primary-cta-text: #f5f4ef;
--secondary-cta: #ecebea;
--secondary-cta: #f5e6d3;
--secondary-cta-text: #2a2928;
--accent: #ffffff;
--background-accent: #c6b180;
--accent: #d97e1f;
--background-accent: #e8a855;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);