From 2bc32033bb0c42c30bafbf44b1a9abf1c3024384 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 15:21:04 +0000 Subject: [PATCH 1/2] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 7cf18a1..58b1b73 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -16,8 +16,7 @@ export default function BlogPage() { { name: "Products", id: "/#products" }, { name: "Testimonials", id: "/#testimonials" }, { name: "FAQ", id: "/#faq" }, - { name: "Shop", id: "/shop" }, - { name: "Blog", id: "/blog" }, + { name: "Contact", id: "/#contact" }, ]; const footerColumns = [ -- 2.49.1 From 48ba567c4f6ce65bc030b45e7a83702845f40ecb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 15:21:05 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2c55325..0aa04b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,8 +17,7 @@ export default function LandingPage() { { name: "Products", id: "/#products" }, { name: "Testimonials", id: "/#testimonials" }, { name: "FAQ", id: "/#faq" }, - { name: "Shop", id: "/shop" }, - { name: "Blog", id: "/blog" }, + { name: "Contact", id: "/#contact" }, ]; const footerColumns = [ @@ -116,9 +115,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} tag="Shop Our Collection" - titleClassName="text-foreground" - descriptionClassName="text-foreground" - tagClassName="text-primary-cta" + textBoxTitleClassName="text-foreground" + textBoxDescriptionClassName="text-foreground" + textBoxTagClassName="text-primary-cta" cardNameClassName="text-foreground" cardPriceClassName="text-primary-cta" /> @@ -136,9 +135,8 @@ export default function LandingPage() { ]} textboxLayout="default" useInvertedBackground={true} - titleClassName="text-foreground" - descriptionClassName="text-foreground" - tagClassName="text-primary-cta" + textBoxTitleClassName="text-foreground" + textBoxDescriptionClassName="text-foreground" cardTagClassName="text-primary-cta" cardTitleClassName="text-foreground" cardQuoteClassName="text-foreground" -- 2.49.1