Merge version_1 into main #3
@@ -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 = [
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user