diff --git a/src/app/page.tsx b/src/app/page.tsx index ee64e66..3b92516 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.", media: { imageSrc: "http://img.b2bpic.net/free-photo/antique-chair-interior-furniture-sofa_1203-5024.jpg", imageAlt: "Material excellence" } }, - { title: "Artisanal Build", description: "Each piece is built to order by master furniture makers in Italy.", media: { imageSrc: "http://img.b2bpic.net/free-photo/artisan-doing-woodcutting_23-2150600761.jpg", imageAlt: "Artisanal build" } }, - { title: "Timeless Design", description: "Furniture that transcends trends, designed to last generations.", media: { imageSrc: "http://img.b2bpic.net/free-photo/room-with-green-leather-sofa_140725-6419.jpg", imageAlt: "Timeless design" } }, + { 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", imageAlt: "Material excellence" }, + { 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", imageAlt: "Artisanal build" }, + { 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", imageAlt: "Timeless design" }, ]} />