From 46885dea33fa60eade5afaca4db20fcecb79414d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 09:25:22 +0000 Subject: [PATCH] Update src/app/shop/home-essentials/page.tsx --- src/app/shop/home-essentials/page.tsx | 33 ++++++++++++++++++--------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/src/app/shop/home-essentials/page.tsx b/src/app/shop/home-essentials/page.tsx index 385dcea..66a6379 100644 --- a/src/app/shop/home-essentials/page.tsx +++ b/src/app/shop/home-essentials/page.tsx @@ -36,7 +36,8 @@ export default function HomeEssentialsPage() { { name: "Wishlist", id: "wishlist" }, ]} button={{ - text: "Browse Collection", href: "#products"}} + text: "Browse Collection", href: "#products" + }} animateOnLoad={true} /> @@ -76,16 +77,20 @@ export default function HomeEssentialsPage() { { id: 1, title: "Kitchen Essentials", description: "Create a beautiful and functional kitchen with our carefully selected utensils, tools, and gadgets. From elegant whisks to premium cutting boards, each item is chosen for its quality and aesthetic appeal.", phoneOne={{ - imageSrc: "http://img.b2bpic.net/free-photo/front-view-traditional-kitchen-beans_23-2148746913.jpg", imageAlt: "Modern kitchen essentials"}}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-traditional-kitchen-beans_23-2148746913.jpg", imageAlt: "Modern kitchen essentials" + }}, phoneTwo={{ - imageSrc: "http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200324.jpg", imageAlt: "Kitchen utensil set detail"}}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200324.jpg", imageAlt: "Kitchen utensil set detail" + }}, }, { id: 2, title: "Dining & Tableware", description: "Transform your dining experience with our sophisticated dinnerware collections. Each piece is designed to bring elegance to your table and create memorable moments with loved ones.", phoneOne={{ - imageSrc: "http://img.b2bpic.net/free-photo/closeup-details-autumn-home-decor-blurred-background_169016-23388.jpg", imageAlt: "Elegant dinnerware collection"}}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-details-autumn-home-decor-blurred-background_169016-23388.jpg", imageAlt: "Elegant dinnerware collection" + }}, phoneTwo={{ - imageSrc: "http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200324.jpg", imageAlt: "Table setting detail"}}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200324.jpg", imageAlt: "Table setting detail" + }}, }, ]} showStepNumbers={true} @@ -134,9 +139,11 @@ export default function HomeEssentialsPage() {