7 Commits

Author SHA1 Message Date
42096a997d Update src/app/shop/page.tsx 2026-02-21 14:22:17 +00:00
c201148645 Update src/app/shop/[id]/page.tsx 2026-02-21 14:22:17 +00:00
da540bb2b9 Update src/app/page.tsx 2026-02-21 14:22:16 +00:00
e671d79bea Update src/app/layout.tsx 2026-02-21 14:22:16 +00:00
e2772df4fc Update src/app/blog/page.tsx 2026-02-21 14:22:15 +00:00
7b8ed3d089 Update src/app/styles/variables.css 2026-02-21 14:19:24 +00:00
8d62b5998e Merge version_1 into main
Merge version_1 into main
2026-02-21 13:51:30 +00:00
6 changed files with 1399 additions and 32 deletions

View File

@@ -33,7 +33,7 @@ export default function BlogPage() {
{ name: "FAQ", id: "#faq" },
{ name: "Contact", id: "#contact" },
]}
brandName="ChimiChangaCo"
brandName="ChimiC"h"angaCo"
bottomLeftText="Taste the Tradition"
bottomRightText="Order Now!"
/>
@@ -55,7 +55,7 @@ export default function BlogPage() {
)}
<FooterBaseCard
logoText="ChimiChangaCo"
logoText="ChimiC&quot;h&quot;angaCo"
columns={[
{
title: "Menu", items: [
@@ -77,7 +77,7 @@ export default function BlogPage() {
],
},
]}
copyrightText="© 2024 ChimiChangaCo. All rights reserved."
copyrightText="© 2024 ChimiC&quot;h&quot;angaCo. All rights reserved."
/>
</ReactLenis>
</ThemeProvider>

File diff suppressed because it is too large Load Diff

View File

@@ -30,7 +30,7 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[{name:"Menu",id:"#products"},{name:"About",id:"#about"},{name:"Testimonials",id:"#testimonials"},{name:"FAQ",id:"#faq"},{name:"Contact",id:"#contact"}]}
brandName="ChimiChangaCo"
brandName="ChimiC&quot;h&quot;angaCo"
bottomLeftText="Taste the Tradition"
bottomRightText="Order Now!"
/>
@@ -38,7 +38,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboardSplit
logoText="ChimiChangaCo"
logoText="ChimiC&quot;h&quot;angaCo"
description="Savor the authentic taste of Mexico with our perfectly fried, flavor-packed chimichangas. Crispy on the outside, incredibly tender on the inside."
background={{ variant: "radial-gradient" }}
buttons={[{text:"View Our Menu",href:"#products"},{text:"Order Now",href:"#contact"}]}
@@ -60,7 +60,7 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardTwo
products={[{id:"1",brand:"ChimiChangaCo",name:"Classic Beef Chimichanga",price:"$12.99",rating:5,reviewCount:"1.2k",imageSrc:"https://img.b2bpic.net/free-photo/lavash-stuffed-with-mixed-ingredients-finely-roasted_114579-1768.jpg?_wi=1",imageAlt:"Classic Beef Chimichanga"},{id:"2",brand:"ChimiChangaCo",name:"Spicy Chicken Chimichanga",price:"$11.99",rating:4,reviewCount:"870",imageSrc:"https://img.b2bpic.net/free-photo/mexican-tacos-with-chicken-bell-peppers-black-beans-fresh-vegetables_2829-20051.jpg",imageAlt:"Spicy Chicken Chimichanga"},{id:"3",brand:"ChimiChangaCo",name:"Vegetarian Bean & Cheese",price:"$10.99",rating:4,reviewCount:"550",imageSrc:"https://img.b2bpic.net/free-photo/lavash-stuffed-with-mixed-ingredients-finely-roasted_114579-1768.jpg?_wi=2",imageAlt:"Vegetarian Bean & Cheese Chimichanga"},{id:"4",brand:"ChimiChangaCo",name:"Smoky Pork Carnitas",price:"$13.49",rating:5,reviewCount:"980",imageSrc:"https://img.b2bpic.net/free-photo/lavash-stuffed-with-mixed-ingredients-finely-roasted_114579-1768.jpg?_wi=3",imageAlt:"Smoky Pork Carnitas Chimichanga"}]}
products={[{id:"1",brand:"ChimiC"h"angaCo",name:"Classic Beef Chimichanga",price:"$12.99",rating:5,reviewCount:"1.2k",imageSrc:"https://img.b2bpic.net/free-photo/lavash-stuffed-with-mixed-ingredients-finely-roasted_114579-1768.jpg?_wi=1",imageAlt:"Classic Beef Chimichanga"},{id:"2",brand:"ChimiC"h"angaCo",name:"Spicy Chicken Chimichanga",price:"$11.99",rating:4,reviewCount:"870",imageSrc:"https://img.b2bpic.net/free-photo/mexican-tacos-with-chicken-bell-peppers-black-beans-fresh-vegetables_2829-20051.jpg",imageAlt:"Spicy Chicken Chimichanga"},{id:"3",brand:"ChimiC"h"angaCo",name:"Vegetarian Bean & Cheese",price:"$10.99",rating:4,reviewCount:"550",imageSrc:"https://img.b2bpic.net/free-photo/lavash-stuffed-with-mixed-ingredients-finely-roasted_114579-1768.jpg?_wi=2",imageAlt:"Vegetarian Bean & Cheese Chimichanga"},{id:"4",brand:"ChimiC"h"angaCo",name:"Smoky Pork Carnitas",price:"$13.49",rating:5,reviewCount:"980",imageSrc:"https://img.b2bpic.net/free-photo/lavash-stuffed-with-mixed-ingredients-finely-roasted_114579-1768.jpg?_wi=3",imageAlt:"Smoky Pork Carnitas Chimichanga"}]}
title="Our Delicious Chimichangas"
description="Explore our mouth-watering selection of handcrafted chimichangas, made with fresh ingredients and authentic recipes."
textboxLayout="default"
@@ -126,9 +126,9 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="ChimiChangaCo"
logoText="ChimiC&quot;h&quot;angaCo"
columns={[{title:"Menu",items:[{label:"Beef Chimichanga",href:"#products"},{label:"Chicken Chimichanga",href:"#products"},{label:"Vegetarian Chimichanga",href:"#products"}]},{title:"Company",items:[{label:"About Us",href:"#about"},{label:"Contact",href:"#contact"}]},{title:"Support",items:[{label:"FAQ",href:"#faq"},{label:"Privacy Policy",href:"/privacy"}]}]}
copyrightText="© 2024 ChimiChangaCo. All rights reserved."
copyrightText="© 2024 ChimiC&quot;h&quot;angaCo. All rights reserved."
/>
</div>

View File

@@ -76,16 +76,16 @@ function ProductPageContent({ params }: ProductPageProps) {
const navbarProps = {
navItems: [{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }],
brandName: "ChimiChangaCo", bottomLeftText: "Taste the Tradition", bottomRightText: "Order Now!", button: { text: "Cart", onClick: () => setCartOpen(true) }
brandName: "ChimiC"h"angaCo", bottomLeftText: "Taste the Tradition", bottomRightText: "Order Now!", button: { text: "Cart", onClick: () => setCartOpen(true) }
};
const footerProps = {
logoText: "ChimiChangaCo", columns: [
logoText: "ChimiC"h"angaCo", columns: [
{ title: "Menu", items: [{ label: "Beef Chimichanga", href: "#products" }, { label: "Chicken Chimichanga", href: "#products" }, { label: "Vegetarian Chimichanga", href: "#products" }] },
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }] },
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Privacy Policy", href: "/privacy" }] }
],
copyrightText: "© 2024 ChimiChangaCo. All rights reserved."
copyrightText: "© 2024 ChimiC"h"angaCo. All rights reserved."
};
if (isLoading) {

View File

@@ -61,7 +61,7 @@ function ShopPageContent() {
<div id="navbar" data-section="navbar">
<NavbarStyleFullscreen
navItems={navItems}
brandName="ChimiChangaCo"
brandName="ChimiC&quot;h&quot;angaCo"
bottomLeftText="Taste the Tradition"
bottomRightText="Order Now!"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
@@ -87,13 +87,13 @@ function ShopPageContent() {
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="ChimiChangaCo"
logoText="ChimiC&quot;h&quot;angaCo"
columns={[
{ title: "Menu", items: [{ label: "Beef Chimichanga", href: "#products" }, { label: "Chicken Chimichanga", href: "#products" }, { label: "Vegetarian Chimichanga", href: "#products" }] },
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }] },
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Privacy Policy", href: "/privacy" }] }
]}
copyrightText="© 2024 ChimiChangaCo. All rights reserved."
copyrightText="© 2024 ChimiC&quot;h&quot;angaCo. All rights reserved."
/>
</div>
</ReactLenis>
@@ -118,7 +118,7 @@ function ShopPageContent() {
<div id="navbar" data-section="navbar">
<NavbarStyleFullscreen
navItems={navItems}
brandName="ChimiChangaCo"
brandName="ChimiC&quot;h&quot;angaCo"
bottomLeftText="Taste the Tradition"
bottomRightText="Order Now!"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
@@ -152,13 +152,13 @@ function ShopPageContent() {
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="ChimiChangaCo"
logoText="ChimiC&quot;h&quot;angaCo"
columns={[
{ title: "Menu", items: [{ label: "Beef Chimichanga", href: "#products" }, { label: "Chicken Chimichanga", href: "#products" }, { label: "Vegetarian Chimichanga", href: "#products" }] },
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }] },
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Privacy Policy", href: "/privacy" }] }
]}
copyrightText="© 2024 ChimiChangaCo. All rights reserved."
copyrightText="© 2024 ChimiC&quot;h&quot;angaCo. All rights reserved."
/>
</div>
</ReactLenis>

View File

@@ -2,21 +2,21 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #f5faff;;
--card: #f1f8ff;;
--foreground: #001122;;
--primary-cta: #15479c;;
/* --background: #fafffb;;
--card: #f7fffa;;
--foreground: #001a0a;;
--primary-cta: #0a7039;;
--secondary-cta: #ffffff;;
--accent: #a8cce8;;
--background-accent: #7ba3cf;; */
--accent: #a8d9be;;
--background-accent: #6bbf8e;; */
--background: #f5faff;;
--card: #f1f8ff;;
--foreground: #001122;;
--primary-cta: #15479c;;
--background: #fafffb;;
--card: #f7fffa;;
--foreground: #001a0a;;
--primary-cta: #0a7039;;
--secondary-cta: #ffffff;;
--accent: #a8cce8;;
--background-accent: #7ba3cf;;
--accent: #a8d9be;;
--background-accent: #6bbf8e;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);