Merge version_1 into main #6

Merged
bender merged 2 commits from version_1 into main 2026-03-04 17:18:59 +00:00
2 changed files with 33 additions and 141 deletions

View File

@@ -24,7 +24,7 @@ export default function AboutPage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="largeSmallSizeMediumTitles"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="outline"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
@@ -48,9 +48,10 @@ export default function AboutPage() {
{ value: "2000+", title: "Happy Customers Worldwide" },
{ value: "100%", title: "Sustainable Materials Used" },
]}
imageSrc="http://img.b2bpic.net/free-photo/manufacturer-carving-wood-using-chisel-hammer-wearing-safety-glasses_482257-93673.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/manufacturer-carving-wood-using-chisel-hammer-wearing-safety-glasses_482257-93673.jpg"
imageAlt="Artisan furniture craftsmanship"
mediaAnimation="blur-reveal"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -64,53 +65,17 @@ export default function AboutPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1",
name: "Sarah Johnson",
handle: "@sarahj_home",
testimonial: "The quality of these furniture pieces is exceptional. My living room looks absolutely stunning, and the delivery was seamless. Highly recommend!",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6",
imageAlt: "Sarah Johnson",
},
id: "1", name: "Sarah Johnson", handle: "@sarahj_home", testimonial: "The quality of these furniture pieces is exceptional. My living room looks absolutely stunning, and the delivery was seamless. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson"},
{
id: "2",
name: "Michael Chen",
handle: "@mchen_design",
testimonial: "As an interior designer, I'm impressed with FurniturePro's commitment to sustainability without compromising on style. My clients love it!",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7",
imageAlt: "Michael Chen",
},
id: "2", name: "Michael Chen", handle: "@mchen_design", testimonial: "As an interior designer, I'm impressed with FurniturePro's commitment to sustainability without compromising on style. My clients love it!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"},
{
id: "3",
name: "Emily Rodriguez",
handle: "@emily_lifestyle",
testimonial: "Best furniture investment I've made. The craftsmanship is evident, and knowing it's eco-friendly makes me feel good about my purchase.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=8",
imageAlt: "Emily Rodriguez",
},
id: "3", name: "Emily Rodriguez", handle: "@emily_lifestyle", testimonial: "Best furniture investment I've made. The craftsmanship is evident, and knowing it's eco-friendly makes me feel good about my purchase.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez"},
{
id: "4",
name: "David Kim",
handle: "@davidk_interiors",
testimonial: "FurniturePro delivered exactly what was promised. Premium quality, beautiful design, and excellent customer service throughout.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=9",
imageAlt: "David Kim",
},
id: "4", name: "David Kim", handle: "@davidk_interiors", testimonial: "FurniturePro delivered exactly what was promised. Premium quality, beautiful design, and excellent customer service throughout.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim"},
{
id: "5",
name: "Jessica Martinez",
handle: "@jmartinez_home",
testimonial: "I'm a sustainable living advocate, and this brand aligns perfectly with my values. The furniture is stunning and responsibly made.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2",
imageAlt: "Jessica Martinez",
},
id: "5", name: "Jessica Martinez", handle: "@jmartinez_home", testimonial: "I'm a sustainable living advocate, and this brand aligns perfectly with my values. The furniture is stunning and responsibly made.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Jessica Martinez"},
{
id: "6",
name: "Robert Thompson",
handle: "@rthompson_design",
testimonial: "Working with FurniturePro for our showroom was fantastic. Their team is professional and their products speak for themselves.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=10",
imageAlt: "Robert Thompson",
},
id: "6", name: "Robert Thompson", handle: "@rthompson_design", testimonial: "Working with FurniturePro for our showroom was fantastic. Their team is professional and their products speak for themselves.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Thompson"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -136,8 +101,7 @@ export default function AboutPage() {
<FooterBaseReveal
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Sofas", href: "/products" },
{ label: "Chairs", href: "/products" },
{ label: "Tables", href: "/products" },
@@ -145,8 +109,7 @@ export default function AboutPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Sustainability", href: "/" },
{ label: "Blog", href: "/" },
@@ -154,8 +117,7 @@ export default function AboutPage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact", href: "/contact" },
{ label: "FAQ", href: "/" },
{ label: "Privacy Policy", href: "/" },

View File

@@ -28,7 +28,7 @@ export default function HomePage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="largeSmallSizeMediumTitles"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="outline"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
@@ -49,8 +49,8 @@ export default function HomePage() {
tag="Premium Quality"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "noiseDiagonalGradient" }}
imageSrc="http://img.b2bpic.net/free-photo/living-room-with-blue-white-couch-blue-white-painting_123827-23871.jpg?_wi=1"
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/living-room-with-blue-white-couch-blue-white-painting_123827-23871.jpg"
imageAlt="Modern furniture in elegant living room"
buttons={[
{ text: "Explore Collection", href: "/products" },
@@ -71,9 +71,10 @@ export default function HomePage() {
{ value: "2000+", title: "Happy Customers Worldwide" },
{ value: "100%", title: "Sustainable Materials Used" },
]}
imageSrc="http://img.b2bpic.net/free-photo/manufacturer-carving-wood-using-chisel-hammer-wearing-safety-glasses_482257-93673.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/manufacturer-carving-wood-using-chisel-hammer-wearing-safety-glasses_482257-93673.jpg"
imageAlt="Artisan furniture craftsmanship"
mediaAnimation="blur-reveal"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -87,25 +88,13 @@ export default function HomePage() {
tagAnimation="slide-up"
features={[
{
title: "Sustainable Materials",
description: "All pieces crafted from eco-friendly, responsibly sourced materials",
imageSrc: "http://img.b2bpic.net/free-photo/eco-friendly-stylish-disposable-convenient-beautiful-recyclable-tableware_169016-1959.jpg?_wi=1",
imageAlt: "Sustainable furniture production",
buttonIcon: ArrowRight,
title: "Sustainable Materials", description: "All pieces crafted from eco-friendly, responsibly sourced materials", imageSrc: "http://img.b2bpic.net/free-photo/eco-friendly-stylish-disposable-convenient-beautiful-recyclable-tableware_169016-1959.jpg", imageAlt: "Sustainable furniture production", buttonIcon: ArrowRight,
},
{
title: "Modern Design",
description: "Contemporary designs that complement any interior style",
imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design_53876-143194.jpg?_wi=1",
imageAlt: "Modern furniture design",
buttonIcon: ArrowRight,
title: "Modern Design", description: "Contemporary designs that complement any interior style", imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design_53876-143194.jpg", imageAlt: "Modern furniture design", buttonIcon: ArrowRight,
},
{
title: "Premium Comfort",
description: "Ergonomically engineered for ultimate comfort and support",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-office-couch-putting-long-hours-work-businessperson-professional-environment_482257-33252.jpg",
imageAlt: "Comfortable seating furniture",
buttonIcon: ArrowRight,
title: "Premium Comfort", description: "Ergonomically engineered for ultimate comfort and support", imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-office-couch-putting-long-hours-work-businessperson-professional-environment_482257-33252.jpg", imageAlt: "Comfortable seating furniture", buttonIcon: ArrowRight,
},
]}
textboxLayout="default"
@@ -123,36 +112,16 @@ export default function HomePage() {
tagAnimation="slide-up"
products={[
{
id: "1",
name: "Elegant Modern Sofa",
price: "$1,299.00",
imageSrc: "http://img.b2bpic.net/free-photo/fabric-couch-with-two-cushions_1203-1016.jpg?_wi=1",
imageAlt: "Modern gray sofa",
initialQuantity: 1,
id: "1", name: "Elegant Modern Sofa", price: "$1,299.00", imageSrc: "http://img.b2bpic.net/free-photo/fabric-couch-with-two-cushions_1203-1016.jpg", imageAlt: "Modern gray sofa", initialQuantity: 1,
},
{
id: "2",
name: "Contemporary Dining Chair",
price: "$299.00",
imageSrc: "http://img.b2bpic.net/free-photo/interior-design-house-modern-wooden-table-chair_657883-324.jpg?_wi=1",
imageAlt: "Wooden dining chair",
initialQuantity: 1,
id: "2", name: "Contemporary Dining Chair", price: "$299.00", imageSrc: "http://img.b2bpic.net/free-photo/interior-design-house-modern-wooden-table-chair_657883-324.jpg", imageAlt: "Wooden dining chair", initialQuantity: 1,
},
{
id: "3",
name: "Minimalist Coffee Table",
price: "$499.00",
imageSrc: "http://img.b2bpic.net/free-photo/white-coffee-cup-with-flower-vase-table-decoration-with-pillow-sofa_74190-907.jpg?_wi=1",
imageAlt: "Wooden coffee table",
initialQuantity: 1,
id: "3", name: "Minimalist Coffee Table", price: "$499.00", imageSrc: "http://img.b2bpic.net/free-photo/white-coffee-cup-with-flower-vase-table-decoration-with-pillow-sofa_74190-907.jpg", imageAlt: "Wooden coffee table", initialQuantity: 1,
},
{
id: "4",
name: "Premium Platform Bed",
price: "$1,599.00",
imageSrc: "http://img.b2bpic.net/free-photo/bed-with-gray-upholstery-without-mattress-with-opened-storage-empty-room_181624-29534.jpg?_wi=1",
imageAlt: "Modern platform bed",
initialQuantity: 1,
id: "4", name: "Premium Platform Bed", price: "$1,599.00", imageSrc: "http://img.b2bpic.net/free-photo/bed-with-gray-upholstery-without-mattress-with-opened-storage-empty-room_181624-29534.jpg", imageAlt: "Modern platform bed", initialQuantity: 1,
},
]}
gridVariant="four-items-2x2-equal-grid"
@@ -172,53 +141,17 @@ export default function HomePage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1",
name: "Sarah Johnson",
handle: "@sarahj_home",
testimonial: "The quality of these furniture pieces is exceptional. My living room looks absolutely stunning, and the delivery was seamless. Highly recommend!",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
imageAlt: "Sarah Johnson",
},
id: "1", name: "Sarah Johnson", handle: "@sarahj_home", testimonial: "The quality of these furniture pieces is exceptional. My living room looks absolutely stunning, and the delivery was seamless. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson"},
{
id: "2",
name: "Michael Chen",
handle: "@mchen_design",
testimonial: "As an interior designer, I'm impressed with FurniturePro's commitment to sustainability without compromising on style. My clients love it!",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
imageAlt: "Michael Chen",
},
id: "2", name: "Michael Chen", handle: "@mchen_design", testimonial: "As an interior designer, I'm impressed with FurniturePro's commitment to sustainability without compromising on style. My clients love it!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"},
{
id: "3",
name: "Emily Rodriguez",
handle: "@emily_lifestyle",
testimonial: "Best furniture investment I've made. The craftsmanship is evident, and knowing it's eco-friendly makes me feel good about my purchase.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
imageAlt: "Emily Rodriguez",
},
id: "3", name: "Emily Rodriguez", handle: "@emily_lifestyle", testimonial: "Best furniture investment I've made. The craftsmanship is evident, and knowing it's eco-friendly makes me feel good about my purchase.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez"},
{
id: "4",
name: "David Kim",
handle: "@davidk_interiors",
testimonial: "FurniturePro delivered exactly what was promised. Premium quality, beautiful design, and excellent customer service throughout.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4",
imageAlt: "David Kim",
},
id: "4", name: "David Kim", handle: "@davidk_interiors", testimonial: "FurniturePro delivered exactly what was promised. Premium quality, beautiful design, and excellent customer service throughout.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim"},
{
id: "5",
name: "Jessica Martinez",
handle: "@jmartinez_home",
testimonial: "I'm a sustainable living advocate, and this brand aligns perfectly with my values. The furniture is stunning and responsibly made.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1",
imageAlt: "Jessica Martinez",
},
id: "5", name: "Jessica Martinez", handle: "@jmartinez_home", testimonial: "I'm a sustainable living advocate, and this brand aligns perfectly with my values. The furniture is stunning and responsibly made.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Jessica Martinez"},
{
id: "6",
name: "Robert Thompson",
handle: "@rthompson_design",
testimonial: "Working with FurniturePro for our showroom was fantastic. Their team is professional and their products speak for themselves.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5",
imageAlt: "Robert Thompson",
},
id: "6", name: "Robert Thompson", handle: "@rthompson_design", testimonial: "Working with FurniturePro for our showroom was fantastic. Their team is professional and their products speak for themselves.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Thompson"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -246,8 +179,7 @@ export default function HomePage() {
<FooterBaseReveal
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Sofas", href: "/products" },
{ label: "Chairs", href: "/products" },
{ label: "Tables", href: "/products" },
@@ -255,8 +187,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Sustainability", href: "/" },
{ label: "Blog", href: "/" },
@@ -264,8 +195,7 @@ export default function HomePage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact", href: "/contact" },
{ label: "FAQ", href: "/" },
{ label: "Privacy Policy", href: "/" },