Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-17 15:02:27 +00:00

View File

@@ -32,38 +32,30 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Collection",
id: "product",
},
name: "Collection", id: "product"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="ArborFurnish"
button={{
text: "Book Consultation", href: "#contact"
}}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Timeless Comfort for Your Sanctuary"
description="Crafting high-quality furniture that brings warmth, character, and sophistication to every corner of your home."
buttons={[
{
text: "Explore Collection",
href: "#product",
},
text: "Explore Collection", href: "#product"},
]}
imageSrc="http://img.b2bpic.net/free-photo/decorative-home-plant-vase-composition_23-2149090642.jpg"
/>
@@ -74,14 +66,9 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
type: "text",
content: "Our Legacy of Craftsmanship",
},
type: "text", content: "Our Legacy of Craftsmanship"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741804.jpg",
alt: "Craftsman",
},
type: "image", src: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741804.jpg", alt: "Craftsman"},
]}
/>
</div>
@@ -93,34 +80,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "f1",
label: "Sustainability",
title: "Eco-Conscious Materials",
items: [
"Sustainably sourced wood",
"Non-toxic finishes",
"Carbon-neutral production",
],
id: "f1", label: "Sustainability", title: "Eco-Conscious Materials", items: [
"Sustainably sourced wood", "Non-toxic finishes", "Carbon-neutral production"],
},
{
id: "f2",
label: "Design",
title: "Ergonomic Excellence",
items: [
"Designed for comfort",
"Human-centric geometry",
"Proven durability",
],
id: "f2", label: "Design", title: "Ergonomic Excellence", items: [
"Designed for comfort", "Human-centric geometry", "Proven durability"],
},
{
id: "f3",
label: "Longevity",
title: "Built for Generations",
items: [
"Solid joinery techniques",
"Hardwood resilience",
"Lifetime warranty",
],
id: "f3", label: "Longevity", title: "Built for Generations", items: [
"Solid joinery techniques", "Hardwood resilience", "Lifetime warranty"],
},
]}
title="Why ArborFurnish?"
@@ -136,59 +105,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
brand: "Arbor",
name: "Oak Dining Table",
price: "$1,200",
rating: 5,
reviewCount: "12",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-board_23-2148006019.jpg",
},
id: "p1", brand: "Arbor", name: "Oak Dining Table", price: "$1,200", rating: 5,
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/wooden-board_23-2148006019.jpg"},
{
id: "p2",
brand: "Arbor",
name: "Linen Lounge Chair",
price: "$850",
rating: 5,
reviewCount: "8",
imageSrc: "http://img.b2bpic.net/free-photo/white-vintage-background-seat-furniture_1203-5190.jpg",
},
id: "p2", brand: "Arbor", name: "Linen Lounge Chair", price: "$850", rating: 5,
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/white-vintage-background-seat-furniture_1203-5190.jpg"},
{
id: "p3",
brand: "Arbor",
name: "Hardwood Nightstand",
price: "$450",
rating: 4,
reviewCount: "15",
imageSrc: "http://img.b2bpic.net/free-photo/bed-arrangements-still-life_23-2150533023.jpg",
},
id: "p3", brand: "Arbor", name: "Hardwood Nightstand", price: "$450", rating: 4,
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/bed-arrangements-still-life_23-2150533023.jpg"},
{
id: "p4",
brand: "Arbor",
name: "Stone Coffee Table",
price: "$950",
rating: 5,
reviewCount: "22",
imageSrc: "http://img.b2bpic.net/free-photo/armchair-couch-with-cushions_1203-763.jpg",
},
id: "p4", brand: "Arbor", name: "Stone Coffee Table", price: "$950", rating: 5,
reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/armchair-couch-with-cushions_1203-763.jpg"},
{
id: "p5",
brand: "Arbor",
name: "Velvet Accent Chair",
price: "$700",
rating: 5,
reviewCount: "10",
imageSrc: "http://img.b2bpic.net/free-photo/decor-background-house-modern-home_1203-4879.jpg",
},
id: "p5", brand: "Arbor", name: "Velvet Accent Chair", price: "$700", rating: 5,
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/decor-background-house-modern-home_1203-4879.jpg"},
{
id: "p6",
brand: "Arbor",
name: "Minimalist Bookshelf",
price: "$650",
rating: 4,
reviewCount: "5",
imageSrc: "http://img.b2bpic.net/free-photo/various-objects-shelf_1252-612.jpg",
},
id: "p6", brand: "Arbor", name: "Minimalist Bookshelf", price: "$650", rating: 4,
reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/various-objects-shelf_1252-612.jpg"},
]}
title="Curated Furniture Pieces"
description="From dining tables to lounge chairs, discover our latest arrivals."
@@ -202,34 +135,16 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "1200+",
title: "Happy Homes",
items: [
"Transforming living spaces",
"Trusted nationwide",
"Style guaranteed",
],
id: "m1", value: "1200+", title: "Happy Homes", items: [
"Transforming living spaces", "Trusted nationwide", "Style guaranteed"],
},
{
id: "m2",
value: "15",
title: "Master Craftsmen",
items: [
"Decades of experience",
"Artisan dedication",
"Precision focus",
],
id: "m2", value: "15", title: "Master Craftsmen", items: [
"Decades of experience", "Artisan dedication", "Precision focus"],
},
{
id: "m3",
value: "20+",
title: "Eco Awards",
items: [
"Sustainability leaders",
"Industry recognition",
"Greener future",
],
id: "m3", value: "20+", title: "Eco Awards", items: [
"Sustainability leaders", "Industry recognition", "Greener future"],
},
]}
title="Our Impact in Numbers"
@@ -244,40 +159,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Emma R.",
role: "Architect",
testimonial: "The dining table is a centerpiece of my home. The finish is impeccable.",
imageSrc: "http://img.b2bpic.net/free-photo/couple-changing-bulb-home_23-2147766978.jpg",
},
id: "1", name: "Emma R.", role: "Architect", testimonial: "The dining table is a centerpiece of my home. The finish is impeccable.", imageSrc: "http://img.b2bpic.net/free-photo/couple-changing-bulb-home_23-2147766978.jpg"},
{
id: "2",
name: "Liam K.",
role: "Designer",
testimonial: "Stunning design and robust construction. Worth every penny.",
imageSrc: "http://img.b2bpic.net/free-photo/couple-watching-movie-streaming-service_23-2149026157.jpg",
},
id: "2", name: "Liam K.", role: "Designer", testimonial: "Stunning design and robust construction. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/couple-watching-movie-streaming-service_23-2149026157.jpg"},
{
id: "3",
name: "Sophia B.",
role: "Homeowner",
testimonial: "ArborFurnish transformed my living room into a cozy retreat.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-handsome-young-man-sitting-cafe-with-mobile-phone-wearing-wireless-headphones_1258-314098.jpg",
},
id: "3", name: "Sophia B.", role: "Homeowner", testimonial: "ArborFurnish transformed my living room into a cozy retreat.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-handsome-young-man-sitting-cafe-with-mobile-phone-wearing-wireless-headphones_1258-314098.jpg"},
{
id: "4",
name: "Noah J.",
role: "Collector",
testimonial: "Their craftsmanship is unparalleled. Truly a work of art.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-bar_23-2147680953.jpg",
},
id: "4", name: "Noah J.", role: "Collector", testimonial: "Their craftsmanship is unparalleled. Truly a work of art.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-bar_23-2147680953.jpg"},
{
id: "5",
name: "Olivia M.",
role: "Interior Stylist",
testimonial: "Excellent service and high-quality bespoke furniture.",
imageSrc: "http://img.b2bpic.net/free-photo/teen-girl-looking-into-box-joy-moving-day-happy-unboxing_169016-69928.jpg",
},
id: "5", name: "Olivia M.", role: "Interior Stylist", testimonial: "Excellent service and high-quality bespoke furniture.", imageSrc: "http://img.b2bpic.net/free-photo/teen-girl-looking-into-box-joy-moving-day-happy-unboxing_169016-69928.jpg"},
]}
title="Client Stories"
description="What our customers are saying about our furniture."
@@ -290,20 +180,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Do you offer shipping?",
content: "Yes, we ship nationwide with white-glove service.",
},
id: "q1", title: "Do you offer shipping?", content: "Yes, we ship nationwide with white-glove service."},
{
id: "q2",
title: "How long is the warranty?",
content: "We offer a lifetime warranty on all structural joinery.",
},
id: "q2", title: "How long is the warranty?", content: "We offer a lifetime warranty on all structural joinery."},
{
id: "q3",
title: "Can I request custom sizes?",
content: "We offer bespoke dimensions for select dining pieces.",
},
id: "q3", title: "Can I request custom sizes?", content: "We offer bespoke dimensions for select dining pieces."},
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-anxious-man-working_23-2149729595.jpg"
mediaAnimation="slide-up"
@@ -317,8 +198,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Let's Talk"
title="Ready to Transform Your Home?"
description="Contact our design team today for a personal consultation."