9 Commits

Author SHA1 Message Date
8300673a7e Update src/app/page.tsx 2026-05-01 03:03:25 +00:00
b6ad9e2d8e Merge version_4 into main
Merge version_4 into main
2026-05-01 03:00:44 +00:00
503e46f4e1 Update src/app/page.tsx 2026-05-01 03:00:38 +00:00
3bb3f26552 Merge version_3 into main
Merge version_3 into main
2026-05-01 02:49:29 +00:00
69edc5a685 Update theme colors 2026-05-01 02:49:26 +00:00
a1602f4070 Merge version_2 into main
Merge version_2 into main
2026-05-01 02:48:19 +00:00
c7237dcd91 Update theme colors 2026-05-01 02:48:16 +00:00
cce32a0642 Merge version_1 into main
Merge version_1 into main
2026-05-01 02:46:06 +00:00
480ef49b29 Merge version_1 into main
Merge version_1 into main
2026-05-01 02:45:23 +00:00
2 changed files with 14 additions and 61 deletions

View File

@@ -9,7 +9,6 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import { Shield } from "lucide-react";
@@ -37,8 +36,6 @@ export default function LandingPage() {
name: "Services", id: "services"},
{
name: "Why Us", id: "why-us"},
{
name: "Reviews", id: "reviews"},
]}
brandName="Desert Rose"
/>
@@ -54,7 +51,7 @@ export default function LandingPage() {
{
text: "Get a Free Quote", href: "#contact"},
{
text: "Text Us Now", href: "#"},
text: "Text Us Now", href: "tel:6023267105"},
]}
imageSrc="http://img.b2bpic.net/free-photo/luxury-holiday-home_23-2151918265.jpg"
mediaAnimation="slide-up"
@@ -85,28 +82,6 @@ export default function LandingPage() {
/>
</div>
<div id="reviews" data-section="reviews">
<TestimonialCardTwo
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Jake R.", role: "Phoenix", testimonial: "Showed up on time, super professional, and we havent seen a single scorpion since.", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg"},
{
id: "2", name: "Sarah M.", role: "Scottsdale", testimonial: "Way more thorough than any company weve used before.", imageSrc: "http://img.b2bpic.net/free-photo/casual-teenager-talking-phone_23-2148804684.jpg"},
{
id: "3", name: "David K.", role: "Tempe", testimonial: "Professional, clean, and reliable. Finally, a service that respects my home.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-looking-his-girlfriend_23-2148243181.jpg"},
{
id: "4", name: "Emily P.", role: "Mesa", testimonial: "Excellent communication and real results. Highly recommend them.", imageSrc: "http://img.b2bpic.net/free-photo/man-waving-hand-outside_23-2149447136.jpg"},
{
id: "5", name: "Tom B.", role: "Gilbert", testimonial: "Simple, straightforward process. Peace of mind is priceless.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-man-with-beard-stylish-glasses-spring-outfit-relaxing-work-day-it-company-hipster-outfit_273443-1265.jpg"},
]}
title="Trusted by Arizona Homeowners"
description="See why neighbors choose us."
/>
</div>
<div id="services" data-section="services">
<FeatureBento
animationType="slide-up"
@@ -161,28 +136,6 @@ export default function LandingPage() {
/>
</div>
<div id="more-testimonials" data-section="more-testimonials">
<TestimonialCardTwo
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Marcus L.", role: "Client", testimonial: "I appreciate the professionalism and the fact that I don't see any bugs anymore.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg"},
{
id: "2", name: "Elena W.", role: "Client", testimonial: "Best service in the valley. Calm, efficient, and very thorough.", imageSrc: "http://img.b2bpic.net/free-photo/modern-young-caucasian-brunette-woman-white-shirt-looks-camera-holds-smartphone-sitting-table-with-coffee_197531-33244.jpg"},
{
id: "3", name: "Greg H.", role: "Client", testimonial: "It's the little things, like on-time arrival, that make Desert Rose stand out.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing-with-crossed-arms_23-2148095767.jpg"},
{
id: "4", name: "Linda S.", role: "Client", testimonial: "Clean and safe. Very happy with the results for our house.", imageSrc: "http://img.b2bpic.net/free-photo/young-male-white-shirt-pants-standing-with-crossed-arms-looking-elegant_176474-17247.jpg"},
{
id: "5", name: "John D.", role: "Client", testimonial: "Top tier pest control. Definitely recommend.", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg"},
]}
title="Client Experiences"
description="Read more about why our customers trust us with their homes."
/>
</div>
<div id="faq" data-section="faq">
<FaqBase
textboxLayout="default"
@@ -206,12 +159,12 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{
variant: "rotated-rays-static"}}
text="Get Protected Today. Fast quotes. No pressure. Just reliable service."
text="Get Protected Today. Fast quotes. No pressure. Just reliable service. Call us: 602-326-7105."
buttons={[
{
text: "Get Free Quote", href: "#"},
{
text: "Call Now", href: "tel:5555555555"},
text: "Call Now", href: "tel:6023267105"},
]}
/>
</div>
@@ -239,7 +192,7 @@ export default function LandingPage() {
{
title: "Contact", items: [
{
label: "Text/Call Us", href: "tel:5555555555"},
label: "Call/Text: 602-326-7105", href: "tel:6023267105"},
{
label: "Email", href: "mailto:hello@desertrose.com"},
],
@@ -250,4 +203,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #F9F7F4;
--card: #ffffff;
--foreground: #0E0E0E;
--primary-cta: #C58F7B;
--primary-cta-text: #ffffff;
--secondary-cta: #E8D8C3;
--secondary-cta-text: #0E0E0E;
--accent: #C58F7B;
--background-accent: #E8D8C3;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #fff5f5e6;
--primary-cta: #ff7a7a;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #fff5f5e6;
--accent: #737373;
--background-accent: #737373;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);