Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-05-08 13:30:29 +00:00

View File

@@ -56,7 +56,6 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
title="Crafting Comfort Since 1985"
description="Bolton Furniture Co LLC is a family-owned business dedicated to providing high-quality home furnishings. We believe that your home is the heart of your life, and we are committed to helping you make it as comfortable and inviting as possible through expert advice and personal service."
useInvertedBackground={true}
/>
</div>
@@ -67,6 +66,7 @@ export default function LandingPage() {
description="We don't just sell furniture; we provide peace of mind."
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
features={[
{
title: "Personalized Service", description: "Our family-owned approach means you deal with people who truly care about your home.", media: { imageSrc: "http://img.b2bpic.net/free-photo/happy-family-buying-furniture-store_23-2148767351.jpg" },
@@ -83,6 +83,8 @@ export default function LandingPage() {
description="Discover our latest arrivals in home furniture."
animationType="slide-up"
gridVariant="four-items-2x2-equal-grid"
textboxLayout="default"
useInvertedBackground={false}
products={[
{ id: "1", name: "Classic Sofa", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/sofa-living-room_23-2148810292.jpg" },
{ id: "2", name: "Dining Set", price: "$2,500", imageSrc: "http://img.b2bpic.net/free-photo/dining-room_23-2148810287.jpg" },
@@ -96,6 +98,7 @@ export default function LandingPage() {
<MetricCardFourteen
title="Our Commitment"
tag="Service Milestones"
useInvertedBackground={false}
metrics={[
{ id: "1", value: "35+", description: "Years of Excellence" },
{ id: "2", value: "5,000+", description: "Happy Homes Furnished" },
@@ -106,6 +109,8 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
title="From Our Happy Families"
description="What our customers say about their experience with us."
useInvertedBackground={false}
testimonials={[
{ id: "1", title: "Exceptional Quality", quote: "The furniture we bought from Bolton is top-notch. It completely transformed our living room.", name: "The Thompson Family", role: "Local Residents" }
]}
@@ -117,6 +122,8 @@ export default function LandingPage() {
<FaqSplitMedia
title="Common Questions"
description="We're here to help you furnish your perfect home."
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{ id: "1", title: "Do you offer financing?", content: "Yes, we have flexible financing options available for all our customers." },
{ id: "2", title: "Is delivery available?", content: "We provide white-glove delivery service for all local purchases." },
@@ -130,6 +137,8 @@ export default function LandingPage() {
tag="Get in Touch"
title="Visit Our Showroom Today"
description="Let us help you find the perfect piece for your home."
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[{ text: "Call Us Now", href: "tel:7709435108" }]}
/>
</div>