diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 95336cd..8392f26 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -48,7 +48,7 @@ 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" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104839.jpg?_wi=2" imageAlt="Master craftsman at work" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -68,13 +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", 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?_wi=4", 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", 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?_wi=5", 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", 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?_wi=6", imageAlt: "Wood grain texture quality materials sustainable wood lumber"}, ]} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index be3fb66..81e8781 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,7 +97,7 @@ 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" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104839.jpg?_wi=1" imageAlt="Master craftsman at work" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -117,13 +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", 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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=3", imageAlt: "Wood grain texture quality materials sustainable wood lumber"}, ]} />