5 Commits

Author SHA1 Message Date
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
a1602f4070 Merge version_2 into main
Merge version_2 into main
2026-05-01 02:48:19 +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

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"
/>
@@ -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"