3 Commits

Author SHA1 Message Date
2730211a30 Update src/app/styles/variables.css 2026-02-16 03:57:01 +00:00
44fe1b00fd Update src/app/shop/page.tsx 2026-02-16 03:57:01 +00:00
04ef71a463 Update src/app/shop/[id]/page.tsx 2026-02-16 03:57:00 +00:00
3 changed files with 17 additions and 22 deletions

View File

@@ -90,8 +90,7 @@ export default function ProductPage({ params }: ProductPageProps) {
{ name: "Why Us", id: "about" }, { name: "Why Us", id: "about" },
{ name: "Pricing", id: "pricing" }, { name: "Pricing", id: "pricing" },
{ name: "Reviews", id: "testimonials" }, { name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" }
{ name: "Shop", id: "/shop" }
]} ]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }} button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/> />
@@ -135,8 +134,7 @@ export default function ProductPage({ params }: ProductPageProps) {
{ name: "Why Us", id: "about" }, { name: "Why Us", id: "about" },
{ name: "Pricing", id: "pricing" }, { name: "Pricing", id: "pricing" },
{ name: "Reviews", id: "testimonials" }, { name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" }
{ name: "Shop", id: "/shop" }
]} ]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }} button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/> />
@@ -187,8 +185,7 @@ export default function ProductPage({ params }: ProductPageProps) {
{ name: "Why Us", id: "about" }, { name: "Why Us", id: "about" },
{ name: "Pricing", id: "pricing" }, { name: "Pricing", id: "pricing" },
{ name: "Reviews", id: "testimonials" }, { name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" }
{ name: "Shop", id: "/shop" }
]} ]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }} button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/> />

View File

@@ -43,8 +43,7 @@ export default function ShopPage() {
{ name: "Why Us", id: "about" }, { name: "Why Us", id: "about" },
{ name: "Pricing", id: "pricing" }, { name: "Pricing", id: "pricing" },
{ name: "Reviews", id: "testimonials" }, { name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" }
{ name: "Shop", id: "/shop" }
]} ]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }} button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/> />
@@ -87,8 +86,7 @@ export default function ShopPage() {
{ name: "Why Us", id: "about" }, { name: "Why Us", id: "about" },
{ name: "Pricing", id: "pricing" }, { name: "Pricing", id: "pricing" },
{ name: "Reviews", id: "testimonials" }, { name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" }
{ name: "Shop", id: "/shop" }
]} ]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }} button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/> />

View File

@@ -2,21 +2,21 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #f5f5f5;; /* --background: #fafffb;;
--card: #ffffff;; --card: #f7fffa;;
--foreground: #1c1c1c;; --foreground: #001a0a;;
--primary-cta: #6139e6;; --primary-cta: #0a7039;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;
--accent: #6139e6;; --accent: #a8d9be;;
--background-accent: #b3a8e8;; */ --background-accent: #6bbf8e;; */
--background: #f5f5f5;; --background: #fafffb;;
--card: #ffffff;; --card: #f7fffa;;
--foreground: #1c1c1c;; --foreground: #001a0a;;
--primary-cta: #6139e6;; --primary-cta: #0a7039;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;
--accent: #6139e6;; --accent: #a8d9be;;
--background-accent: #b3a8e8;; --background-accent: #6bbf8e;;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);