diff --git a/src/app/page.tsx b/src/app/page.tsx index 40d8d5e..3b98b0e 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?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/fresh-sour-oranges-wooden-plate_114579-22304.jpg" imageAlt="Handcrafted lava stone table with traditional decorations" showBlur={true} showDimOverlay={false} @@ -67,10 +67,11 @@ 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?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/young-woman-chooses-baskets-home-interior-home-improvement-store_169016-49294.jpg" imageAlt="Our ceramic showroom filled with handmade pieces" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -81,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?_wi=2", 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", imageAlt: "Handcrafted lava stone table", buttonIcon: ArrowRight, buttonHref: "#contact" }, { @@ -113,7 +114,7 @@ export default function LandingPage() { { id: "3", value: "๐", title: "Shipping", description: "Worldwide Delivery", icon: Globe }, { id: "4", value: "๐จโ๐ฉโ๐งโ๐ฆ", title: "Family", description: "Trusted Local Business", icon: Heart } ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={true} @@ -144,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?_wi=3", 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", 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?_wi=2", 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", imageAlt: "Artisan workshop area" } ]} title="Visit Our Showroom" @@ -176,7 +177,7 @@ export default function LandingPage() {