From 4cbf22f110d70c9556b88c73df734f1e37ea90a8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:06:47 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"}, ]} /> -- 2.49.1 From 4d6dd2387466d5d835fda5c41b32f9cde649d1c9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:06:48 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"}, ]} /> -- 2.49.1