Merge version_1 into main #2
@@ -48,9 +48,10 @@ export default function AboutPage() {
|
||||
{ value: "25+", title: "Years of Excellence" },
|
||||
{ value: "5000+", title: "Happy Customers" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104839.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104839.jpg"
|
||||
imageAlt="Master craftsman at work"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -67,25 +68,13 @@ export default function AboutPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Sustainable Sourcing",
|
||||
description: "All wood is responsibly sourced from certified sustainable forests, ensuring environmental responsibility without compromising quality or durability.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14469.jpg?_wi=4",
|
||||
imageAlt: "Wood grain texture quality materials sustainable wood lumber",
|
||||
},
|
||||
title: "Sustainable Sourcing", description: "All wood is responsibly sourced from certified sustainable forests, ensuring environmental responsibility without compromising quality or durability.", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14469.jpg", imageAlt: "Wood grain texture quality materials sustainable wood lumber"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Master Craftsmanship",
|
||||
description: "Each piece is hand-selected and crafted by experienced artisans using traditional joinery techniques that have been perfected over decades of practice.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14469.jpg?_wi=5",
|
||||
imageAlt: "Wood grain texture quality materials sustainable wood lumber",
|
||||
},
|
||||
title: "Master Craftsmanship", description: "Each piece is hand-selected and crafted by experienced artisans using traditional joinery techniques that have been perfected over decades of practice.", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14469.jpg", imageAlt: "Wood grain texture quality materials sustainable wood lumber"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Lifetime Durability",
|
||||
description: "Premium wood furniture designed to last generations. We stand behind our work with comprehensive warranties and exceptional customer support for every purchase.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14469.jpg?_wi=6",
|
||||
imageAlt: "Wood grain texture quality materials sustainable wood lumber",
|
||||
},
|
||||
title: "Lifetime Durability", description: "Premium wood furniture designed to last generations. We stand behind our work with comprehensive warranties and exceptional customer support for every purchase.", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14469.jpg", imageAlt: "Wood grain texture quality materials sustainable wood lumber"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -50,7 +50,7 @@ export default function HomePage() {
|
||||
description="Discover premium, sustainably-sourced furniture pieces that combine timeless craftsmanship with contemporary design. Each piece is meticulously crafted to elevate your space."
|
||||
tag="Artisan Quality"
|
||||
tagIcon={Hammer}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tidy-living-room-with-couch-wooden-table_1203-1019.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tidy-living-room-with-couch-wooden-table_1203-1019.jpg"
|
||||
imageAlt="Premium wooden furniture showcase"
|
||||
textPosition="bottom-left"
|
||||
showBlur={true}
|
||||
@@ -75,28 +75,13 @@ export default function HomePage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Walnut Dining Table",
|
||||
price: "$1,299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-cafe-restaurant-bistro-freshness-concept_53876-41421.jpg?_wi=1",
|
||||
imageAlt: "Walnut dining table with natural finish",
|
||||
initialQuantity: 1,
|
||||
id: "1", name: "Walnut Dining Table", price: "$1,299", imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-cafe-restaurant-bistro-freshness-concept_53876-41421.jpg", imageAlt: "Walnut dining table with natural finish", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Oak Frame Sofa",
|
||||
price: "$2,499",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-fashionable-red-leather-couch-with-cushions-cropped-christmas-tree-brick-wall-loft-design_132075-11381.jpg?_wi=1",
|
||||
imageAlt: "Handcrafted oak frame sofa",
|
||||
initialQuantity: 1,
|
||||
id: "2", name: "Oak Frame Sofa", price: "$2,499", imageSrc: "http://img.b2bpic.net/free-photo/modern-fashionable-red-leather-couch-with-cushions-cropped-christmas-tree-brick-wall-loft-design_132075-11381.jpg", imageAlt: "Handcrafted oak frame sofa", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Maple Bookshelf",
|
||||
price: "$899",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimal-shelving-with-decor-books-warm-lamp-light-scandi-interior_169016-71044.jpg?_wi=1",
|
||||
imageAlt: "Maple wood bookshelf with open shelving",
|
||||
initialQuantity: 1,
|
||||
id: "3", name: "Maple Bookshelf", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/minimal-shelving-with-decor-books-warm-lamp-light-scandi-interior_169016-71044.jpg", imageAlt: "Maple wood bookshelf with open shelving", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -112,9 +97,10 @@ export default function HomePage() {
|
||||
{ value: "25+", title: "Years of Excellence" },
|
||||
{ value: "5000+", title: "Happy Customers" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104839.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104839.jpg"
|
||||
imageAlt="Master craftsman at work"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -131,25 +117,13 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Sustainable Sourcing",
|
||||
description: "All wood is responsibly sourced from certified sustainable forests, ensuring environmental responsibility without compromising quality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14469.jpg?_wi=1",
|
||||
imageAlt: "Wood grain texture quality materials sustainable wood lumber",
|
||||
},
|
||||
title: "Sustainable Sourcing", description: "All wood is responsibly sourced from certified sustainable forests, ensuring environmental responsibility without compromising quality.", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14469.jpg", imageAlt: "Wood grain texture quality materials sustainable wood lumber"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Master Craftsmanship",
|
||||
description: "Each piece is hand-selected and crafted by experienced artisans using traditional joinery techniques that have been perfected over decades.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14469.jpg?_wi=2",
|
||||
imageAlt: "Wood grain texture quality materials sustainable wood lumber",
|
||||
},
|
||||
title: "Master Craftsmanship", description: "Each piece is hand-selected and crafted by experienced artisans using traditional joinery techniques that have been perfected over decades.", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14469.jpg", imageAlt: "Wood grain texture quality materials sustainable wood lumber"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Lifetime Durability",
|
||||
description: "Premium wood furniture designed to last generations. We stand behind our work with comprehensive warranties and exceptional customer support.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14469.jpg?_wi=3",
|
||||
imageAlt: "Wood grain texture quality materials sustainable wood lumber",
|
||||
},
|
||||
title: "Lifetime Durability", description: "Premium wood furniture designed to last generations. We stand behind our work with comprehensive warranties and exceptional customer support.", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14469.jpg", imageAlt: "Wood grain texture quality materials sustainable wood lumber"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -160,15 +134,9 @@ export default function HomePage() {
|
||||
tag="By The Numbers"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "98%",
|
||||
description: "Customer satisfaction rating across all our furniture collections and services.",
|
||||
},
|
||||
id: "1", value: "98%", description: "Customer satisfaction rating across all our furniture collections and services."},
|
||||
{
|
||||
id: "2",
|
||||
value: "10yr",
|
||||
description: "Average lifespan of our furniture - built to last with proper care and maintenance.",
|
||||
},
|
||||
id: "2", value: "10yr", description: "Average lifespan of our furniture - built to last with proper care and maintenance."},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -203,15 +171,7 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Design Weekly",
|
||||
"Interior Digest",
|
||||
"Artisan Collective",
|
||||
"Sustainable Living",
|
||||
"Luxury Homes",
|
||||
"Home Journal",
|
||||
"Crafted Spaces",
|
||||
"Timber Collective",
|
||||
]}
|
||||
"Design Weekly", "Interior Digest", "Artisan Collective", "Sustainable Living", "Luxury Homes", "Home Journal", "Crafted Spaces", "Timber Collective"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -226,7 +186,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/manager-working-financial-analysis-while-standing-with-laptop_482257-79485.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/manager-working-financial-analysis-while-standing-with-laptop_482257-79485.jpg"
|
||||
imageAlt="Modern furniture showroom"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user