From 2d1469fd9cb7dfa758f15507af5ad91aedbbff68 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 12:46:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b98b0e..29868cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { title="Traditional Caltagirone Ceramics – Handmade in Sicily" description="Beautiful lava stone tables and decorative ceramics, crafted with tradition and shipped worldwide. Discover authentic Sicilian artisan pieces for your home." tag="Welcome to Our Showroom" - imageSrc="http://img.b2bpic.net/free-photo/fresh-sour-oranges-wooden-plate_114579-22304.jpg" + imageSrc="http://img.b2bpic.net/free-photo/fresh-sour-oranges-wooden-plate_114579-22304.jpg?_wi=1" imageAlt="Handcrafted lava stone table with traditional decorations" showBlur={true} showDimOverlay={false} @@ -67,7 +67,7 @@ export default function LandingPage() { { value: "30+", title: "Years of Excellence" }, { value: "4.7★", title: "Customer Rating" } ]} - imageSrc="http://img.b2bpic.net/free-photo/young-woman-chooses-baskets-home-interior-home-improvement-store_169016-49294.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-woman-chooses-baskets-home-interior-home-improvement-store_169016-49294.jpg?_wi=1" imageAlt="Our ceramic showroom filled with handmade pieces" useInvertedBackground={false} mediaAnimation="slide-up" @@ -82,7 +82,7 @@ export default function LandingPage() { tag="Signature Collections" features={[ { - title: "Lava Stone Tables", description: "Custom-decorated tables crafted from natural lava stone with hand-painted details", imageSrc: "http://img.b2bpic.net/free-photo/fresh-sour-oranges-wooden-plate_114579-22304.jpg", imageAlt: "Handcrafted lava stone table", buttonIcon: ArrowRight, + title: "Lava Stone Tables", description: "Custom-decorated tables crafted from natural lava stone with hand-painted details", imageSrc: "http://img.b2bpic.net/free-photo/fresh-sour-oranges-wooden-plate_114579-22304.jpg?_wi=2", imageAlt: "Handcrafted lava stone table", buttonIcon: ArrowRight, buttonHref: "#contact" }, { @@ -145,10 +145,10 @@ export default function LandingPage() { id: "1", name: "Ceramic Display Collection", price: "Contact for pricing", variant: "In-store viewing available", imageSrc: "http://img.b2bpic.net/free-photo/handmade-copper-cezve-turkish-traditional-tableware-shelf-kitchen-home-restaurant-selective-focus_166373-4560.jpg", imageAlt: "Ceramic display in showroom" }, { - id: "2", name: "Lava Stone Exhibition", price: "Custom quotes available", variant: "Made-to-order designs", imageSrc: "http://img.b2bpic.net/free-photo/fresh-sour-oranges-wooden-plate_114579-22304.jpg", imageAlt: "Lava stone table in showroom" + id: "2", name: "Lava Stone Exhibition", price: "Custom quotes available", variant: "Made-to-order designs", imageSrc: "http://img.b2bpic.net/free-photo/fresh-sour-oranges-wooden-plate_114579-22304.jpg?_wi=3", imageAlt: "Lava stone table in showroom" }, { - id: "3", name: "Artisan Workshop Tour", price: "By appointment", variant: "See craftsmen at work", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-chooses-baskets-home-interior-home-improvement-store_169016-49294.jpg", imageAlt: "Artisan workshop area" + id: "3", name: "Artisan Workshop Tour", price: "By appointment", variant: "See craftsmen at work", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-chooses-baskets-home-interior-home-improvement-store_169016-49294.jpg?_wi=2", imageAlt: "Artisan workshop area" } ]} title="Visit Our Showroom" @@ -177,7 +177,7 @@ export default function LandingPage() {