Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6581f600d9 | |||
| 35bdb9f0f8 | |||
| 8e4518c444 | |||
| 7a5cb540e0 | |||
| d3c65a1ad8 | |||
| d99a118c96 | |||
| 5a0bd9d9e8 | |||
| 288ab8a36c |
@@ -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"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"}
|
||||
]}
|
||||
/>
|
||||
</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"},
|
||||
]}
|
||||
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"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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: "#"}
|
||||
]}
|
||||
/>
|
||||
</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."
|
||||
faqsAnimation="slide-up"
|
||||
textPosition="left"
|
||||
buttons={[
|
||||
{
|
||||
text: "Still Have Questions? Contact Us", href: "#contact"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user