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