From a06648687359b8036ae4a2c306dac9dab84dca6c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 22:49:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bcdc774..8621a9c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,7 +85,7 @@ export default function HomePage() { { text: "Call 087-455-6464", href: "tel:0874556464" }, ]} layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418576.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418576.jpg?_wi=1" imageAlt="Modern furniture showroom display" mediaAnimation="slide-up" frameStyle="card" @@ -144,15 +144,15 @@ export default function HomePage() { gridVariant="three-columns-all-equal-width" features={[ { - id: "1", title: "Large Furniture Selection", description: "Wide range of furniture styles and categories to fit every room and budget in your home.", imageSrc: "http://img.b2bpic.net/free-photo/couch-with-cushions-glass-table_1203-764.jpg", imageAlt: "Showroom with diverse furniture"}, + id: "1", title: "Large Furniture Selection", description: "Wide range of furniture styles and categories to fit every room and budget in your home.", imageSrc: "http://img.b2bpic.net/free-photo/couch-with-cushions-glass-table_1203-764.jpg?_wi=1", imageAlt: "Showroom with diverse furniture"}, { - id: "2", title: "Affordable Prices", description: "Quality furniture at fair prices. We believe great design doesn't have to be expensive.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418576.jpg", imageAlt: "Affordable furniture display"}, + id: "2", title: "Affordable Prices", description: "Quality furniture at fair prices. We believe great design doesn't have to be expensive.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418576.jpg?_wi=2", imageAlt: "Affordable furniture display"}, { id: "3", title: "Delivery Available", description: "Free delivery service available throughout Bangkok. Fast and professional service.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-holding-tablet_23-2148593111.jpg", imageAlt: "Professional delivery service"}, { - id: "4", title: "Professional Installation", description: "Our experienced team ensures proper assembly and installation of all your furniture.", imageSrc: "http://img.b2bpic.net/free-photo/couch-with-cushions-glass-table_1203-764.jpg", imageAlt: "Professional installation"}, + id: "4", title: "Professional Installation", description: "Our experienced team ensures proper assembly and installation of all your furniture.", imageSrc: "http://img.b2bpic.net/free-photo/couch-with-cushions-glass-table_1203-764.jpg?_wi=2", imageAlt: "Professional installation"}, { - id: "5", title: "Local Showroom", description: "Visit our showroom in Min Buri & Raminthra to see and feel furniture before buying.", imageSrc: "http://img.b2bpic.net/free-photo/couch-with-cushions-glass-table_1203-764.jpg", imageAlt: "Local showroom"}, + id: "5", title: "Local Showroom", description: "Visit our showroom in Min Buri & Raminthra to see and feel furniture before buying.", imageSrc: "http://img.b2bpic.net/free-photo/couch-with-cushions-glass-table_1203-764.jpg?_wi=3", imageAlt: "Local showroom"}, ]} /> -- 2.49.1