Update src/app/page.tsx

This commit is contained in:
2026-05-10 01:18:10 +00:00
parent c1882f61b2
commit 8bc487a38e

View File

@@ -31,26 +31,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Features",
id: "features",
},
{
name: "Services",
id: "services",
},
{
name: "Pricing",
id: "pricing",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Features", id: "features" },
{ name: "Services", id: "services" },
{ name: "Pricing", id: "pricing" },
{ name: "Contact", id: "contact" },
{ name: "Privacy Policy", id: "/privacy" },
]}
brandName="TemizEv"
/>
@@ -58,32 +44,13 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="TemizEv: 3 Years of Pristine Living"
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/high-angle-messy-bedroom-with-clothing_23-2149363778.jpg",
imageAlt: "Tidy bedroom",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cleaning-house_23-2149530805.jpg",
imageAlt: "Fresh apartment",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/digital-lavender-interior-design_23-2151561160.jpg",
imageAlt: "Detail clean",
},
{ 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-59444.jpg", 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"
/>
@@ -95,27 +62,9 @@ export default function LandingPage() {
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",
},
{ 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."
@@ -127,24 +76,9 @@ export default function LandingPage() {
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: "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."
@@ -158,42 +92,9 @@ export default function LandingPage() {
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",
},
{
id: "s4",
name: "Move-In Clean",
price: "1500 TRY",
imageSrc: "http://img.b2bpic.net/free-photo/unfocused-room_1203-451.jpg",
},
{
id: "s5",
name: "Post-Renovation",
price: "2000 TRY",
imageSrc: "http://img.b2bpic.net/free-photo/young-dark-haired-woman-cleaning-lamp-kitchen_259150-59456.jpg",
},
{
id: "s6",
name: "Bi-Weekly Care",
price: "700 TRY",
imageSrc: "http://img.b2bpic.net/free-photo/organized-cabinet-home_23-2148857503.jpg",
},
{ 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."
@@ -206,56 +107,9 @@ export default function LandingPage() {
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",
],
},
{ 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"] },
{ id: "p3", badge: "Premium", price: "1700 TRY", subtitle: "Deep clean detail", buttons: [{ text: "Book Now" }], features: ["Walls", "Inside cabinets", "Deep steam clean"] }
]}
title="Transparent Pricing"
description="Simple packages for every budget."
@@ -266,31 +120,8 @@ export default function LandingPage() {
<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",
},
{
id: "t3",
name: "Zeynep S.",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-teenager-talking-phone_23-2148804642.jpg",
},
{
id: "t4",
name: "Can D.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-albinism-relaxing-with-aromatherapy-candle_23-2150321744.jpg",
},
{
id: "t5",
name: "Elif A.",
imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-woman-plaid-shirt-cap-wearing-rubber-gloves-looking-up-smiling-cheerfully-dreaming-standing-green-background_141793-110683.jpg",
},
{ 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"
@@ -303,21 +134,8 @@ export default function LandingPage() {
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.",
},
{
id: "q3",
title: "Are all products environmentally friendly? ",
content: "Yes, everything is eco friendly.",
},
{ 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."
@@ -331,26 +149,10 @@ export default function LandingPage() {
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",
},
{
name: "phone",
type: "tel",
placeholder: "Phone Number",
},
{ name: "name", type: "text", placeholder: "Your Name" },
{ name: "email", type: "email", placeholder: "Email Address" }
]}
textarea={{
name: "message",
placeholder: "Apartment details...",
}}
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"
/>
@@ -361,32 +163,8 @@ export default function LandingPage() {
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",
href: "#",
},
{
label: "Terms",
href: "#",
},
],
},
{ 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"
/>