9 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
1298b73138 Update theme colors 2026-06-09 08:36:55 +00:00
288ab8a36c Merge version_1 into main
Merge version_1 into main
2026-06-09 08:34:45 +00:00
2 changed files with 38 additions and 16 deletions

View File

@@ -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."

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f4ef;
--card: #dad6cd;
--foreground: #2a2928;
--primary-cta: #2a2928;
--primary-cta-text: #f5f4ef;
--secondary-cta: #ecebea;
--secondary-cta-text: #2a2928;
--accent: #ffffff;
--background-accent: #c6b180;
--background: #f7f6f7;
--card: #ffffff;
--foreground: #0c1325;
--primary-cta: #0798ff;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #0c1325;
--accent: #93c7ff;
--background-accent: #a8cde8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);