Merge version_1 into main #1
192
src/app/page.tsx
192
src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Categories",
|
||||
id: "categories",
|
||||
},
|
||||
name: "Categories", id: "categories"},
|
||||
{
|
||||
name: "Best Sellers",
|
||||
id: "bestsellers",
|
||||
},
|
||||
name: "Best Sellers", id: "bestsellers"},
|
||||
{
|
||||
name: "New",
|
||||
id: "arrivals",
|
||||
},
|
||||
name: "New", id: "arrivals"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="AURELIUS"
|
||||
/>
|
||||
@@ -57,19 +47,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
logoText="Modern Luxury For Refined Living"
|
||||
description="Timeless furniture crafted for elegant interiors."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Collection",
|
||||
href: "#bestsellers",
|
||||
},
|
||||
text: "Shop Collection", href: "#bestsellers"},
|
||||
{
|
||||
text: "Explore Designs",
|
||||
href: "#categories",
|
||||
},
|
||||
text: "Explore Designs", href: "#categories"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-styled-small-entryway_23-2150712909.jpg"
|
||||
mediaAnimation="opacity"
|
||||
@@ -82,25 +67,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Bedroom",
|
||||
description: "Rest in absolute refinement.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-with-modern-elegance-comfort-generative-ai_188544-32116.jpg",
|
||||
},
|
||||
title: "Bedroom", description: "Rest in absolute refinement.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-with-modern-elegance-comfort-generative-ai_188544-32116.jpg"},
|
||||
{
|
||||
title: "Tables",
|
||||
description: "Sculptural foundation for every room.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-safari-party-with-snacks-arrangement_23-2149707862.jpg",
|
||||
},
|
||||
title: "Tables", description: "Sculptural foundation for every room.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-safari-party-with-snacks-arrangement_23-2149707862.jpg"},
|
||||
{
|
||||
title: "Seating",
|
||||
description: "Comfort refined through architectural design.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/living-pillow-residential-couch-light_1203-4119.jpg",
|
||||
},
|
||||
title: "Seating", description: "Comfort refined through architectural design.", imageSrc: "http://img.b2bpic.net/free-photo/living-pillow-residential-couch-light_1203-4119.jpg"},
|
||||
{
|
||||
title: "Storage",
|
||||
description: "Sleek utility for sophisticated spaces.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pull-out-drawer-led-lighting-blue-fronts_169016-68855.jpg",
|
||||
},
|
||||
title: "Storage", description: "Sleek utility for sophisticated spaces.", imageSrc: "http://img.b2bpic.net/free-photo/pull-out-drawer-led-lighting-blue-fronts_169016-68855.jpg"},
|
||||
]}
|
||||
title="Collections"
|
||||
description="Curated pieces that define modern luxury living."
|
||||
@@ -115,41 +88,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Haven Armchair",
|
||||
price: "$4,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-modern-table-apartment-sofa_1203-4463.jpg",
|
||||
},
|
||||
id: "p1", name: "Haven Armchair", price: "$4,200", imageSrc: "http://img.b2bpic.net/free-photo/indoor-modern-table-apartment-sofa_1203-4463.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Lumina Sofa",
|
||||
price: "$8,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-sofa-living-room_1339-4062.jpg",
|
||||
},
|
||||
id: "p2", name: "Lumina Sofa", price: "$8,500", imageSrc: "http://img.b2bpic.net/free-photo/modern-sofa-living-room_1339-4062.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Aura Table",
|
||||
price: "$3,800",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-floor-with-light-coming_122409-80.jpg",
|
||||
},
|
||||
id: "p3", name: "Aura Table", price: "$3,800", imageSrc: "http://img.b2bpic.net/free-photo/close-up-floor-with-light-coming_122409-80.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Nite Sideboard",
|
||||
price: "$2,900",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-new-lighting-light-bedroom_1203-4567.jpg",
|
||||
},
|
||||
id: "p4", name: "Nite Sideboard", price: "$2,900", imageSrc: "http://img.b2bpic.net/free-photo/stylish-new-lighting-light-bedroom_1203-4567.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Zenith Shelf",
|
||||
price: "$1,600",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-shelf-with-books-decorative-object_23-2152007082.jpg",
|
||||
},
|
||||
id: "p5", name: "Zenith Shelf", price: "$1,600", imageSrc: "http://img.b2bpic.net/free-photo/wooden-shelf-with-books-decorative-object_23-2152007082.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Halo Lamp",
|
||||
price: "$950",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-photorealistic-lamp-design_23-2151038972.jpg",
|
||||
},
|
||||
id: "p6", name: "Halo Lamp", price: "$950", imageSrc: "http://img.b2bpic.net/free-photo/modern-photorealistic-lamp-design_23-2151038972.jpg"},
|
||||
]}
|
||||
title="Best Sellers"
|
||||
description="Our most coveted artisanal pieces."
|
||||
@@ -162,55 +111,30 @@ export default function LandingPage() {
|
||||
title="Designed To Elevate Everyday Living"
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Ethos",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Ethos", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="arrivals" data-section="arrivals">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "n1",
|
||||
name: "Eos Chair",
|
||||
price: "$3,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/comfy-blue-wing-chair-studio-with-gray-walls_181624-25768.jpg",
|
||||
},
|
||||
id: "n1", name: "Eos Chair", price: "$3,200", imageSrc: "http://img.b2bpic.net/free-photo/comfy-blue-wing-chair-studio-with-gray-walls_181624-25768.jpg"},
|
||||
{
|
||||
id: "n2",
|
||||
name: "Luna Table",
|
||||
price: "$5,100",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/avant-garde-furniture-design_23-2151941816.jpg",
|
||||
},
|
||||
id: "n2", name: "Luna Table", price: "$5,100", imageSrc: "http://img.b2bpic.net/free-photo/avant-garde-furniture-design_23-2151941816.jpg"},
|
||||
{
|
||||
id: "n3",
|
||||
name: "Musa Sofa",
|
||||
price: "$9,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sofa-chair_74190-1668.jpg",
|
||||
},
|
||||
id: "n3", name: "Musa Sofa", price: "$9,200", imageSrc: "http://img.b2bpic.net/free-photo/sofa-chair_74190-1668.jpg"},
|
||||
{
|
||||
id: "n4",
|
||||
name: "Vera Cabinet",
|
||||
price: "$3,400",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-rose-petals-book-arrangement_23-2149362947.jpg",
|
||||
},
|
||||
id: "n4", name: "Vera Cabinet", price: "$3,400", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-rose-petals-book-arrangement_23-2149362947.jpg"},
|
||||
{
|
||||
id: "n5",
|
||||
name: "Oura Lamp",
|
||||
price: "$850",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-artificial-flowers-vase-home-decor-items-wooden-light-table_169016-3981.jpg",
|
||||
},
|
||||
id: "n5", name: "Oura Lamp", price: "$850", imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-artificial-flowers-vase-home-decor-items-wooden-light-table_169016-3981.jpg"},
|
||||
{
|
||||
id: "n6",
|
||||
name: "Duo Shelf",
|
||||
price: "$2,100",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pullout-drawer-black-cabinet-countertop-modern-organization_169016-71206.jpg",
|
||||
},
|
||||
id: "n6", name: "Duo Shelf", price: "$2,100", imageSrc: "http://img.b2bpic.net/free-photo/pullout-drawer-black-cabinet-countertop-modern-organization_169016-71206.jpg"},
|
||||
]}
|
||||
title="New Arrivals"
|
||||
description="The latest in our modern collection."
|
||||
@@ -224,33 +148,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "Premium",
|
||||
title: "Quality",
|
||||
description: "Master craftsmanship.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sofa-chair_74190-3822.jpg",
|
||||
},
|
||||
id: "m1", value: "Premium", title: "Quality", description: "Master craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/sofa-chair_74190-3822.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "Secure",
|
||||
title: "Delivery",
|
||||
description: "Safe, white-glove arrival.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-pistachios_140725-7357.jpg",
|
||||
},
|
||||
id: "m2", value: "Secure", title: "Delivery", description: "Safe, white-glove arrival.", imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-pistachios_140725-7357.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Modern",
|
||||
title: "Craftsmanship",
|
||||
description: "Artisanal techniques.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-dark-wood-furniture-with-black-handles_169016-13059.jpg",
|
||||
},
|
||||
id: "m3", value: "Modern", title: "Craftsmanship", description: "Artisanal techniques.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-dark-wood-furniture-with-black-handles_169016-13059.jpg"},
|
||||
{
|
||||
id: "m4",
|
||||
value: "Dedicated",
|
||||
title: "Support",
|
||||
description: "Always here for you.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/light-lamp_1203-2602.jpg",
|
||||
},
|
||||
id: "m4", value: "Dedicated", title: "Support", description: "Always here for you.", imageSrc: "http://img.b2bpic.net/free-photo/light-lamp_1203-2602.jpg"},
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="Uncompromising standards in every detail."
|
||||
@@ -261,8 +165,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Newsletter"
|
||||
title="Stay Updated"
|
||||
description="Receive early access to our new collections."
|
||||
@@ -276,42 +179,27 @@ export default function LandingPage() {
|
||||
logoText="AURELIUS"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
label: "Contact", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Shipping Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Shipping Policy", href: "#"},
|
||||
{
|
||||
label: "Return Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Return Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
title: "Social", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
label: "Twitter", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user