From a7212bb923764a4cae6e0f277da07af10f6b52a2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 16:41:58 +0000 Subject: [PATCH] Update src/app/bathrooms/page.tsx --- src/app/bathrooms/page.tsx | 114 ++++++++++--------------------------- 1 file changed, 31 insertions(+), 83 deletions(-) diff --git a/src/app/bathrooms/page.tsx b/src/app/bathrooms/page.tsx index 95ab4b4..517cdb1 100644 --- a/src/app/bathrooms/page.tsx +++ b/src/app/bathrooms/page.tsx @@ -6,7 +6,7 @@ import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import FooterCard from '@/components/sections/footer/FooterCard'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import SplitAbout from '@/components/sections/about/SplitAbout'; -import { Clock, Facebook, Image, Instagram, MessageCircle, Palette, Wrench } from "lucide-react"; +import { CheckCircle, ClipboardCheck, Clock, DraftingCompass, Facebook, Image, Instagram, MessageCircle, Palette, Wrench } from "lucide-react"; export default function LandingPage() { return ( @@ -27,39 +27,23 @@ export default function LandingPage() { @@ -72,17 +56,11 @@ export default function LandingPage() { description="Sophisticated spaces combining comfort, beauty, and functionality. Indulge in a sanctuary designed for ultimate relaxation and rejuvenation." bulletPoints={[ { - title: "Spa-like Ambiance", - description: "Creating tranquil environments with soothing aesthetics and luxurious touches.", - }, + title: "Spa-like Ambiance", description: "Creating tranquil environments with soothing aesthetics and luxurious touches."}, { - title: "Premium Fixtures", - description: "High-end sanitaryware and fittings from renowned European manufacturers.", - }, + title: "Premium Fixtures", description: "High-end sanitaryware and fittings from renowned European manufacturers."}, { - title: "Custom Vanities", - description: "Bespoke vanity units and storage solutions tailored to your design vision.", - }, + title: "Custom Vanities", description: "Bespoke vanity units and storage solutions tailored to your design vision."}, ]} imageSrc="http://img.b2bpic.net/free-photo/view-nordic-minimalism-japanese-wabi-sabi-interior-design-blend_23-2151160181.jpg" imageAlt="Luxury spa-like bathroom interior" @@ -97,68 +75,44 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Integrated Technology", - description: "Smart mirrors, temperature control, and automated lighting for a modern experience.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-wearing-white-robe-standing-near-hot-bubble-bath-with-glass-sparkling-wine-low_7502-10235.jpg", - imageAlt: "Smart bathroom mirror", - }, + title: "Integrated Technology", description: "Smart mirrors, temperature control, and automated lighting for a modern experience.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-wearing-white-robe-standing-near-hot-bubble-bath-with-glass-sparkling-wine-low_7502-10235.jpg", imageAlt: "Smart bathroom mirror"}, items: [ { icon: MessageCircle, - text: "Digital Showers", - }, + text: "Digital Showers"}, { icon: ClipboardCheck, - text: "Heated Floors", - }, + text: "Heated Floors"}, ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/view-beautifully-decorated-round-table-with-natural-fir-branch-candle-two-flutes-plates-against-classic-sofa-modern-apartment_132075-11394.jpg?_wi=5", - imageAlt: "smart bathroom technology mirror", + reverse: false }, { - title: "Walk-in Showers & Wet Rooms", - description: "Spacious, minimalist designs offering luxury and easy maintenance.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/bathtub_1203-3717.jpg", - imageAlt: "Modern wet room design", - }, + title: "Walk-in Showers & Wet Rooms", description: "Spacious, minimalist designs offering luxury and easy maintenance.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/bathtub_1203-3717.jpg", imageAlt: "Modern wet room design"}, items: [ { icon: DraftingCompass, - text: "Seamless Transitions", - }, + text: "Seamless Transitions"}, { icon: Palette, - text: "Designer Drains", - }, + text: "Designer Drains"}, ], - reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/realtor-clients-exploring-urban-property-financial-potential_482257-90954.jpg?_wi=3", - imageAlt: "smart bathroom technology mirror", + reverse: true }, { - title: "Statement Bathtubs", - description: "Freestanding or built-in tubs, chosen for their sculptural beauty and comfort.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/colorful-pastel-minimal-interior-design_23-2151883515.jpg", - imageAlt: "Freestanding bathtub", - }, + title: "Statement Bathtubs", description: "Freestanding or built-in tubs, chosen for their sculptural beauty and comfort.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/colorful-pastel-minimal-interior-design_23-2151883515.jpg", imageAlt: "Freestanding bathtub"}, items: [ { icon: Wrench, - text: "Ergonomic Shapes", - }, + text: "Ergonomic Shapes"}, { icon: Clock, - text: "Luxurious Finishes", - }, + text: "Luxurious Finishes"} ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283288.jpg?_wi=3", - imageAlt: "smart bathroom technology mirror", - }, + reverse: false + } ]} title="Bathroom Design Highlights" description="Explore the premium details and smart solutions in every Biotti bathroom, ensuring both elegance and functionality." @@ -172,19 +126,13 @@ export default function LandingPage() { socialLinks={[ { icon: Facebook, - href: "#", - ariaLabel: "Facebook", - }, + href: "#", ariaLabel: "Facebook"}, { icon: Instagram, - href: "#", - ariaLabel: "Instagram", - }, + href: "#", ariaLabel: "Instagram"}, { icon: Image, - href: "#", - ariaLabel: "Pinterest", - }, + href: "#", ariaLabel: "Pinterest"}, ]} />