Update src/app/page.tsx

This commit is contained in:
2026-05-10 01:27:23 +00:00
parent b50e32b37b
commit c10e7d665f

View File

@@ -36,7 +36,7 @@ export default function LandingPage() {
{ name: "Services", id: "services" },
{ name: "Pricing", id: "pricing" },
{ name: "Contact", id: "contact" },
{ name: "Privacy Policy", id: "/privacy" },
{ name: "Privacy Policy", id: "/privacy" }
]}
brandName="TemizEv"
/>
@@ -49,7 +49,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-59444.jpg", imageAlt: "Sparkling kitchen" },
{ 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" }
]}
mediaAnimation="slide-up"
@@ -108,8 +108,8 @@ export default function LandingPage() {
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"] },
{ id: "p3", badge: "Premium", price: "1700 TRY", subtitle: "Deep clean detail", buttons: [{ text: "Book Now" }], features: ["Walls", "Inside cabinets", "Deep steam clean"] }
{ 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."
@@ -152,7 +152,6 @@ export default function LandingPage() {
{ 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"
/>
@@ -172,4 +171,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}