8 Commits

Author SHA1 Message Date
6581f600d9 Merge version_5 into main
Merge version_5 into main
2026-06-09 08:41:31 +00:00
35bdb9f0f8 Update src/app/page.tsx 2026-06-09 08:41:28 +00:00
8e4518c444 Merge version_4 into main
Merge version_4 into main
2026-06-09 08:37:38 +00:00
7a5cb540e0 Update theme colors 2026-06-09 08:37:32 +00:00
d3c65a1ad8 Merge version_3 into main
Merge version_3 into main
2026-06-09 08:37:26 +00:00
d99a118c96 Update theme colors 2026-06-09 08:37:22 +00:00
5a0bd9d9e8 Merge version_2 into main
Merge version_2 into main
2026-06-09 08:36:58 +00:00
288ab8a36c Merge version_1 into main
Merge version_1 into main
2026-06-09 08:34:45 +00:00

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
logoAlt="DORA HİJYEN Logo" logoAlt="DORA HİJYEN Logo"
brandName="DORA HİJYEN" brandName="DORA HİJYEN"
button={{ button={{
text: "Get a Quote", href: "#contact"}} text: "Shop Now", href: "#products"}}
/> />
</div> </div>
@@ -64,6 +64,8 @@ export default function LandingPage() {
title="Dora Hijyen: Your Partner for a Cleaner, Healthier Future" 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." 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={[ buttons={[
{
text: "Shop Now", href: "#products"},
{ {
text: "Explore Products", href: "#products"}, text: "Explore Products", href: "#products"},
{ {
@@ -106,9 +108,9 @@ export default function LandingPage() {
title="About Dora Hijyen: Excellence in Hygiene Solutions" title="About Dora Hijyen: Excellence in Hygiene Solutions"
buttons={[ buttons={[
{ {
text: "Our Mission", href: "#"}, text: "Discover Our Offerings", href: "#products"},
{ {
text: "Our Expertise", href: "#features"}, text: "Our Mission", href: "#"},
]} ]}
/> />
</div> </div>
@@ -133,6 +135,10 @@ export default function LandingPage() {
]} ]}
title="Our Comprehensive Hygiene Solutions" 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." 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"}
]}
/> />
</div> </div>
@@ -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"}, 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" title="Explore Our Premium Hygiene Collection"
description="High-quality, effective, and safe products designed to maintain a pristine and healthy environment in any setting." 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"}
]}
/> />
</div> </div>
@@ -170,6 +180,10 @@ export default function LandingPage() {
title="Trusted by Leading Businesses" 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." 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} speed={40}
buttons={[
{
text: "Join Our Partner Network", href: "#contact"}
]}
/> />
</div> </div>
@@ -192,6 +206,10 @@ export default function LandingPage() {
]} ]}
title="What Our Clients Say" 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." 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: "#"}
]}
/> />
</div> </div>
@@ -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." sideDescription="Find quick answers to common questions about Dora Hijyen products, services, and commitment to hygiene excellence."
faqsAnimation="slide-up" faqsAnimation="slide-up"
textPosition="left" textPosition="left"
buttons={[
{
text: "Still Have Questions? Contact Us", href: "#contact"}
]}
/> />
</div> </div>
@@ -221,8 +243,8 @@ export default function LandingPage() {
background={{ background={{
variant: "plain"}} variant: "plain"}}
tag="Get in Touch" tag="Get in Touch"
title="Connect with Dora Hijyen" title="Experience Premium Support"
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!" 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" inputPlaceholder="Enter your email"
buttonText="Submit" buttonText="Submit"
termsText="By submitting, you agree to our privacy policy and terms of service." termsText="By submitting, you agree to our privacy policy and terms of service."