Update src/app/page.tsx
This commit is contained in:
@@ -31,12 +31,12 @@ export default function LandingPage() {
|
||||
logoSrc="http://img.b2bpic.net/free-photo/close-up-optical-retro-eyeglasses_23-2148290371.jpg"
|
||||
logoAlt="luxury eyewear brand wordmark"
|
||||
navItems={[
|
||||
{ name: "Collection", id: "#collection" },
|
||||
{ name: "Story", id: "#story" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
{ name: "Collection", id: "collection" },
|
||||
{ name: "Story", id: "story" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Shop Now", href: "#collection"
|
||||
text: "Shop Now", href: "collection"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -71,7 +71,7 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-candid-blond-girl-waiting-her-takeout-order-near_197531-30983.jpg"
|
||||
imageAlt="elegant woman wearing luxury sunglasses outdoors"
|
||||
buttons={[
|
||||
{ text: "Explore Collection", href: "#collection" }
|
||||
{ text: "Explore Collection", href: "collection" }
|
||||
]}
|
||||
fixedMediaHeight={true}
|
||||
useInvertedBackground={false}
|
||||
@@ -170,7 +170,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
textboxLayout="default"
|
||||
buttons={[
|
||||
{ text: "Discover Aura", href: "#collection" }
|
||||
{ text: "Discover Aura", href: "collection" }
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
@@ -196,15 +196,15 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Brand", items: [
|
||||
{ label: "Aurelia Optics", href: "#hero" },
|
||||
{ label: "Timeless Elegance in Eyewear.", href: "#" }
|
||||
{ label: "Aurelia Optics", href: "hero" },
|
||||
{ label: "Timeless Elegance in Eyewear.", href: "" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Navigation", items: [
|
||||
{ label: "Collection", href: "#collection" },
|
||||
{ label: "Story", href: "#story" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
{ label: "Collection", href: "collection" },
|
||||
{ label: "Story", href: "story" },
|
||||
{ label: "Contact", href: "contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user