31 Commits

Author SHA1 Message Date
6ed09c83ea Switch to version 4: modified src/app/privacy/page.tsx 2026-05-10 13:35:08 +00:00
fdafe794f3 Switch to version 4: modified src/app/page.tsx 2026-05-10 13:35:07 +00:00
7be09360e9 Switch to version 4: added src/app/about/page.tsx 2026-05-10 13:35:07 +00:00
6c21147075 Switch to version 2: modified src/app/privacy/page.tsx 2026-05-10 13:35:04 +00:00
419f99fa66 Switch to version 2: modified src/app/page.tsx 2026-05-10 13:35:04 +00:00
316a2dd5b8 Switch to version 3: remove src/app/about/page.tsx 2026-05-10 13:35:01 +00:00
1cdb284f26 Switch to version 3: modified src/app/privacy/page.tsx 2026-05-10 13:35:01 +00:00
0864d5db99 Switch to version 3: modified src/app/page.tsx 2026-05-10 13:35:01 +00:00
3b742a931c Merge version_4 into main
Merge version_4 into main
2026-05-10 01:49:03 +00:00
0bea132185 Update src/app/page.tsx 2026-05-10 01:49:00 +00:00
4db69b1fbf Merge version_4 into main
Merge version_4 into main
2026-05-10 01:40:12 +00:00
7706f0d94a Update src/app/page.tsx 2026-05-10 01:40:09 +00:00
d3957eebef Update src/app/about/page.tsx 2026-05-10 01:40:08 +00:00
b93bd04dc2 Merge version_4 into main
Merge version_4 into main
2026-05-10 01:39:43 +00:00
7ecd5e6dbf Update src/app/privacy/page.tsx 2026-05-10 01:39:39 +00:00
423740ebbb Update src/app/page.tsx 2026-05-10 01:39:39 +00:00
d4a99d123c Add src/app/about/page.tsx 2026-05-10 01:39:38 +00:00
405f70d06b Merge version_3 into main
Merge version_3 into main
2026-05-10 01:34:55 +00:00
32d717b8d8 Update src/app/privacy/page.tsx 2026-05-10 01:34:48 +00:00
5ea8e7d6e3 Merge version_3 into main
Merge version_3 into main
2026-05-10 01:34:22 +00:00
8aadba5ae5 Add src/app/privacy/page.tsx 2026-05-10 01:34:19 +00:00
bcc84098ae Update src/app/page.tsx 2026-05-10 01:34:18 +00:00
f6fa9e4d1e Switch to version 1: remove src/app/privacy/page.tsx 2026-05-10 01:31:45 +00:00
269638cc09 Switch to version 1: modified src/app/page.tsx 2026-05-10 01:31:44 +00:00
9cdcefb1a2 Merge version_2 into main
Merge version_2 into main
2026-05-10 01:29:16 +00:00
7231b4f54d Merge version_2 into main
Merge version_2 into main
2026-05-10 01:28:49 +00:00
6272cfaa24 Merge version_2 into main
Merge version_2 into main
2026-05-10 01:28:22 +00:00
2686d41c9a Merge version_2 into main
Merge version_2 into main
2026-05-10 01:27:57 +00:00
bdd89b47a3 Merge version_2 into main
Merge version_2 into main
2026-05-10 01:27:29 +00:00
63b25fde63 Merge version_2 into main
Merge version_2 into main
2026-05-10 01:20:41 +00:00
8616c5d8b0 Merge version_2 into main
Merge version_2 into main
2026-05-10 01:18:13 +00:00
3 changed files with 82 additions and 127 deletions

44
src/app/about/page.tsx Normal file
View File

@@ -0,0 +1,44 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import MediaAbout from "@/components/sections/about/MediaAbout";
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
export default function AboutPage() {
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="small"
sizing="largeSmallSizeMediumTitles"
background="blurBottom"
cardStyle="glass-depth"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Features", id: "/features" },
{ name: "Services", id: "/services" },
{ name: "Pricing", id: "/pricing" },
{ name: "Contact", id: "/contact" },
{ name: "Privacy", id: "/privacy" },
]}
brandName="TemizEv"
/>
</div>
<MediaAbout
title="About TemizEv"
description="Since 2021, we have been dedicated to providing top-tier apartment cleaning services across Turkey. With 3 years of hands-on experience, our professional team ensures that every corner of your home sparkles. We believe in reliability, attention to detail, and eco-friendly practices to create a healthier living space for you and your family."
tag="Our Story"
imageSrc="http://img.b2bpic.net/free-photo/service-person-cleaning-kitchen-appliances_259150-59446.jpg?_wi=2"
useInvertedBackground={false}
/>
</ThemeProvider>
);
}

View File

@@ -32,11 +32,12 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "/about" },
{ name: "Features", id: "features" },
{ name: "Services", id: "services" },
{ name: "Pricing", id: "pricing" },
{ name: "Contact", id: "contact" },
{ name: "Privacy Policy", id: "/privacy" }
{ name: "Privacy", id: "/privacy" },
]}
brandName="TemizEv"
/>
@@ -49,7 +50,7 @@ export default function LandingPage() {
description="Experience professional, reliable apartment cleaning services tailored for your home in Turkey. Trusted by hundreds."
mediaItems={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DVd2bSqZ1s8K4Mf2y0fPlDjkRF/uploaded-1778375541390-ojme2eff.jpg", imageAlt: "Clean living room" },
{ imageSrc: "http://img.b2bpic.net/free-photo/service-person-cleaning-kitchen-appliances_259150-59446.jpg", imageAlt: "Sparkling kitchen" },
{ imageSrc: "http://img.b2bpic.net/free-photo/service-person-cleaning-kitchen-appliances_259150-59446.jpg?_wi=1", imageAlt: "Sparkling kitchen" },
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-messy-bedroom-with-clothing_23-2149363778.jpg", imageAlt: "Tidy bedroom" }
]}
mediaAnimation="slide-up"
@@ -57,116 +58,35 @@ export default function LandingPage() {
</div>
<div id="metrics" data-section="metrics">
<MetricCardEleven
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={true}
metrics={[
{ id: "m1", value: "1,200+", title: "Apartments Cleaned", description: "Successfully serviced properties", imageSrc: "http://img.b2bpic.net/free-photo/dripping-paint-letter-y_23-2148185126.jpg" },
{ id: "m2", value: "3 Years", title: "Experience", description: "Reliable service since 2021", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-apron-yellow-glove-looking-camera_23-2148222275.jpg" },
{ id: "m3", value: "98%", title: "Satisfaction", description: "Highly satisfied clients", imageSrc: "http://img.b2bpic.net/free-photo/top-view-calendar-with-world-day-peace_23-2148630441.jpg" }
]}
title="Our Impact"
description="Evidence of our commitment to excellence."
/>
<MetricCardEleven animationType="slide-up" textboxLayout="split" useInvertedBackground={true} metrics={[{ id: "m1", value: "1,200+", title: "Apartments Cleaned", description: "Successfully serviced properties", imageSrc: "http://img.b2bpic.net/free-photo/dripping-paint-letter-y_23-2148185126.jpg" }, { id: "m2", value: "3 Years", title: "Experience", description: "Reliable service since 2021", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-apron-yellow-glove-looking-camera_23-2148222275.jpg" }, { id: "m3", value: "98%", title: "Satisfaction", description: "Highly satisfied clients", imageSrc: "http://img.b2bpic.net/free-photo/top-view-calendar-with-world-day-peace_23-2148630441.jpg" }]} title="Our Impact" description="Evidence of our commitment to excellence." />
</div>
<div id="features" data-section="features">
<FeatureCardSix
textboxLayout="default"
useInvertedBackground={false}
features={[
{ title: "Eco-Friendly", description: "Safe for you and your pets.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DVd2bSqZ1s8K4Mf2y0fPlDjkRF/uploaded-1778373132989-k6sp1m17.webp", imageAlt: "Cleaning supplies" },
{ title: "Expert Team", description: "Professionally trained and vetted.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-cleaning_23-2148480344.jpg", imageAlt: "Cleaner" },
{ title: "On-Time Service", description: "Punctuality is our priority.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-writing-notebook_23-2148708832.jpg", imageAlt: "Scheduling" }
]}
title="Why Choose TemizEv?"
description="We bring a higher standard of care to every apartment we clean."
/>
<FeatureCardSix textboxLayout="default" useInvertedBackground={false} features={[{ title: "Eco-Friendly", description: "Safe for you and your pets.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DVd2bSqZ1s8K4Mf2y0fPlDjkRF/uploaded-1778373132989-k6sp1m17.webp" }, { title: "Expert Team", description: "Professionally trained and vetted.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-cleaning_23-2148480344.jpg" }, { title: "On-Time Service", description: "Punctuality is our priority.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-writing-notebook_23-2148708832.jpg" }]} title="Why Choose TemizEv?" description="We bring a higher standard of care to every apartment we clean." />
</div>
<div id="services" data-section="services">
<ProductCardThree
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
products={[
{ id: "s1", name: "Studio Cleanup", price: "700 TRY", imageSrc: "http://img.b2bpic.net/free-photo/homely-cozy-spring-interior-living-room_169016-3567.jpg" },
{ id: "s2", name: "Standard Flat", price: "1000 TRY", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DVd2bSqZ1s8K4Mf2y0fPlDjkRF/uploaded-1778372392032-v39nvc3u.png" },
{ id: "s3", name: "Deep Cleaning", price: "1700 TRY", imageSrc: "http://img.b2bpic.net/free-photo/girl-making-bed-morning-daily-routine-girl-making-bed-after-sleeping_169016-67941.jpg" }
]}
title="Our Services"
description="Choose the perfect plan for your lifestyle."
/>
<ProductCardThree animationType="slide-up" textboxLayout="default" gridVariant="uniform-all-items-equal" useInvertedBackground={true} products={[{ id: "s1", name: "Studio Cleanup", price: "700 TRY", imageSrc: "http://img.b2bpic.net/free-photo/homely-cozy-spring-interior-living-room_169016-3567.jpg" }, { id: "s2", name: "Standard Flat", price: "1000 TRY", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DVd2bSqZ1s8K4Mf2y0fPlDjkRF/uploaded-1778372392032-v39nvc3u.png" }, { id: "s3", name: "Deep Cleaning", price: "1700 TRY", imageSrc: "http://img.b2bpic.net/free-photo/girl-making-bed-morning-daily-routine-girl-making-bed-after-sleeping_169016-67941.jpg" }]} title="Our Services" description="Choose the perfect plan for your lifestyle." />
</div>
<div id="pricing" data-section="pricing">
<PricingCardEight
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
plans={[
{ id: "p1", badge: "Economy", price: "700 TRY", subtitle: "Basic maintenance", buttons: [{ text: "Book Now" }], features: ["Dusting", "Vacuuming", "Floor mopping"] },
{ id: "p2", badge: "Popular", price: "1000 TRY", subtitle: "Total apartment care", buttons: [{ text: "Book Now" }], features: ["Full kitchen", "Bathrooms", "Living areas", "Windows"] },
{ id: "p3", badge: "Premium", price: "1700 TRY", subtitle: "Deep clean detail", buttons: [{ text: "Book Now" }], features: ["Walls", "Inside cabinets", "Deep steam clean", "Oven"] }
]}
title="Transparent Pricing"
description="Simple packages for every budget."
/>
<PricingCardEight animationType="slide-up" textboxLayout="default" useInvertedBackground={false} plans={[{ id: "p1", badge: "Economy", price: "700 TRY", subtitle: "Basic maintenance", buttons: [{ text: "Book Now" }], features: ["Dusting", "Vacuuming", "Floor mopping"] }, { id: "p2", badge: "Popular", price: "1000 TRY", subtitle: "Total apartment care", buttons: [{ text: "Book Now" }], features: ["Full kitchen", "Bathrooms", "Living areas"] }]} title="Transparent Pricing" description="Simple packages for every budget." />
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve
useInvertedBackground={true}
testimonials={[
{ id: "t1", name: "Ayşe Y.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DVd2bSqZ1s8K4Mf2y0fPlDjkRF/uploaded-1778373878812-fm3qgcre.jpg" },
{ id: "t2", name: "Mehmet K.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DVd2bSqZ1s8K4Mf2y0fPlDjkRF/uploaded-1778373883388-vl02bnhn.jpg" }
]}
cardTitle="Client Voices"
cardTag="Trusted Service"
cardAnimation="slide-up"
/>
<TestimonialCardTwelve useInvertedBackground={true} testimonials={[{ id: "t1", name: "Ayşe Y.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DVd2bSqZ1s8K4Mf2y0fPlDjkRF/uploaded-1778373878812-fm3qgcre.jpg" }, { id: "t2", name: "Mehmet K.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DVd2bSqZ1s8K4Mf2y0fPlDjkRF/uploaded-1778373883388-vl02bnhn.jpg" }]} cardTitle="Client Voices" cardTag="Trusted Service" cardAnimation="slide-up" />
</div>
<div id="faq" data-section="faq">
<FaqDouble
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{ id: "q1", title: "Do you bring your own tools?", content: "Yes, we bring all professional supplies." },
{ id: "q2", title: "Is the staff vetted?", content: "Every staff member goes through a rigorous check." }
]}
title="Common Questions"
description="Find quick answers to your cleaning needs."
faqsAnimation="slide-up"
/>
<FaqDouble textboxLayout="default" useInvertedBackground={false} faqs={[{ id: "q1", title: "Do you bring your own tools?", content: "Yes, we bring all professional supplies." }, { id: "q2", title: "Is the staff vetted?", content: "Every staff member goes through a rigorous check." }]} title="Common Questions" description="Find quick answers to your cleaning needs." faqsAnimation="slide-up" />
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={true}
title="Request a Quote"
description="Tell us your needs and get a free estimate."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name" },
{ name: "email", type: "email", placeholder: "Email Address" }
]}
imageSrc="http://img.b2bpic.net/free-photo/gardening-gloves-tools-rope-peat-pots-hanging-rope-with-clothespin-against-wooden-wall_23-2148181208.jpg"
mediaPosition="right"
/>
<ContactSplitForm useInvertedBackground={true} title="Request a Quote" description="Tell us your needs and get a free estimate." inputs={[{ name: "name", type: "text", placeholder: "Your Name" }, { name: "email", type: "email", placeholder: "Email Address" }]} textarea={{ name: "message", placeholder: "Apartment details..." }} imageSrc="http://img.b2bpic.net/free-photo/gardening-gloves-tools-rope-peat-pots-hanging-rope-with-clothespin-against-wooden-wall_23-2148181208.jpg" mediaPosition="right" />
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/bushes-lavender-courtyard_627829-14110.jpg"
logoText="TemizEv"
columns={[
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "/privacy" }, { label: "Terms", href: "#" }] }
]}
copyrightText="© 2024 TemizEv Cleaning Services"
/>
<FooterMedia imageSrc="http://img.b2bpic.net/free-photo/bushes-lavender-courtyard_627829-14110.jpg" logoText="TemizEv" columns={[{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Careers", href: "#" }] }, { title: "Legal", items: [{ label: "Privacy Policy", href: "/privacy" }, { label: "Terms", href: "#" }] }]} copyrightText="© 2023 TemizEv Cleaning Services" />
</div>
</ReactLenis>
</ThemeProvider>

View File

@@ -1,9 +1,8 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import LegalSection from '@/components/legal/LegalSection';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import LegalSection from "@/components/legal/LegalSection";
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
export default function PrivacyPolicyPage() {
return (
@@ -23,43 +22,35 @@ export default function PrivacyPolicyPage() {
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "/" },
{ name: "Features", id: "/#features" },
{ name: "Services", id: "/#services" },
{ name: "Pricing", id: "/#pricing" },
{ name: "Contact", id: "/#contact" },
{ name: "Privacy Policy", id: "/privacy" }
{ name: "About", id: "/about" },
{ name: "Privacy", id: "/privacy" },
]}
brandName="TemizEv"
/>
</div>
<div className="pt-32 pb-20">
<LegalSection
layout="page"
title="Privacy Policy"
subtitle="Last updated: May 2024"
sections={[
{
heading: "Information We Collect", content: { type: "paragraph", text: "We collect information you provide directly to us when you contact us or book our services, including name, email, and phone number." }
},
{
heading: "How We Use Your Information", content: { type: "list", items: ["To provide and maintain our cleaning services", "To notify you about changes to our services", "To respond to your inquiries and support requests"] }
},
{
heading: "Data Protection", content: { type: "paragraph", text: "We implement appropriate security measures to protect your personal information from unauthorized access, alteration, or destruction." }
}
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
logoText="TemizEv"
videoSrc="https://videos.pexels.com/video-files/3196306/3196306-sd_506_960_25fps.mp4"
columns={[
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "/privacy" }, { label: "Terms", href: "#" }] }
]}
/>
</div>
<LegalSection
layout="page"
title="Privacy Policy"
subtitle="Your privacy matters to us at TemizEv"
sections={[
{
heading: "Information We Collect", content: [
{ type: "paragraph", text: "We collect information you provide directly to us, such as when you create an account, request a cleaning service, or contact us for support. This may include your name, email address, phone number, and physical address." }
]
},
{
heading: "How We Use Your Information", content: [
{ type: "paragraph", text: "We use the collected information to:" },
{ type: "list", items: ["Provide, maintain, and improve our cleaning services.", "Process your transactions and send related information.", "Communicate with you about bookings, updates, and promotions."] }
]
},
{
heading: "Data Protection", content: [
{ type: "paragraph", text: "We implement appropriate security measures to protect your personal information in accordance with local regulations in Turkey. We do not sell your personal data to third parties." }
]
}
]}
/>
</ThemeProvider>
);
}