From a6cc325f3c4ceb1d3da63eff115df5c455c1ac70 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 21:52:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 480befa..a05a29a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,6 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-composition-spa-bath-concept_23-2148094093.jpg", imageAlt: "Bathroom with colorful accent furniture" }, { imageSrc: "http://img.b2bpic.net/free-photo/basin-black-faucet-green-bathroom-with-lighting-cozy-spa-nook_169016-69326.jpg", imageAlt: "Luxury bathroom with spacious vanity and marble" } ]} - useInvertedBackground={false} />
@@ -76,9 +75,15 @@ export default function LandingPage() { title="Key Features of Our Bathroom Furniture" description="Experience unparalleled quality and thoughtful design in every piece we create, enhancing both aesthetics and usability." features={[ - { title: "Water-Resistant Materials", description: "Built with specially treated wood and premium laminates to withstand humidity and moisture, ensuring longevity." }, - { title: "Smart Storage Solutions", description: "Integrated organizers, soft-close drawers, and spacious compartments keep your bathroom tidy and functional." }, - { title: "Modern & Ergonomic Design", description: "Sleek lines, contemporary finishes, and thoughtful ergonomics for comfort and a sophisticated look." } + { + title: "Water-Resistant Materials", description: "Built with specially treated wood and premium laminates to withstand humidity and moisture, ensuring longevity.", videoSrc: "https://example.com/placeholder-video.mp4", videoAriaLabel: "Video demonstrating water resistance" + }, + { + title: "Smart Storage Solutions", description: "Integrated organizers, soft-close drawers, and spacious compartments keep your bathroom tidy and functional.", videoSrc: "https://example.com/placeholder-video.mp4", videoAriaLabel: "Video demonstrating smart storage solutions" + }, + { + title: "Modern & Ergonomic Design", description: "Sleek lines, contemporary finishes, and thoughtful ergonomics for comfort and a sophisticated look.", videoSrc: "https://example.com/placeholder-video.mp4", videoAriaLabel: "Video demonstrating modern and ergonomic design" + } ]} textboxLayout="default" useInvertedBackground={false} @@ -141,7 +146,7 @@ export default function LandingPage() { faqs={[ { id: "q-1", title: "What materials do you use for your bathroom furniture?", content: "We primarily use high-grade MDF, solid wood, and marine-grade plywood, all treated for moisture resistance. Countertops are available in quartz, marble, or durable ceramics." }, { id: "q-2", title: "Do you offer custom design services?", content: "Yes, we provide bespoke design services to create furniture that perfectly fits your space and aesthetic preferences. Contact us to discuss your custom project." }, - { id: "q-3", title: "What is your delivery and installation process?", content: "We offer professional delivery and installation services. Our team ensures careful transport and precise installation, typically within 2-4 weeks of your order confirmation." } + { id: "q-3", title: "What is your delivery and installation process? ", content: "We offer professional delivery and installation services. Our team ensures careful transport and precise installation, typically within 2-4 weeks of your order confirmation." } ]} faqsAnimation="slide-up" textboxLayout="default" @@ -172,7 +177,6 @@ export default function LandingPage() { { title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Request a Quote", href: "mailto:info@loksmobilya.com" }] } ]} copyrightText="© 2024 LOKS MOBILYA. All rights reserved." - useInvertedBackground={false} />