diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 43b7689..9e0bc86 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -28,7 +28,7 @@ export default function BlogPage() { setCartOpen(true) }} + button={{ text: "Order Now", href: "contact" }} />
@@ -129,14 +128,13 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} + button={{ text: "Order Now", href: "contact" }} />
@@ -180,14 +178,13 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} + button={{ text: "Order Now", href: "contact" }} />
diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index c4f7d05..d3933e1 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -35,14 +35,13 @@ export default function ShopPage() { console.log("cart") }} + button={{ text: "Order Now", href: "contact" }} />
@@ -78,14 +77,13 @@ export default function ShopPage() { console.log("cart") }} + button={{ text: "Order Now", href: "contact" }} />
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index a168d55..13ef4fe 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,21 +2,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; + /* --background: #fffafa;; + --card: #fff7f7;; + --foreground: #1a0000;; --primary-cta: #e63946;; --secondary-cta: #ffffff;; - --accent: #e63946;; - --background-accent: #e8bea8;; */ + --accent: #f5c4c7;; + --background-accent: #f09199;; */ - --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; + --background: #fffafa;; + --card: #fff7f7;; + --foreground: #1a0000;; --primary-cta: #e63946;; --secondary-cta: #ffffff;; - --accent: #e63946;; - --background-accent: #e8bea8;; + --accent: #f5c4c7;; + --background-accent: #f09199;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);