Merge version_1 into main #2
189
src/app/page.tsx
189
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="TM SERVICES"
|
||||
/>
|
||||
@@ -52,42 +44,21 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Luxury-Level Cleaning. Reliable Every Time."
|
||||
description="Premium Cleaning & Property Services for Homes and Businesses. We deliver polished, professional results with exceptional attention to detail."
|
||||
tag="PREMIUM PROPERTY CARE"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "/contact"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:5550123",
|
||||
},
|
||||
text: "Call Now", href: "tel:5550123"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-office-center_1303-29926.jpg?_wi=1",
|
||||
imageAlt: "Clean interior luxury",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-office-center_1303-29926.jpg", imageAlt: "Clean interior luxury"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-office-center_1303-29926.jpg?_wi=2",
|
||||
imageAlt: "Polished space interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vase-flower_1203-2940.jpg?_wi=1",
|
||||
imageAlt: "Professional home service",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-grey-concrete-building_250224-323.jpg?_wi=1",
|
||||
imageAlt: "Office cleaning standard",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-business-partners-meeting-discussing-collaboration-holding-folder-tablets-side-view-communication-partnership-concept_74855-11911.jpg?_wi=1",
|
||||
imageAlt: "Our team at work",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vase-flower_1203-2940.jpg", imageAlt: "Professional home service"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -103,33 +74,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Detail Obsessed",
|
||||
description: "We focus on the little things that make a big difference.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-office-center_1303-29926.jpg?_wi=3",
|
||||
imageAlt: "luxury clean minimalist interior",
|
||||
},
|
||||
id: "f1", title: "Detail Obsessed", description: "We focus on the little things that make a big difference.", imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-office-center_1303-29926.jpg", imageAlt: "luxury clean minimalist interior"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Professional Team",
|
||||
description: "Respectful, reliable, and committed to quality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vase-flower_1203-2940.jpg?_wi=2",
|
||||
imageAlt: "professional home cleaning service",
|
||||
},
|
||||
id: "f2", title: "Professional Team", description: "Respectful, reliable, and committed to quality.", imageSrc: "http://img.b2bpic.net/free-photo/vase-flower_1203-2940.jpg", imageAlt: "professional home cleaning service"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Fair Pricing",
|
||||
description: "Transparent quotes and honest service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-grey-concrete-building_250224-323.jpg?_wi=2",
|
||||
imageAlt: "modern office professional cleaning",
|
||||
},
|
||||
id: "f3", title: "Fair Pricing", description: "Transparent quotes and honest service.", imageSrc: "http://img.b2bpic.net/free-photo/modern-grey-concrete-building_250224-323.jpg", imageAlt: "modern office professional cleaning"},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Residential & Commercial",
|
||||
description: "From apartments to offices and post-construction sites.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-handling-belongings-after-moving-new-house_23-2149312735.jpg?_wi=1",
|
||||
imageAlt: "spotless luxury apartment cleaning",
|
||||
},
|
||||
id: "f4", title: "Residential & Commercial", description: "From apartments to offices and post-construction sites.", imageSrc: "http://img.b2bpic.net/free-photo/woman-handling-belongings-after-moving-new-house_23-2149312735.jpg", imageAlt: "spotless luxury apartment cleaning"},
|
||||
]}
|
||||
title="Our Strengths"
|
||||
description="Why TM SERVICES is the trusted choice for property care."
|
||||
@@ -144,41 +95,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Home Cleaning",
|
||||
price: "Standard Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vase-flower_1203-2940.jpg?_wi=3",
|
||||
},
|
||||
id: "p1", name: "Home Cleaning", price: "Standard Pricing", imageSrc: "http://img.b2bpic.net/free-photo/vase-flower_1203-2940.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Office Cleaning",
|
||||
price: "Standard Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-grey-concrete-building_250224-323.jpg?_wi=3",
|
||||
},
|
||||
id: "p2", name: "Office Cleaning", price: "Standard Pricing", imageSrc: "http://img.b2bpic.net/free-photo/modern-grey-concrete-building_250224-323.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Apartment Cleaning",
|
||||
price: "Standard Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-handling-belongings-after-moving-new-house_23-2149312735.jpg?_wi=2",
|
||||
},
|
||||
id: "p3", name: "Apartment Cleaning", price: "Standard Pricing", imageSrc: "http://img.b2bpic.net/free-photo/woman-handling-belongings-after-moving-new-house_23-2149312735.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Post-Construction",
|
||||
price: "Standard Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cleaning-house_23-2149530802.jpg?_wi=1",
|
||||
},
|
||||
id: "p4", name: "Post-Construction", price: "Standard Pricing", imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cleaning-house_23-2149530802.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Power Washing",
|
||||
price: "Standard Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-housewife-cleaning-house-doors_259150-58904.jpg?_wi=1",
|
||||
},
|
||||
id: "p5", name: "Power Washing", price: "Standard Pricing", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-housewife-cleaning-house-doors_259150-58904.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Painting",
|
||||
price: "Standard Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/process-painting-young-housewife-decided-glue-wallpaper-her-new-house-room_146671-15969.jpg?_wi=1",
|
||||
},
|
||||
id: "p6", name: "Painting", price: "Standard Pricing", imageSrc: "http://img.b2bpic.net/free-photo/process-painting-young-housewife-decided-glue-wallpaper-her-new-house-room_146671-15969.jpg"},
|
||||
]}
|
||||
title="Our Services"
|
||||
description="Premium solutions for every property."
|
||||
@@ -192,45 +119,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "Homeowner",
|
||||
testimonial: "Professional, fair, and finished on time.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-together_23-2148826968.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", handle: "Homeowner", testimonial: "Professional, fair, and finished on time.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-together_23-2148826968.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "Office Manager",
|
||||
testimonial: "Attention to detail was exceptional from start to finish.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-partners-meeting-office-room-talking-smiling-bearded-boss-eyeglasses-discussing-project-with-beautiful-businesswomen-business-communication-top-management-concept_74855-11637.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Chen", handle: "Office Manager", testimonial: "Attention to detail was exceptional from start to finish.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-partners-meeting-office-room-talking-smiling-bearded-boss-eyeglasses-discussing-project-with-beautiful-businesswomen-business-communication-top-management-concept_74855-11637.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "Resident",
|
||||
testimonial: "They kept the area clean while working and delivered beautiful results.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-beautiful-young-hispanic-woman-unpacking-stuff-her-new-apartment-standing-near-stacks-carton-boxes_74855-8852.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", handle: "Resident", testimonial: "They kept the area clean while working and delivered beautiful results.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-beautiful-young-hispanic-woman-unpacking-stuff-her-new-apartment-standing-near-stacks-carton-boxes_74855-8852.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "Business Owner",
|
||||
testimonial: "Open communication, quality workmanship, and customer satisfaction stood out right away.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-executive-looking-information_1098-2091.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", handle: "Business Owner", testimonial: "Open communication, quality workmanship, and customer satisfaction stood out right away.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-executive-looking-information_1098-2091.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alex Taylor",
|
||||
handle: "Resident",
|
||||
testimonial: "Truly incredible service that makes a massive difference in my daily life.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-together_23-2148826968.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Alex Taylor", handle: "Resident", testimonial: "Truly incredible service that makes a massive difference in my daily life.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-together_23-2148826968.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Why Clients Choose TM SERVICES"
|
||||
@@ -245,12 +147,7 @@ export default function LandingPage() {
|
||||
title="Trusted Partners"
|
||||
description="We collaborate with the best local businesses."
|
||||
names={[
|
||||
"Stamford Realty",
|
||||
"Tech Workspace Hub",
|
||||
"Downtown Property Group",
|
||||
"Elite Home Solutions",
|
||||
"Modern Living Co",
|
||||
]}
|
||||
"Stamford Realty", "Tech Workspace Hub", "Downtown Property Group", "Elite Home Solutions", "Modern Living Co"]}
|
||||
tag="ASSOCIATIONS"
|
||||
/>
|
||||
</div>
|
||||
@@ -259,33 +156,21 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "TM SERVICES",
|
||||
items: [
|
||||
title: "TM SERVICES", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About", href: "/about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user