Merge version_2 into main #1
168
src/app/page.tsx
168
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Our Selection",
|
||||
id: "products",
|
||||
},
|
||||
name: "Our Selection", id: "products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Articles Store"
|
||||
/>
|
||||
@@ -57,33 +49,21 @@ export default function LandingPage() {
|
||||
description="Discover a collection of premium, hand-picked articles that redefine quality and style for your daily life."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Collection",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Collection", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-view-back-school-concept_23-2148586736.jpg"
|
||||
imageAlt="Curated article collection desk"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/minimal-black-friday-arrangement_23-2148666987.jpg",
|
||||
alt: "Minimal black friday arrangement",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/minimal-black-friday-arrangement_23-2148666987.jpg", alt: "Minimal black friday arrangement"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/creative-black-friday-composition-black-background_23-2148666964.jpg",
|
||||
alt: "Creative black friday composition on black background",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/creative-black-friday-composition-black-background_23-2148666964.jpg", alt: "Creative black friday composition on black background"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/sale-concept-with-notebook-mock-up_23-2148313070.jpg",
|
||||
alt: "Sale concept with notebook mock-up",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/sale-concept-with-notebook-mock-up_23-2148313070.jpg", alt: "Sale concept with notebook mock-up"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/halloween-decor-white-table-black-surface_176420-9115.jpg",
|
||||
alt: "Halloween decor on white table over black surface",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/halloween-decor-white-table-black-surface_176420-9115.jpg", alt: "Halloween decor on white table over black surface"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/composition-with-stationery-elements-gray_23-2148851545.jpg",
|
||||
alt: "Composition with stationery elements on gray",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/composition-with-stationery-elements-gray_23-2148851545.jpg", alt: "Composition with stationery elements on gray"},
|
||||
]}
|
||||
avatarText="Trusted by 10k+ readers"
|
||||
/>
|
||||
@@ -95,9 +75,7 @@ export default function LandingPage() {
|
||||
title="Our Philosophy of Quality"
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Story",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Story", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -110,44 +88,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Essential Fountain Pen",
|
||||
price: "$120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cocktail-spoon-with-cocktail-shaker-plate-pomegranate-seeds-white-desk_23-2148283697.jpg",
|
||||
},
|
||||
id: "p1", name: "Essential Fountain Pen", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/cocktail-spoon-with-cocktail-shaker-plate-pomegranate-seeds-white-desk_23-2148283697.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Leather Journal",
|
||||
price: "$85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-spool-scissor-with-stacked-book-stacked-with-green-twig-against-white-background_23-2147924503.jpg",
|
||||
},
|
||||
id: "p2", name: "Leather Journal", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/black-spool-scissor-with-stacked-book-stacked-with-green-twig-against-white-background_23-2147924503.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Ceramic Desk Organizer",
|
||||
price: "$65",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-shaped-white-modern-vases-arrangement_23-2149835520.jpg",
|
||||
},
|
||||
id: "p3", name: "Ceramic Desk Organizer", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/different-shaped-white-modern-vases-arrangement_23-2149835520.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Brass Paperweight",
|
||||
price: "$45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-shaped-white-vases-with-plant_23-2149835521.jpg",
|
||||
},
|
||||
id: "p4", name: "Brass Paperweight", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/different-shaped-white-vases-with-plant_23-2149835521.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Minimalist Desk Lamp",
|
||||
price: "$210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/faded-blank-name-card-by-white-wall_53876-95937.jpg",
|
||||
},
|
||||
id: "p5", name: "Minimalist Desk Lamp", price: "$210", imageSrc: "http://img.b2bpic.net/free-photo/faded-blank-name-card-by-white-wall_53876-95937.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Hardcover Art Book",
|
||||
price: "$95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-elegant-luxurious-wedding-stationery-planner-resources_23-2150166943.jpg",
|
||||
},
|
||||
id: "p6", name: "Hardcover Art Book", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/view-elegant-luxurious-wedding-stationery-planner-resources_23-2150166943.jpg"},
|
||||
]}
|
||||
title="Selected Articles"
|
||||
description="Browse our latest arrivals and premium selections."
|
||||
description="Our curated collection is defined by meticulous craftsmanship and uncompromising exclusivity, ensuring each piece is a statement of refinement worth its premium."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -158,20 +112,11 @@ export default function LandingPage() {
|
||||
tag="Trusted Quality"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
description: "Curated Articles",
|
||||
},
|
||||
id: "m1", value: "500+", description: "Curated Articles"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "10k+",
|
||||
description: "Happy Clients",
|
||||
},
|
||||
id: "m2", value: "10k+", description: "Happy Clients"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "20+",
|
||||
description: "Global Brands",
|
||||
},
|
||||
id: "m3", value: "20+", description: "Global Brands"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -182,30 +127,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk-posing_74855-9949.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk-posing_74855-9949.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marcus L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-lovely-woman-fashion-clothes-is-sitting-open-air-cafe-is-using-smartphone-waiting-friends-city-lights-background_291650-842.jpg",
|
||||
},
|
||||
id: "t2", name: "Marcus L.", imageSrc: "http://img.b2bpic.net/free-photo/adorable-lovely-woman-fashion-clothes-is-sitting-open-air-cafe-is-using-smartphone-waiting-friends-city-lights-background_291650-842.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-holding-notepad-with-papers-posing_74855-9950.jpg",
|
||||
},
|
||||
id: "t3", name: "Elena R.", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-holding-notepad-with-papers-posing_74855-9950.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David W.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-talking-phone_23-2148230757.jpg",
|
||||
},
|
||||
id: "t4", name: "David W.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-talking-phone_23-2148230757.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Chloe M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-professional-partners-posing-photo-smiling-looking-camera-african-american-successful-office-employer-caucasian-businesswoman-taking-selfie-teamwork-business-concept_74855-6842.jpg",
|
||||
},
|
||||
id: "t5", name: "Chloe M.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-professional-partners-posing-photo-smiling-looking-camera-african-american-successful-office-employer-caucasian-businesswoman-taking-selfie-teamwork-business-concept_74855-6842.jpg"},
|
||||
]}
|
||||
cardTitle="What People Say"
|
||||
cardTag="Testimonials"
|
||||
@@ -219,20 +149,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Shipping options?",
|
||||
content: "We offer standard and express shipping worldwide.",
|
||||
},
|
||||
id: "f1", title: "Shipping options?", content: "We offer standard and express shipping worldwide."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Return policy?",
|
||||
content: "Returns are accepted within 30 days of purchase.",
|
||||
},
|
||||
id: "f2", title: "Return policy?", content: "Returns are accepted within 30 days of purchase."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Gift wrapping?",
|
||||
content: "Yes, we offer premium gift wrapping for all articles.",
|
||||
},
|
||||
id: "f3", title: "Gift wrapping?", content: "Yes, we offer premium gift wrapping for all articles."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common questions about our products and services."
|
||||
@@ -244,14 +165,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Need assistance? Our team is here to help with any inquiries."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Us", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -262,29 +180,19 @@ export default function LandingPage() {
|
||||
logoText="Articles Store"
|
||||
columns={[
|
||||
{
|
||||
title: "Store",
|
||||
items: [
|
||||
title: "Store", items: [
|
||||
{
|
||||
label: "Shop",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Shop", href: "#products"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Help",
|
||||
href: "#",
|
||||
},
|
||||
label: "Help", href: "#"},
|
||||
{
|
||||
label: "Returns",
|
||||
href: "#",
|
||||
},
|
||||
label: "Returns", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -293,4 +201,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user