diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 9fa7cfb..64ce127 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -109,4 +109,4 @@ export default function BlogPage() { ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index c17d084..7ee4f4f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -255,4 +255,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 8944d43..a878fe0 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -89,8 +89,7 @@ export default function ProductPage({ params }: ProductPageProps) { {"name":"About","id":"about"}, {"name":"Team","id":"team"}, {"name":"Testimonials","id":"testimonials"}, - {"name":"Contact","id":"contact"}, - {"name":"Shop","id":"/shop"} + {"name":"Contact","id":"contact"} ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} brandName="GlowUp Beauty Clinic" @@ -140,8 +139,7 @@ export default function ProductPage({ params }: ProductPageProps) { {"name":"About","id":"about"}, {"name":"Team","id":"team"}, {"name":"Testimonials","id":"testimonials"}, - {"name":"Contact","id":"contact"}, - {"name":"Shop","id":"/shop"} + {"name":"Contact","id":"contact"} ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} brandName="GlowUp Beauty Clinic" @@ -198,8 +196,7 @@ export default function ProductPage({ params }: ProductPageProps) { {"name":"About","id":"about"}, {"name":"Team","id":"team"}, {"name":"Testimonials","id":"testimonials"}, - {"name":"Contact","id":"contact"}, - {"name":"Shop","id":"/shop"} + {"name":"Contact","id":"contact"} ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} brandName="GlowUp Beauty Clinic" @@ -257,4 +254,4 @@ export default function ProductPage({ params }: ProductPageProps) { ); -} +} \ No newline at end of file diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 0bcae8a..2aef883 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -39,8 +39,7 @@ export default function ShopPage() { {"name":"About","id":"about"}, {"name":"Team","id":"team"}, {"name":"Testimonials","id":"testimonials"}, - {"name":"Contact","id":"contact"}, - {"name":"Shop","id":"/shop"} + {"name":"Contact","id":"contact"} ]} button={{"text":"Book Now","href":"contact"}} brandName="GlowUp Beauty Clinic" @@ -89,8 +88,7 @@ export default function ShopPage() { {"name":"About","id":"about"}, {"name":"Team","id":"team"}, {"name":"Testimonials","id":"testimonials"}, - {"name":"Contact","id":"contact"}, - {"name":"Shop","id":"/shop"} + {"name":"Contact","id":"contact"} ]} button={{"text":"Book Now","href":"contact"}} brandName="GlowUp Beauty Clinic" @@ -123,4 +121,4 @@ export default function ShopPage() { ); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 1566e0b..aca0890 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: #f9f3ed;; - --card: #faf5f0;; - --foreground: #3d2c24;; - --primary-cta: #d4a574;; - --secondary-cta: #f9f3ed;; - --accent: #f5d4b8;; - --background-accent: #f0c9b8;; */ + /* --background: #fffafa;; + --card: #fff7f7;; + --foreground: #1a0000;; + --primary-cta: #ff1744;; + --secondary-cta: #ffffff;; + --accent: #f5c4c7;; + --background-accent: #f09199;; */ - --background: #f9f3ed;; - --card: #faf5f0;; - --foreground: #3d2c24;; - --primary-cta: #d4a574;; - --secondary-cta: #f9f3ed;; - --accent: #f5d4b8;; - --background-accent: #f0c9b8;; + --background: #fffafa;; + --card: #fff7f7;; + --foreground: #1a0000;; + --primary-cta: #ff1744;; + --secondary-cta: #ffffff;; + --accent: #f5c4c7;; + --background-accent: #f09199;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);