Update src/app/page.tsx
This commit is contained in:
@@ -29,10 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Men", id: "#men" },
|
||||
{ name: "Women", id: "#women" },
|
||||
{ name: "New Arrivals", id: "#new-arrivals" },
|
||||
{ name: "Trending", id: "#trending" },
|
||||
{ name: "Men", id: "/products" },
|
||||
{ name: "Women", id: "/products" },
|
||||
{ name: "New Arrivals", id: "/products" },
|
||||
{ name: "Trending", id: "/products" },
|
||||
]}
|
||||
brandName="VOXE"
|
||||
/>
|
||||
@@ -59,7 +59,7 @@ export default function LandingPage() {
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-young-man-smiling-camera_197531-33438.jpg?_wi=11", imageAlt: "Model in inclusive fashion 5" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-young-man-smiling-camera_197531-33438.jpg?_wi=12", imageAlt: "Model in inclusive fashion 6" },
|
||||
]}
|
||||
buttons={[{ text: "Shop Men", href: "#men" }, { text: "Shop Women", href: "#women" }]}
|
||||
buttons={[{ text: "Shop Men", href: "/products" }, { text: "Shop Women", href: "/products" }]}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-woman-blue-suit-posing-with-mirror-outdoors_23-2149445026.jpg", alt: "User 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/elegant-female-model-posing-window-elegant-waistcoat-new-feminity-concept_23-2148951061.jpg", alt: "User 2" },
|
||||
@@ -158,8 +158,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{ items: [{ label: "Men", href: "#men" }, { label: "Women", href: "#women" }] },
|
||||
{ items: [{ label: "Contact Us", href: "#contact" }, { label: "Privacy Policy", href: "#" }] },
|
||||
{ items: [{ label: "Men", href: "/products" }, { label: "Women", href: "/products" }] },
|
||||
{ items: [{ label: "Contact Us", href: "/products" }, { label: "Privacy Policy", href: "#" }] },
|
||||
{ items: [{ label: "Instagram", href: "#" }, { label: "Twitter", href: "#" }] },
|
||||
]}
|
||||
logoText="VOXE"
|
||||
|
||||
Reference in New Issue
Block a user