Merge version_2 into main #1
278
src/app/page.tsx
278
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Z Best Furniture"
|
||||
/>
|
||||
@@ -56,56 +48,35 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Excellence in Every Detail"
|
||||
description="Discover curated furniture pieces that blend timeless elegance with modern comfort, specifically selected to elevate your living spaces."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407591.jpg"
|
||||
imageAlt="Luxurious furniture showroom showcasing premium interior pieces."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/brunette-girl-wearing-blue-dress-high-heels-sitting-fireplace_132075-12009.jpg",
|
||||
alt: "Brunette girl wearing in blue dress and high heels sitting on fireplace",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/brunette-girl-wearing-blue-dress-high-heels-sitting-fireplace_132075-12009.jpg", alt: "Brunette girl wearing in blue dress and high heels sitting on fireplace"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/luxurious-lifestyle-rich-woman_52683-97508.jpg",
|
||||
alt: "Luxurious lifestyle of rich woman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/luxurious-lifestyle-rich-woman_52683-97508.jpg", alt: "Luxurious lifestyle of rich woman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-sitting-chair_52683-88935.jpg",
|
||||
alt: "Full shot smiley woman sitting on chair",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-sitting-chair_52683-88935.jpg", alt: "Full shot smiley woman sitting on chair"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/candlestick-with-candles-dried-flowers_169016-5448.jpg",
|
||||
alt: "Candlestick with candles and dried flowers",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/candlestick-with-candles-dried-flowers_169016-5448.jpg", alt: "Candlestick with candles and dried flowers"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mature-business-man-sitting-chair-with-arms-folded_171337-8336.jpg",
|
||||
alt: "Mature business man sitting on a chair with arms folded",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/mature-business-man-sitting-chair-with-arms-folded_171337-8336.jpg", alt: "Mature business man sitting on a chair with arms folded"},
|
||||
]}
|
||||
avatarText="Loved by 10,000+ happy homeowners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Quality",
|
||||
},
|
||||
type: "text", text: "Premium Quality"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Timeless Design",
|
||||
},
|
||||
type: "text", text: "Timeless Design"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Expert Craftsmanship",
|
||||
},
|
||||
type: "text", text: "Expert Craftsmanship"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fast Delivery",
|
||||
},
|
||||
type: "text", text: "Fast Delivery"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Modern Comfort",
|
||||
},
|
||||
type: "text", text: "Modern Comfort"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -127,29 +98,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Lifetime Quality",
|
||||
description: "Guaranteed durability with every piece.",
|
||||
},
|
||||
title: "Lifetime Quality", description: "Guaranteed durability with every piece."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Fast Delivery",
|
||||
description: "White-glove delivery straight to your room.",
|
||||
},
|
||||
title: "Fast Delivery", description: "White-glove delivery straight to your room."},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Expert Design",
|
||||
description: "Consult with our pro styling team.",
|
||||
},
|
||||
title: "Expert Design", description: "Consult with our pro styling team."},
|
||||
{
|
||||
icon: Heart,
|
||||
title: "Sustainable Sourcing",
|
||||
description: "Ethically sourced materials for your peace of mind.",
|
||||
},
|
||||
title: "Sustainable Sourcing", description: "Ethically sourced materials for your peace of mind."},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Satisfaction Guarantee",
|
||||
description: "30-day hassle-free return policy.",
|
||||
},
|
||||
title: "Satisfaction Guarantee", description: "30-day hassle-free return policy."},
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="We believe your home should be your sanctuary. Here is why our clients trust Z Best Furniture."
|
||||
@@ -164,41 +125,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Mid-Century Armchair",
|
||||
price: "$899",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-room-with-furniture_23-2149178353.jpg",
|
||||
},
|
||||
id: "p1", name: "Mid-Century Armchair", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-room-with-furniture_23-2149178353.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Oak Dining Table",
|
||||
price: "$1,499",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-century-modern-dining-room-with-wooden-furniture_23-2152001396.jpg",
|
||||
},
|
||||
id: "p2", name: "Oak Dining Table", price: "$1,499", imageSrc: "http://img.b2bpic.net/free-photo/mid-century-modern-dining-room-with-wooden-furniture_23-2152001396.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Velvet Sofa",
|
||||
price: "$2,299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/isolated-confident-serious-young-man-with-trimmed-mustache-thick-beard-sitting-yellow-armchair-keeping-arms-folded-expressing-negativity-reluctancy-dissatisfaction_343059-1661.jpg",
|
||||
},
|
||||
id: "p3", name: "Velvet Sofa", price: "$2,299", imageSrc: "http://img.b2bpic.net/free-photo/isolated-confident-serious-young-man-with-trimmed-mustache-thick-beard-sitting-yellow-armchair-keeping-arms-folded-expressing-negativity-reluctancy-dissatisfaction_343059-1661.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Minimalist Coffee Table",
|
||||
price: "$450",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-room-decor-made-up-frame-plates_23-2149308905.jpg",
|
||||
},
|
||||
id: "p4", name: "Minimalist Coffee Table", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/view-room-decor-made-up-frame-plates_23-2149308905.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Linen Bed Frame",
|
||||
price: "$1,299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-shoe-rack-indoors_23-2150960708.jpg",
|
||||
},
|
||||
id: "p5", name: "Linen Bed Frame", price: "$1,299", imageSrc: "http://img.b2bpic.net/free-photo/still-life-shoe-rack-indoors_23-2150960708.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Walnut Dresser",
|
||||
price: "$950",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-entryway-with-modern-furnishing-design_23-2150791108.jpg",
|
||||
},
|
||||
id: "p6", name: "Walnut Dresser", price: "$950", imageSrc: "http://img.b2bpic.net/free-photo/home-entryway-with-modern-furnishing-design_23-2150791108.jpg"},
|
||||
]}
|
||||
title="Our Collection"
|
||||
description="Browse our latest arrivals in premium furniture."
|
||||
@@ -212,52 +149,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
price: "Free",
|
||||
name: "In-Store Consultation",
|
||||
buttons: [
|
||||
id: "basic", price: "Free", name: "In-Store Consultation", buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#",
|
||||
},
|
||||
text: "Book Now", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"30 min session",
|
||||
"Fabric swatches",
|
||||
"Style guide",
|
||||
],
|
||||
"30 min session", "Fabric swatches", "Style guide"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
price: "$299",
|
||||
name: "Full Room Design",
|
||||
buttons: [
|
||||
id: "pro", price: "$299", name: "Full Room Design", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get Started", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"3D renderings",
|
||||
"Color palette",
|
||||
"Shopping list",
|
||||
],
|
||||
"3D renderings", "Color palette", "Shopping list"],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
price: "$999",
|
||||
name: "Whole House Design",
|
||||
buttons: [
|
||||
id: "premium", price: "$999", name: "Whole House Design", buttons: [
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Us", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"On-site visit",
|
||||
"Custom furniture",
|
||||
"White-glove service",
|
||||
],
|
||||
"On-site visit", "Custom furniture", "White-glove service"],
|
||||
},
|
||||
]}
|
||||
title="Design Services"
|
||||
@@ -272,59 +185,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Designer",
|
||||
company: "HomeOwner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/emotional-white-girl-cute-beret-sitting-couch-good-humoured-blonde-woman-posing-sofa-with-hand-up_197531-11436.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Designer", company: "HomeOwner", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/emotional-white-girl-cute-beret-sitting-couch-good-humoured-blonde-woman-posing-sofa-with-hand-up_197531-11436.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael C.",
|
||||
role: "Architect",
|
||||
company: "HomeOwner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-dinner-party_23-2150648841.jpg",
|
||||
},
|
||||
id: "2", name: "Michael C.", role: "Architect", company: "HomeOwner", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-dinner-party_23-2150648841.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
role: "CEO",
|
||||
company: "HomeOwner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-white-woman_641386-1097.jpg",
|
||||
},
|
||||
id: "3", name: "Emily R.", role: "CEO", company: "HomeOwner", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-white-woman_641386-1097.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
role: "Consultant",
|
||||
company: "HomeOwner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-into-new-home_23-2149199059.jpg",
|
||||
},
|
||||
id: "4", name: "David K.", role: "Consultant", company: "HomeOwner", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-into-new-home_23-2149199059.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Laura L.",
|
||||
role: "Artist",
|
||||
company: "HomeOwner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-office-room_1157-21964.jpg",
|
||||
},
|
||||
id: "5", name: "Laura L.", role: "Artist", company: "HomeOwner", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-office-room_1157-21964.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "20+",
|
||||
label: "Years in Business",
|
||||
},
|
||||
value: "20+", label: "Years in Business"},
|
||||
{
|
||||
value: "10k+",
|
||||
label: "Happy Clients",
|
||||
},
|
||||
value: "10k+", label: "Happy Clients"},
|
||||
{
|
||||
value: "5k+",
|
||||
label: "Custom Projects",
|
||||
},
|
||||
value: "5k+", label: "Custom Projects"},
|
||||
]}
|
||||
title="Client Stories"
|
||||
description="Hear what our wonderful customers think about their new home decor."
|
||||
@@ -337,20 +219,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you ship internationally?",
|
||||
content: "We currently focus on domestic shipping within the country.",
|
||||
},
|
||||
id: "q1", title: "Do you ship internationally?", content: "We currently ship across the contiguous United States, with standard delivery arriving within 7-10 business days."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can I return furniture?",
|
||||
content: "Yes, within 30 days if items are in original condition.",
|
||||
},
|
||||
id: "q2", title: "Can I return furniture?", content: "Yes, within 30 days if items are in original condition."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you offer financing?",
|
||||
content: "Yes, we have 0% APR financing options available at checkout.",
|
||||
},
|
||||
id: "q3", title: "Do you offer financing?", content: "Yes, we have 0% APR financing options available at checkout."},
|
||||
]}
|
||||
title="Frequently Asked"
|
||||
description="Common questions about our services and products."
|
||||
@@ -365,22 +238,14 @@ export default function LandingPage() {
|
||||
description="Have questions or need assistance? Reach out to our design team today."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your project...",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Tell us about your project...", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-beautifully-decorated-round-table-with-natural-fir-branch-candle-two-flutes-plates-against-classic-sofa-modern-apartment_132075-11394.jpg"
|
||||
@@ -392,42 +257,27 @@ export default function LandingPage() {
|
||||
logoText="Z Best"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Products", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -436,4 +286,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user