Merge version_1 into main #5

Merged
bender merged 3 commits from version_1 into main 2026-03-03 08:32:42 +00:00
3 changed files with 16 additions and 16 deletions

View File

@@ -92,32 +92,32 @@ export default function AboutPage() {
{
title: "Collections", items: [
{ label: "All Watches", href: "/collections" },
{ label: "Rolex", href: "/collections" },
{ label: "Omega", href: "/collections" },
{ label: "Patek Philippe", href: "/collections" }
{ label: "Rolex", href: "/collections#rolex" },
{ label: "Omega", href: "/collections#omega" },
{ label: "Patek Philippe", href: "/collections#patek" }
]
},
{
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Story", href: "/about" },
{ label: "Expertise", href: "/about" },
{ label: "Careers", href: "/about" }
{ label: "Our Story", href: "/about#story" },
{ label: "Expertise", href: "/about#expertise" },
{ label: "Careers", href: "#" }
]
},
{
title: "Customer Service", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "FAQ", href: "/contact" },
{ label: "Shipping & Returns", href: "/contact" },
{ label: "Authenticity Guarantee", href: "/contact" }
{ label: "FAQ", href: "#" },
{ label: "Shipping & Returns", href: "#" },
{ label: "Authenticity Guarantee", href: "#" }
]
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "/" },
{ label: "Terms of Service", href: "/" },
{ label: "Cookie Policy", href: "/" }
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" }
]
}
]}

View File

@@ -41,8 +41,8 @@ export default function CollectionsPage() {
tag="Premium Brands"
tagIcon={Watch}
textboxLayout="default"
useInvertedBackground="noInvert"
gridVariant="uniform-4-items"
useInvertedBackground={false}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
features={[
{

View File

@@ -125,8 +125,8 @@ export default function HomePage() {
tag="Premium Brands"
tagIcon={Watch}
textboxLayout="default"
useInvertedBackground="noInvert"
gridVariant="uniform-4-items"
useInvertedBackground={false}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
features={[
{