9 Commits

Author SHA1 Message Date
deaf72d8b3 Merge version_4 into main
Merge version_4 into main
2026-05-10 15:00:18 +00:00
f64708307f Update src/app/styles/variables.css 2026-05-10 15:00:15 +00:00
db1859d796 Update src/app/page.tsx 2026-05-10 15:00:15 +00:00
733d55ca4b Merge version_3 into main
Merge version_3 into main
2026-05-10 14:58:31 +00:00
d511dd11a4 Update src/app/styles/variables.css 2026-05-10 14:58:28 +00:00
56ed5ee58f Update src/app/page.tsx 2026-05-10 14:58:27 +00:00
151278a8c3 Merge version_2 into main
Merge version_2 into main
2026-05-10 14:57:58 +00:00
56d870f8ed Update src/app/styles/variables.css 2026-05-10 14:57:55 +00:00
d4290d6fbb Update src/app/page.tsx 2026-05-10 14:57:54 +00:00
2 changed files with 48 additions and 249 deletions

View File

@@ -22,57 +22,34 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="mediumLargeSizeMediumTitles"
background="floatingGradient"
cardStyle="glass-depth"
primaryButtonStyle="flat"
secondaryButtonStyle="layered"
headingFontWeight="semibold"
background="fluid"
cardStyle="glass-elevated"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="glass"
headingFontWeight="bold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Menu",
id: "#menu",
},
{
name: "About",
id: "#about",
},
{
name: "Reviews",
id: "#testimonials",
},
{
name: "Contact",
id: "#contact",
},
{ name: "Menu", id: "#menu" },
{ name: "About", id: "#about" },
{ name: "Reviews", id: "#testimonials" },
{ name: "Contact", id: "#contact" },
]}
brandName="El Serranito"
button={{
text: "Order Online",
href: "#",
}}
button={{ text: "Order Online", href: "#" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
logoText="El Serranito Taqueria"
description="Authentic Mexican flavors, massive burritos, handmade tortillas, and the friendliest service in town."
description="Authentic Mexican flavors, massive burritos, handmade tortillas, and the friendliest service in town. Best tacos near me, authentic Mexican food, street tacos, breakfast burritos, California burrito, Mexican food in Cherokee County."
buttons={[
{
text: "View Menu",
href: "#menu",
},
{
text: "Order Online",
href: "#",
},
{ text: "View Menu", href: "#menu" },
{ text: "Order Online", href: "#" },
]}
imageSrc="http://img.b2bpic.net/free-photo/delicious-traditional-tacos-arrangement_23-2150799583.jpg"
mediaAnimation="slide-up"
@@ -99,60 +76,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "1",
brand: "Signature",
name: "California Burrito",
price: "$12.99",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-still-life_23-2148131286.jpg",
},
{
id: "2",
brand: "Classic",
name: "Carne Asada Tacos",
price: "$3.50",
rating: 5,
reviewCount: "98",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tortillas-with-meat-vegetables_23-2148614366.jpg",
},
{
id: "3",
brand: "Authentic",
name: "Al Pastor Tacos",
price: "$3.50",
rating: 5,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/view-vegetarian-tacos-arrangement_23-2148750457.jpg",
},
{
id: "4",
brand: "Fresh",
name: "Shrimp Tacos",
price: "$4.50",
rating: 4,
reviewCount: "65",
imageSrc: "http://img.b2bpic.net/free-photo/asian-gua-bao-with-grilled-chicken-teriyaki-sauce-red-backdrop_23-2148123697.jpg",
},
{
id: "5",
brand: "Morning",
name: "Breakfast Burritos",
price: "$8.99",
rating: 5,
reviewCount: "200",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-pouring-mayonnaise-into-chicken-doner-bread-with-pickles_140725-12185.jpg",
},
{
id: "6",
brand: "Specialty",
name: "Birria Tacos",
price: "$13.99",
rating: 5,
reviewCount: "150",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-arrangement_23-2150878256.jpg",
},
{ id: "1", brand: "Signature", name: "California Burrito", price: "$12.99", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-still-life_23-2148131286.jpg" },
{ id: "2", brand: "Classic", name: "Carne Asada Tacos", price: "$3.50", rating: 5, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tortillas-with-meat-vegetables_23-2148614366.jpg" },
{ id: "3", brand: "Authentic", name: "Al Pastor Tacos", price: "$3.50", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/view-vegetarian-tacos-arrangement_23-2148750457.jpg" },
{ id: "4", brand: "Fresh", name: "Shrimp Tacos", price: "$4.50", rating: 4, reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/asian-gua-bao-with-grilled-chicken-teriyaki-sauce-red-backdrop_23-2148123697.jpg" },
{ id: "5", brand: "Morning", name: "Breakfast Burritos", price: "$8.99", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/side-view-pouring-mayonnaise-into-chicken-doner-bread-with-pickles_140725-12185.jpg" },
{ id: "6", brand: "Specialty", name: "Birria Tacos", price: "$13.99", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-arrangement_23-2150878256.jpg" },
]}
title="Signature Favorites"
description="Massive burritos, sizzling street tacos, and authentic flavors made daily."
@@ -165,27 +94,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
id: "f1",
title: "Fresh Ingredients",
subtitle: "Always fresh, never frozen.",
category: "Quality",
value: "100%",
},
{
id: "f2",
title: "Handmade Tortillas",
subtitle: "Made daily in our kitchen.",
category: "Artisanal",
value: "Fresh",
},
{
id: "f3",
title: "Massive Portions",
subtitle: "You won't leave hungry.",
category: "Value",
value: "Large",
},
{ id: "f1", title: "Fresh Ingredients", subtitle: "Always fresh, never frozen.", category: "Quality", value: "100%" },
{ id: "f2", title: "Handmade Tortillas", subtitle: "Made daily in our kitchen.", category: "Artisanal", value: "Fresh" },
{ id: "f3", title: "Massive Portions", subtitle: "You won't leave hungry.", category: "Value", value: "Large" },
]}
title="Why Locals Rave About Us"
description="Everything we do is focused on the perfect balance of flavor and freshness."
@@ -198,41 +109,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah J.",
role: "Foodie",
testimonial: "Best burrito Ive ever had. Truly a hidden gem.",
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
},
{
id: "2",
name: "Mike R.",
role: "Texas Local",
testimonial: "As someone from Texas, this is as good as it gets.",
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663870.jpg",
},
{
id: "3",
name: "Emily P.",
role: "Regular",
testimonial: "Huge portions and super friendly staff. My go-to spot.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-big-unfolded-burrito_23-2148329160.jpg",
},
{
id: "4",
name: "David L.",
role: "Visitor",
testimonial: "Best breakfast burrito in Cherokee County. Incredible.",
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285278.jpg",
},
{
id: "5",
name: "Anna W.",
role: "Chef",
testimonial: "Authentic flavor that's hard to find. Absolutely stellar.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-chef-posing-smiling_23-2148491347.jpg",
},
{ id: "1", name: "Sarah J.", role: "Foodie", testimonial: "Best burrito Ive ever had. Truly a hidden gem.", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg" },
{ id: "2", name: "Mike R.", role: "Texas Local", testimonial: "As someone from Texas, this is as good as it gets.", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663870.jpg" },
{ id: "3", name: "Emily P.", role: "Regular", testimonial: "Huge portions and super friendly staff. My go-to spot.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-big-unfolded-burrito_23-2148329160.jpg" },
{ id: "4", name: "David L.", role: "Visitor", testimonial: "Best breakfast burrito in Cherokee County. Incredible.", imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285278.jpg" },
{ id: "5", name: "Anna W.", role: "Chef", testimonial: "Authentic flavor that's hard to find. Absolutely stellar.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-chef-posing-smiling_23-2148491347.jpg" },
]}
title="What Our Neighbors Say"
description="Don't take our word for it—listen to our loyal customers."
@@ -246,27 +127,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "15,000+",
title: "Burritos Served",
description: "Hand-rolled with care.",
icon: Flame,
},
{
id: "m2",
value: "5,000+",
title: "Happy Customers",
description: "Our community means everything.",
icon: Heart,
},
{
id: "m3",
value: "500+",
title: "5-Star Reviews",
description: "We are humbled by your support.",
icon: Star,
},
{ id: "m1", value: "15,000+", title: "Burritos Served", description: "Hand-rolled with care.", icon: Flame },
{ id: "m2", value: "5,000+", title: "Happy Customers", description: "Our community means everything.", icon: Heart },
{ id: "m3", value: "500+", title: "5-Star Reviews", description: "We are humbled by your support.", icon: Star },
]}
title="Serving Smiles Daily"
description="Here is what we have accomplished together with our community."
@@ -278,21 +141,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Do you offer online ordering?",
content: "Yes, you can order directly through our website.",
},
{
id: "q2",
title: "Are you pet friendly?",
content: "We have outdoor seating where pets are welcome!",
},
{
id: "q3",
title: "Do you host events?",
content: "Yes, we cater private events and parties.",
},
{ id: "q1", title: "Do you offer online ordering?", content: "Yes, you can order directly through our website." },
{ id: "q2", title: "Are you pet friendly?", content: "We have outdoor seating where pets are welcome!" },
{ id: "q3", title: "Do you host events?", content: "Yes, we cater private events and parties." },
]}
title="Frequently Asked Questions"
description="Got questions? We've got answers."
@@ -303,21 +154,13 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
tag="Visit Us"
title="Come Hungry, Leave Happy"
description="Located in the heart of Cherokee County. Stop by today for an authentic street taco experience."
buttons={[
{
text: "Get Directions",
href: "https://maps.google.com",
},
{
text: "Call Now",
href: "tel:5550123",
},
{ text: "Get Directions", href: "https://maps.google.com" },
{ text: "Call Now", href: "tel:5550123" },
]}
/>
</div>
@@ -327,53 +170,9 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/concrete-wall-background-texture-with-copy-space_23-2148283274.jpg"
logoText="El Serranito"
columns={[
{
title: "Navigate",
items: [
{
label: "Menu",
href: "#menu",
},
{
label: "About",
href: "#about",
},
{
label: "Reviews",
href: "#testimonials",
},
],
},
{
title: "Connect",
items: [
{
label: "Facebook",
href: "#",
},
{
label: "Instagram",
href: "#",
},
{
label: "Twitter",
href: "#",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
{ title: "Navigate", items: [{ label: "Menu", href: "#menu" }, { label: "About", href: "#about" }, { label: "Reviews", href: "#testimonials" }] },
{ title: "Connect", items: [{ label: "Facebook", href: "#" }, { label: "Instagram", href: "#" }, { label: "Twitter", href: "#" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
]}
copyrightText="© 2025 El Serranito Taqueria. All rights reserved."
/>
@@ -381,4 +180,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fcf6ec;
--card: #f3ede2;
--foreground: #2e2521;
--primary-cta: #b82b40;
--background: #f5f4ef;
--card: #dad6cd;
--foreground: #2a2928;
--primary-cta: #2a2928;
--primary-cta-text: #fcf6ec;
--secondary-cta: #ffffff;
--secondary-cta: #ecebea;
--secondary-cta-text: #2e2521;
--accent: #b2a28b;
--background-accent: #e8a8b6;
--accent: #ffffff;
--background-accent: #c6b180;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);