From f30f4ce39cca52dd645eb6e9fc50f52c7c9a3876 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 20:48:23 +0000 Subject: [PATCH 1/2] Update src/app/catalog/page.tsx --- src/app/catalog/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/catalog/page.tsx b/src/app/catalog/page.tsx index 9b63c34..6806b15 100644 --- a/src/app/catalog/page.tsx +++ b/src/app/catalog/page.tsx @@ -31,6 +31,7 @@ export default function CatalogPage() { ]} /> Date: Wed, 8 Apr 2026 20:48:24 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 444bfb7..6bcc818 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,9 +69,9 @@ export default function FirenzeFurniturePage() { useInvertedBackground={false} animationType="slide-up" features={[ - { title: "Material Excellence", description: ["Only the finest sustainably sourced hardwoods and Italian leathers."], imageSrc: "http://img.b2bpic.net/free-photo/antique-chair-interior-furniture-sofa_1203-5024.jpg" }, - { title: "Artisanal Build", description: ["Each piece is built to order by master furniture makers in Italy."], imageSrc: "http://img.b2bpic.net/free-photo/artisan-doing-woodcutting_23-2150600761.jpg" }, - { title: "Timeless Design", description: ["Furniture that transcends trends, designed to last generations."], imageSrc: "http://img.b2bpic.net/free-photo/room-with-green-leather-sofa_140725-6419.jpg" }, + { title: "Material Excellence", description: "Only the finest sustainably sourced hardwoods and Italian leathers.", imageSrc: "http://img.b2bpic.net/free-photo/antique-chair-interior-furniture-sofa_1203-5024.jpg" }, + { title: "Artisanal Build", description: "Each piece is built to order by master furniture makers in Italy.", imageSrc: "http://img.b2bpic.net/free-photo/artisan-doing-woodcutting_23-2150600761.jpg" }, + { title: "Timeless Design", description: "Furniture that transcends trends, designed to last generations.", imageSrc: "http://img.b2bpic.net/free-photo/room-with-green-leather-sofa_140725-6419.jpg" }, ]} />