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 = [ 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"