diff --git a/src/app/page.tsx b/src/app/page.tsx index f9a70bf..662e612 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TextAbout from '@/components/sections/about/TextAbout'; +import { Sparkles, CheckCircle, Leaf, Settings } from 'lucide-react'; export default function LandingPage() { return ( @@ -32,112 +33,69 @@ export default function LandingPage() {
@@ -148,13 +106,9 @@ export default function LandingPage() { title="About Dora Hijyen: Excellence in Hygiene Solutions" buttons={[ { - text: "Our Mission", - href: "#", - }, + text: "Our Mission", href: "#"}, { - text: "Our Expertise", - href: "#features", - }, + text: "Our Expertise", href: "#features"}, ]} /> @@ -165,33 +119,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Advanced Cleaning Products", - description: "Utilizing cutting-edge formulations for superior cleaning power and efficacy against germs.", - imageSrc: "http://img.b2bpic.net/free-photo/eco-cleaning-products-concept_23-2148781902.jpg", - imageAlt: "Advanced cleaning products", - buttonIcon: "Sparkles", - buttonHref: "#products", + title: "Advanced Cleaning Products", description: "Utilizing cutting-edge formulations for superior cleaning power and efficacy against germs.", imageSrc: "http://img.b2bpic.net/free-photo/eco-cleaning-products-concept_23-2148781902.jpg", imageAlt: "Advanced cleaning products", buttonIcon: Sparkles, + buttonHref: "#products"}, + { + title: "Professional Disinfection Services", description: "Our expert team provides thorough disinfection services, creating safe and sterile environments.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-wearing-mask_23-2148692815.jpg", imageAlt: "Professional disinfection team", buttonIcon: CheckCircle, }, { - title: "Professional Disinfection Services", - description: "Our expert team provides thorough disinfection services, creating safe and sterile environments.", - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-wearing-mask_23-2148692815.jpg", - imageAlt: "Professional disinfection team", - buttonIcon: "CheckCircle", + title: "Eco-Friendly Solutions", description: "Committed to sustainability, we offer a range of environmentally friendly products and methods.", imageSrc: "http://img.b2bpic.net/free-photo/composition-zero-waste-products-green-background-with-copy-space_23-2148491173.jpg", imageAlt: "Eco-friendly cleaning products", buttonIcon: Leaf, }, { - title: "Eco-Friendly Solutions", - description: "Committed to sustainability, we offer a range of environmentally friendly products and methods.", - imageSrc: "http://img.b2bpic.net/free-photo/composition-zero-waste-products-green-background-with-copy-space_23-2148491173.jpg", - imageAlt: "Eco-friendly cleaning products", - buttonIcon: "Leaf", - }, - { - title: "Customized Hygiene Plans", - description: "Tailored hygiene strategies designed to meet the specific requirements of your business or home.", - imageSrc: "http://img.b2bpic.net/free-photo/salesman-hypermarket-wearing-medical-mask-demonstrates-his-clients-new-washing-machine_93675-133542.jpg", - imageAlt: "Customized hygiene plan discussion", - buttonIcon: "Settings", + title: "Customized Hygiene Plans", description: "Tailored hygiene strategies designed to meet the specific requirements of your business or home.", imageSrc: "http://img.b2bpic.net/free-photo/salesman-hypermarket-wearing-medical-mask-demonstrates-his-clients-new-washing-machine_93675-133542.jpg", imageAlt: "Customized hygiene plan discussion", buttonIcon: Settings, }, ]} title="Our Comprehensive Hygiene Solutions" @@ -207,47 +144,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", - name: "All-Purpose Cleaner", - price: "€12.99", - imageSrc: "http://img.b2bpic.net/free-photo/crop-man-gloves-with-sprayer_23-2147767006.jpg", - imageAlt: "All-Purpose Cleaner", - }, + id: "1", name: "All-Purpose Cleaner", price: "€12.99", imageSrc: "http://img.b2bpic.net/free-photo/crop-man-gloves-with-sprayer_23-2147767006.jpg", imageAlt: "All-Purpose Cleaner"}, { - id: "2", - name: "Hand Sanitizer Gel", - price: "€8.50", - imageSrc: "http://img.b2bpic.net/free-photo/man-hand-container-with-alcohol-gel-light-blue_58702-1105.jpg", - imageAlt: "Hand Sanitizer Gel", - }, + id: "2", name: "Hand Sanitizer Gel", price: "€8.50", imageSrc: "http://img.b2bpic.net/free-photo/man-hand-container-with-alcohol-gel-light-blue_58702-1105.jpg", imageAlt: "Hand Sanitizer Gel"}, { - id: "3", - name: "Surface Disinfectant Spray", - price: "€14.99", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-with-surgical-glove-disinfecting-tablet-desk_23-2148561116.jpg", - imageAlt: "Surface Disinfectant Spray", - }, + id: "3", name: "Surface Disinfectant Spray", price: "€14.99", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-with-surgical-glove-disinfecting-tablet-desk_23-2148561116.jpg", imageAlt: "Surface Disinfectant Spray"}, { - id: "4", - name: "Premium Air Freshener", - price: "€9.25", - imageSrc: "http://img.b2bpic.net/free-photo/aroma-still-life-with-modern-aroma-oil-diffuser-wooden-surface-with-knitted-element-cozy-details-decorative-word-home_169016-10339.jpg", - imageAlt: "Premium Air Freshener", - }, + id: "4", name: "Premium Air Freshener", price: "€9.25", imageSrc: "http://img.b2bpic.net/free-photo/aroma-still-life-with-modern-aroma-oil-diffuser-wooden-surface-with-knitted-element-cozy-details-decorative-word-home_169016-10339.jpg", imageAlt: "Premium Air Freshener"}, { - id: "5", - name: "Microfiber Cleaning Cloths (5-pack)", - price: "€7.00", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cleaning-his-house_23-2148111999.jpg", - imageAlt: "Microfiber Cleaning Cloths", - }, + id: "5", name: "Microfiber Cleaning Cloths (5-pack)", price: "€7.00", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cleaning-his-house_23-2148111999.jpg", imageAlt: "Microfiber Cleaning Cloths"}, { - id: "6", - name: "Concentrated Floor Cleaner", - price: "€18.00", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552301.jpg", - imageAlt: "Concentrated Floor Cleaner", - }, + id: "6", name: "Concentrated Floor Cleaner", price: "€18.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552301.jpg", imageAlt: "Concentrated Floor Cleaner"}, ]} title="Discover Our Range of Hygiene Products" description="High-quality, effective, and safe products designed to maintain a pristine and healthy environment in any setting." @@ -259,14 +166,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "CleanCo", - "FreshSpaces", - "PureLife", - "EnviroCare", - "BrightSolutions", - "Spotless", - "HygienePro", - ]} + "CleanCo", "FreshSpaces", "PureLife", "EnviroCare", "BrightSolutions", "Spotless", "HygienePro"]} title="Trusted by Leading Businesses" description="Partnerships built on reliability, quality, and mutual success. We are proud to serve a diverse range of clients who rely on our consistent hygiene solutions." speed={40} @@ -280,45 +180,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "John Doe", - handle: "@johnd_clean", - testimonial: "Dora Hijyen transformed our office into a truly pristine environment. Their products are unmatched, and their service is consistently reliable. Highly recommended!", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg", - imageAlt: "John Doe", - }, + id: "1", name: "John Doe", handle: "@johnd_clean", testimonial: "Dora Hijyen transformed our office into a truly pristine environment. Their products are unmatched, and their service is consistently reliable. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg", imageAlt: "John Doe"}, { - id: "2", - name: "Jane Smith", - handle: "@janes_hygiene", - testimonial: "Reliable service and amazing products. Dora Hijyen's team is professional and always goes the extra mile. Our facilities have never been cleaner!", - imageSrc: "http://img.b2bpic.net/free-photo/handshake-businessman_23-2147704548.jpg", - imageAlt: "Jane Smith", - }, + id: "2", name: "Jane Smith", handle: "@janes_hygiene", testimonial: "Reliable service and amazing products. Dora Hijyen's team is professional and always goes the extra mile. Our facilities have never been cleaner!", imageSrc: "http://img.b2bpic.net/free-photo/handshake-businessman_23-2147704548.jpg", imageAlt: "Jane Smith"}, { - id: "3", - name: "Ali Yilmaz", - handle: "@aliy_solutions", - testimonial: "I highly recommend Dora Hijyen for any business looking for top-tier hygiene solutions. Their customized plans perfectly fit our needs.", - imageSrc: "http://img.b2bpic.net/free-photo/two-people-giving-fist-bump_53876-25109.jpg", - imageAlt: "Ali Yilmaz", - }, + id: "3", name: "Ali Yilmaz", handle: "@aliy_solutions", testimonial: "I highly recommend Dora Hijyen for any business looking for top-tier hygiene solutions. Their customized plans perfectly fit our needs.", imageSrc: "http://img.b2bpic.net/free-photo/two-people-giving-fist-bump_53876-25109.jpg", imageAlt: "Ali Yilmaz"}, { - id: "4", - name: "Sarah Lee", - handle: "@sarah_eco", - testimonial: "Their eco-friendly range is fantastic! We're committed to sustainability, and Dora Hijyen helps us maintain a clean space responsibly.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-cheerful-africanamerican-girl-showing-thumbsup-support-like-agree-with-y_1258-138554.jpg", - imageAlt: "Sarah Lee", - }, + id: "4", name: "Sarah Lee", handle: "@sarah_eco", testimonial: "Their eco-friendly range is fantastic! We're committed to sustainability, and Dora Hijyen helps us maintain a clean space responsibly.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-cheerful-africanamerican-girl-showing-thumbsup-support-like-agree-with-y_1258-138554.jpg", imageAlt: "Sarah Lee"}, { - id: "5", - name: "David Green", - handle: "@davidg_spotless", - testimonial: "Exceptional quality and support from Dora Hijyen. They truly understand the importance of a clean environment and deliver every time.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-women-show_23-2149943749.jpg", - imageAlt: "David Green", - }, + id: "5", name: "David Green", handle: "@davidg_spotless", testimonial: "Exceptional quality and support from Dora Hijyen. They truly understand the importance of a clean environment and deliver every time.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-women-show_23-2149943749.jpg", imageAlt: "David Green"}, ]} title="What Our Clients Say" description="Hear from satisfied customers who trust Dora Hijyen for their hygiene needs and experience our commitment to excellence first-hand." @@ -330,25 +200,13 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "What makes Dora Hijyen products unique?", - content: "Our products are formulated with advanced, high-quality ingredients designed for maximum efficacy while being safe for various surfaces and users. We focus on innovation and environmental responsibility.", - }, + id: "1", title: "What makes Dora Hijyen products unique?", content: "Our products are formulated with advanced, high-quality ingredients designed for maximum efficacy while being safe for various surfaces and users. We focus on innovation and environmental responsibility."}, { - id: "2", - title: "Do you offer customized hygiene plans?", - content: "Yes, we specialize in creating tailored hygiene solutions for businesses and homes. Contact us to discuss your specific needs, and our experts will design a plan just for you.", - }, + id: "2", title: "Do you offer customized hygiene plans?", content: "Yes, we specialize in creating tailored hygiene solutions for businesses and homes. Contact us to discuss your specific needs, and our experts will design a plan just for you."}, { - id: "3", - title: "Are your products eco-friendly?", - content: "Dora Hijyen is committed to sustainability. Many of our products are eco-friendly, biodegradable, and packaged with recyclable materials. Look for our 'Eco-Choice' label for green options.", - }, + id: "3", title: "Are your products eco-friendly?", content: "Dora Hijyen is committed to sustainability. Many of our products are eco-friendly, biodegradable, and packaged with recyclable materials. Look for our 'Eco-Choice' label for green options."}, { - id: "4", - title: "What areas do you serve?", - content: "We provide services and deliver products nationwide. Please contact our sales team to confirm availability in your specific region and for any special delivery arrangements.", - }, + id: "4", title: "What areas do you serve?", content: "We provide services and deliver products nationwide. Please contact our sales team to confirm availability in your specific region and for any special delivery arrangements."}, ]} sideTitle="Frequently Asked Questions" sideDescription="Find quick answers to common questions about Dora Hijyen products, services, and commitment to hygiene excellence." @@ -361,8 +219,7 @@ export default function LandingPage() {