diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e9e454..0b6687f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,26 +31,11 @@ export default function LandingPage() {
@@ -110,55 +78,25 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Luxury Fittings", - description: "Elegant bathroom hardware from industry leaders.", - icon: Sparkles, + title: "Luxury Fittings", description: "Elegant bathroom hardware from industry leaders.", icon: Sparkles, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/retro-shower-house-classical-antique_1203-5010.jpg?_wi=1", - imageAlt: "Luxury faucet hardware", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/retro-shower-house-classical-antique_1203-5010.jpg?_wi=2", - imageAlt: "Chrome shower fittings", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg?_wi=2", - imageAlt: "luxury bathroom tiles showroom", + { imageSrc: "http://img.b2bpic.net/free-photo/retro-shower-house-classical-antique_1203-5010.jpg", imageAlt: "Luxury faucet hardware" }, + { imageSrc: "http://img.b2bpic.net/free-photo/retro-shower-house-classical-antique_1203-5010.jpg", imageAlt: "Chrome shower fittings" }, + ] }, { - title: "Designer Tiles", - description: "Sophisticated porcelain and ceramic flooring.", - icon: CheckCircle, + title: "Designer Tiles", description: "Sophisticated porcelain and ceramic flooring.", icon: CheckCircle, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/modern-white-toilet-minimalist-restroom-stylish-bathroom-interior_169016-69440.jpg?_wi=1", - imageAlt: "Modern ceramic floor texture", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/modern-white-toilet-minimalist-restroom-stylish-bathroom-interior_169016-69440.jpg?_wi=2", - imageAlt: "Polished marble tile finish", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/laptop-marble-table_53876-71231.jpg?_wi=2", - imageAlt: "professional tiles showroom interior", + { imageSrc: "http://img.b2bpic.net/free-photo/modern-white-toilet-minimalist-restroom-stylish-bathroom-interior_169016-69440.jpg", imageAlt: "Modern ceramic floor texture" }, + { imageSrc: "http://img.b2bpic.net/free-photo/modern-white-toilet-minimalist-restroom-stylish-bathroom-interior_169016-69440.jpg", imageAlt: "Polished marble tile finish" }, + ] }, { - title: "Sanitary Solutions", - description: "Advanced wellness and hygiene systems.", - icon: Shield, + title: "Sanitary Solutions", description: "Advanced wellness and hygiene systems.", icon: Shield, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-bathroom-with-tropical-view_23-2152008229.jpg?_wi=1", - imageAlt: "Minimalist sanitary ware", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-bathroom-with-tropical-view_23-2152008229.jpg?_wi=2", - imageAlt: "Modern bathroom ceramics", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/retro-shower-house-classical-antique_1203-5010.jpg?_wi=3", - imageAlt: "luxury bathroom fittings chrome", + { imageSrc: "http://img.b2bpic.net/free-photo/luxury-bathroom-with-tropical-view_23-2152008229.jpg", imageAlt: "Minimalist sanitary ware" }, + { imageSrc: "http://img.b2bpic.net/free-photo/luxury-bathroom-with-tropical-view_23-2152008229.jpg", imageAlt: "Modern bathroom ceramics" }, + ] }, ]} title="Premium Product Range" @@ -170,22 +108,9 @@ export default function LandingPage() {