7 Commits

Author SHA1 Message Date
6c8021524e Update src/app/styles/variables.css 2026-03-26 04:18:53 +00:00
268cecdbb5 Update src/app/styles/base.css 2026-03-26 04:18:52 +00:00
7d463cd93e Update src/app/page.tsx 2026-03-26 04:18:52 +00:00
63ef3d0a60 Merge version_2 into main
Merge version_2 into main
2026-03-26 04:17:02 +00:00
866fcef5fc Update src/app/page.tsx 2026-03-26 04:16:59 +00:00
e92709c2ab Merge version_1 into main
Merge version_1 into main
2026-03-26 04:12:42 +00:00
5ebbc1e2a5 Merge version_1 into main
Merge version_1 into main
2026-03-26 04:11:55 +00:00
3 changed files with 15 additions and 14 deletions

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
@@ -116,13 +116,13 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", title: "Reliable & Meticulous", quote: "Sparkle Clean delivers exceptional results every time. Their team is incredibly reliable and their attention to detail is unmatched. Our home always feels truly refreshed.", name: "Eleanor Vance", role: "Phoenix Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-office-suit-sitting-outdoors-looking-confident_1258-123395.jpg", imageAlt: "Portrait of Eleanor Vance"},
id: "1", title: "Reliable & Meticulous", quote: "Sparkle Clean delivers exceptional results every time. Their team is incredibly reliable and their attention to detail is unmatched. Our home always feels truly refreshed.", name: "Eleanor Vance", role: "Phoenix Homeowner"},
{
id: "2", title: "Professionalism at Its Best", quote: "The professionalism of Sparkle Clean is outstanding. They listen to our needs and exceed expectations on every visit. Truly a luxury cleaning experience.", name: "Marcus Thorne", role: "Estate Manager", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-stands-with-raised-hands-looks-isolated-white-wall_141793-70708.jpg", imageAlt: "Portrait of Marcus Thorne"},
id: "2", title: "Professionalism at Its Best", quote: "The professionalism of Sparkle Clean is outstanding. They listen to our needs and exceed expectations on every visit. Truly a luxury cleaning experience.", name: "Marcus Thorne", role: "Estate Manager"},
{
id: "3", title: "Spotless and Serene", quote: "Walking into our home after Sparkle Clean has been here is a joy. It's not just clean, it's serene and beautifully maintained. Highly recommended for discerning clients.", name: "Sophia Rodriguez", role: "Client for 5 Years", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-with-beautiful-flowers_23-2150392072.jpg", imageAlt: "Portrait of Sophia Rodriguez"},
id: "3", title: "Spotless and Serene", quote: "Walking into our home after Sparkle Clean has been here is a joy. It's not just clean, it's serene and beautifully maintained. Highly recommended for discerning clients.", name: "Sophia Rodriguez", role: "Client for 5 Years"},
{
id: "4", title: "Consistent High Standards", quote: "For years, Sparkle Clean has provided consistent, high-standard service. Their team is dependable, courteous, and takes immense pride in their work. True peace of mind.", name: "David Kim", role: "Luxury Property Owner", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man-busines-clothes-showing-thumb-up-looking-camera-gray_171337-11351.jpg", imageAlt: "Portrait of David Kim"},
id: "4", title: "Consistent High Standards", quote: "For years, Sparkle Clean has provided consistent, high-standard service. Their team is dependable, courteous, and takes immense pride in their work. True peace of mind.", name: "David Kim", role: "Luxury Property Owner"},
]}
title="What Our Clients Say"
description="Our reputation has been built over time through reliable service and lasting relationships. Clients have trusted Sparkle Clean for years."
@@ -143,16 +143,17 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactCenter
<ContactCTA
useInvertedBackground={false}
background={{
variant: "radial-gradient"}}
tag="Contact Us"
title="Ready for a Sparkling Home?"
description="Whether you need recurring home cleaning or a trusted team to keep your space looking its best, Sparkle Clean is here to provide a service experience that feels polished from start to finish. We are located at 3104 E Camelback Rd #556, Phoenix, AZ 85016, and you can reach us at (602) 765-3080."
inputPlaceholder="Your Email Address"
buttonText="Get a Quote"
termsText="By submitting your request, you agree to our privacy policy and terms of service."
buttons={[
{
text: "Get a Quote", href: "#contact"}
]}
/>
</div>

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-inter-tight), sans-serif;
font-family: var(--font-inter), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-inter-tight), sans-serif;
font-family: var(--font-dm-sans), sans-serif;
}

View File

@@ -12,13 +12,13 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120a00e6;
--primary-cta: #E34400;
--foreground: #000612e6;
--primary-cta: #106EFB;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120a00e6;
--accent: #e2e2e2;
--background-accent: #E34400;
--background-accent: #106EFB;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);