Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-02-23 15:21:10 +00:00
2 changed files with 7 additions and 10 deletions

View File

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

View File

@@ -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"