From 35bdb9f0f8641ae88b011d20ab130e7e472c1fdb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 08:41:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 36 +++++++++++++++++++++++++++++------- 1 file changed, 29 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 662e612..5697a54 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { logoAlt="DORA HİJYEN Logo" brandName="DORA HİJYEN" button={{ - text: "Get a Quote", href: "#contact"}} + text: "Shop Now", href: "#products"}} /> @@ -64,6 +64,8 @@ export default function LandingPage() { title="Dora Hijyen: Your Partner for a Cleaner, Healthier Future" description="Providing comprehensive hygiene solutions for businesses and homes with advanced products and dedicated service. We ensure a spotless environment with our expert team and high-quality supplies." buttons={[ + { + text: "Shop Now", href: "#products"}, { text: "Explore Products", href: "#products"}, { @@ -106,9 +108,9 @@ export default function LandingPage() { title="About Dora Hijyen: Excellence in Hygiene Solutions" buttons={[ { - text: "Our Mission", href: "#"}, + text: "Discover Our Offerings", href: "#products"}, { - text: "Our Expertise", href: "#features"}, + text: "Our Mission", href: "#"}, ]} /> @@ -133,6 +135,10 @@ export default function LandingPage() { ]} title="Our Comprehensive Hygiene Solutions" description="From advanced cleaning agents to eco-friendly practices, Dora Hijyen offers tailored solutions for every need, ensuring complete sanitation and peace of mind." + buttons={[ + { + text: "View All Products", href: "#products"} + ]} /> @@ -156,8 +162,12 @@ export default function LandingPage() { { 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." + title="Explore Our Premium Hygiene Collection" + description="Experience a seamless and secure shopping journey for high-quality, effective, and safe products that guarantee a pristine and healthy environment." + buttons={[ + { + text: "Shop All Products Now", href: "#products"} + ]} /> @@ -170,6 +180,10 @@ export default function LandingPage() { 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} + buttons={[ + { + text: "Join Our Partner Network", href: "#contact"} + ]} /> @@ -192,6 +206,10 @@ export default function LandingPage() { ]} 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." + buttons={[ + { + text: "Read More Success Stories", href: "#"} + ]} /> @@ -212,6 +230,10 @@ export default function LandingPage() { sideDescription="Find quick answers to common questions about Dora Hijyen products, services, and commitment to hygiene excellence." faqsAnimation="slide-up" textPosition="left" + buttons={[ + { + text: "Still Have Questions? Contact Us", href: "#contact"} + ]} /> @@ -221,8 +243,8 @@ export default function LandingPage() { background={{ variant: "plain"}} tag="Get in Touch" - title="Connect with Dora Hijyen" - description="We're here to answer your questions, provide expert advice, and help you find the perfect hygiene solutions for your needs. Reach out today!" + title="Experience Premium Support" + description="Our dedicated team is ready to assist you. Connect with us for expert advice, tailored solutions, and a truly frictionless support experience." inputPlaceholder="Enter your email" buttonText="Submit" termsText="By submitting, you agree to our privacy policy and terms of service." -- 2.49.1