Merge version_1 into main #2
287
src/app/page.tsx
287
src/app/page.tsx
@@ -33,37 +33,21 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Services", id: "#features"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "#portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "#portfolio"},
|
||||
{
|
||||
name: "Impact",
|
||||
id: "#metrics",
|
||||
},
|
||||
name: "Impact", id: "#metrics"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Arrietas Landscaping"
|
||||
/>
|
||||
@@ -75,71 +59,36 @@ export default function LandingPage() {
|
||||
description="Dedicated to creating stunning landscapes and maintaining their beauty. Your vision, our expertise – The Ateam delivers unparalleled results."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Anthony Baston",
|
||||
handle: "@anthonyb",
|
||||
testimonial: "Awesome company super friendly and amazing work. Armando was professional and super easy to work with. I highly recommend this company, they work hard and get the job done on time. We bought a new house and of course they come with no landscaping, and they installed a front and back yard on time and within budget.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg?_wi=1",
|
||||
imageAlt: "Anthony Baston",
|
||||
},
|
||||
name: "Anthony Baston", handle: "@anthonyb", testimonial: "Awesome company super friendly and amazing work. Armando was professional and super easy to work with. I highly recommend this company, they work hard and get the job done on time. We bought a new house and of course they come with no landscaping, and they installed a front and back yard on time and within budget.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg", imageAlt: "Anthony Baston"},
|
||||
{
|
||||
name: "Lynn Griffith",
|
||||
handle: "@lynngriffith",
|
||||
testimonial: "Had my backyard completely done. The backyard was completely transformed into a classy backyard. Workers were all great and hardworking. Highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-smiling-posing-purple-wall_176420-2851.jpg?_wi=1",
|
||||
imageAlt: "Lynn Griffith",
|
||||
},
|
||||
name: "Lynn Griffith", handle: "@lynngriffith", testimonial: "Had my backyard completely done. The backyard was completely transformed into a classy backyard. Workers were all great and hardworking. Highly recommend.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-smiling-posing-purple-wall_176420-2851.jpg", imageAlt: "Lynn Griffith"},
|
||||
{
|
||||
name: "Charlie Notbohm",
|
||||
handle: "@charlienotbohm",
|
||||
testimonial: "Added lighting for beauty, safety and security very pleased with the outcome! These pictures do the landscaping very little justice!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-teenage-girl-wearing-trendy-colorful-clothing-rejoicing-positive-news-looking-with-charming-smile-showing-her-perfect-white-teeth-people-lifestyle-youth-happiness_273609-8086.jpg?_wi=1",
|
||||
imageAlt: "Charlie Notbohm",
|
||||
},
|
||||
name: "Charlie Notbohm", handle: "@charlienotbohm", testimonial: "Added lighting for beauty, safety and security very pleased with the outcome! These pictures do the landscaping very little justice!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-teenage-girl-wearing-trendy-colorful-clothing-rejoicing-positive-news-looking-with-charming-smile-showing-her-perfect-white-teeth-people-lifestyle-youth-happiness_273609-8086.jpg", imageAlt: "Charlie Notbohm"},
|
||||
{
|
||||
name: "Jessica Lee",
|
||||
handle: "@jessicalee",
|
||||
testimonial: "The team at Arrietas Landscaping exceeded all our expectations. Our new garden is simply breathtaking and exactly what we envisioned. Professional, timely, and truly artistic.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-clapping-hands-isolated-studio_1303-30130.jpg",
|
||||
imageAlt: "Jessica Lee",
|
||||
},
|
||||
name: "Jessica Lee", handle: "@jessicalee", testimonial: "The team at Arrietas Landscaping exceeded all our expectations. Our new garden is simply breathtaking and exactly what we envisioned. Professional, timely, and truly artistic.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-clapping-hands-isolated-studio_1303-30130.jpg", imageAlt: "Jessica Lee"},
|
||||
{
|
||||
name: "Robert Davis",
|
||||
handle: "@robertdavis",
|
||||
testimonial: "We hired Arrietas for ongoing maintenance, and our property has never looked better. They are reliable, thorough, and their attention to detail is unmatched. Highly recommend their services!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-black-dress_23-2147931973.jpg",
|
||||
imageAlt: "Robert Davis",
|
||||
},
|
||||
name: "Robert Davis", handle: "@robertdavis", testimonial: "We hired Arrietas for ongoing maintenance, and our property has never looked better. They are reliable, thorough, and their attention to detail is unmatched. Highly recommend their services!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-black-dress_23-2147931973.jpg", imageAlt: "Robert Davis"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-florist-taking-care-flowers-focus-plant_176420-2078.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-florist-taking-care-flowers-focus-plant_176420-2078.jpg"
|
||||
imageAlt="Beautifully landscaped modern backyard with lush greenery and stone patio"
|
||||
showBlur={true}
|
||||
textPosition="bottom"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-man-holding-his-face-medium-shot_23-2148401444.jpg",
|
||||
alt: "Smiling man client portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-man-holding-his-face-medium-shot_23-2148401444.jpg", alt: "Smiling man client portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-122910.jpg",
|
||||
alt: "Satisfied woman professional headshot",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-122910.jpg", alt: "Satisfied woman professional headshot"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-serious-confident-middle-aged-woman-with-gray-short-hair-green-eyes-wrinkles-charming-smile-posing-indoors-with-arms-folded_343059-3731.jpg",
|
||||
alt: "Confident mature client avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-serious-confident-middle-aged-woman-with-gray-short-hair-green-eyes-wrinkles-charming-smile-posing-indoors-with-arms-folded_343059-3731.jpg", alt: "Confident mature client avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-spectacles_1303-14468.jpg",
|
||||
alt: "Young professional male portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-spectacles_1303-14468.jpg", alt: "Young professional male portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-brunette-woman-glasses-smiling-with-confident-look-sitting-cafe-with-notebook-work_1258-137926.jpg",
|
||||
alt: "Happy female business owner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-brunette-woman-glasses-smiling-with-confident-look-sitting-cafe-with-notebook-work_1258-137926.jpg", alt: "Happy female business owner"},
|
||||
]}
|
||||
avatarText="Join our 500+ happy clients!"
|
||||
/>
|
||||
@@ -150,7 +99,6 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
tag="About Us"
|
||||
title="Experience the Ateam Difference in Landscape Excellence"
|
||||
description="Arrietas Landscaping & Maintenance Inc. has been transforming properties across Las Vegas and surrounding areas for years. We pride ourselves on meticulous design, quality installation, and reliable maintenance, ensuring every outdoor space is a masterpiece. From lush gardens to elegant hardscapes, our experienced team brings your dreams to life with unparalleled professionalism and a commitment to customer satisfaction."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -161,44 +109,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Landscape Design & Consultation",
|
||||
description: "From conceptual sketches to detailed blueprints, we craft custom designs that reflect your style and enhance your property's value.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Palette,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-making-hand-gesture-with-cup-coffee-laptop-desk_23-2147955285.jpg",
|
||||
imageAlt: "happy male client professional",
|
||||
title: "Landscape Design & Consultation", description: "From conceptual sketches to detailed blueprints, we craft custom designs that reflect your style and enhance your property's value.", bentoComponent: "reveal-icon", icon: Palette,
|
||||
},
|
||||
{
|
||||
title: "Garden & Planting Services",
|
||||
description: "Selection and installation of trees, shrubs, flowers, and ground cover tailored to your local climate and aesthetic preferences.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Feather,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-florist-taking-care-flowers-focus-plant_176420-2078.jpg?_wi=2",
|
||||
imageAlt: "happy male client professional",
|
||||
title: "Garden & Planting Services", description: "Selection and installation of trees, shrubs, flowers, and ground cover tailored to your local climate and aesthetic preferences.", bentoComponent: "reveal-icon", icon: Feather,
|
||||
},
|
||||
{
|
||||
title: "Irrigation System Installation & Repair",
|
||||
description: "Efficient and smart irrigation solutions to ensure your landscape thrives while conserving water.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Droplet,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg?_wi=2",
|
||||
imageAlt: "happy male client professional",
|
||||
title: "Irrigation System Installation & Repair", description: "Efficient and smart irrigation solutions to ensure your landscape thrives while conserving water.", bentoComponent: "reveal-icon", icon: Droplet,
|
||||
},
|
||||
{
|
||||
title: "Hardscaping & Patio Construction",
|
||||
description: "Beautiful and functional hardscapes including patios, walkways, retaining walls, and outdoor living spaces.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Building,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-smiling-posing-purple-wall_176420-2851.jpg?_wi=2",
|
||||
imageAlt: "happy male client professional",
|
||||
title: "Hardscaping & Patio Construction", description: "Beautiful and functional hardscapes including patios, walkways, retaining walls, and outdoor living spaces.", bentoComponent: "reveal-icon", icon: Building,
|
||||
},
|
||||
{
|
||||
title: "Regular Landscape Maintenance",
|
||||
description: "Keeping your outdoor space pristine with routine lawn care, pruning, fertilization, and seasonal clean-ups.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Leaf,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-teenage-girl-wearing-trendy-colorful-clothing-rejoicing-positive-news-looking-with-charming-smile-showing-her-perfect-white-teeth-people-lifestyle-youth-happiness_273609-8086.jpg?_wi=2",
|
||||
imageAlt: "happy male client professional",
|
||||
title: "Regular Landscape Maintenance", description: "Keeping your outdoor space pristine with routine lawn care, pruning, fertilization, and seasonal clean-ups.", bentoComponent: "reveal-icon", icon: Leaf,
|
||||
},
|
||||
]}
|
||||
title="Comprehensive Landscaping Solutions for Every Need"
|
||||
@@ -215,47 +138,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "project-1",
|
||||
name: "Modern Desert Oasis",
|
||||
price: "Las Vegas, NV",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-path-way-garden_74190-3631.jpg",
|
||||
imageAlt: "Modern desert landscape with clean lines and native plants",
|
||||
},
|
||||
id: "project-1", name: "Modern Desert Oasis", price: "Las Vegas, NV", imageSrc: "http://img.b2bpic.net/free-photo/stone-path-way-garden_74190-3631.jpg", imageAlt: "Modern desert landscape with clean lines and native plants"},
|
||||
{
|
||||
id: "project-2",
|
||||
name: "Lush Family Garden",
|
||||
price: "Summerlin, NV",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-water-tank-storage_23-2151748224.jpg",
|
||||
imageAlt: "Vibrant garden with colorful flowers and lush lawn",
|
||||
},
|
||||
id: "project-2", name: "Lush Family Garden", price: "Summerlin, NV", imageSrc: "http://img.b2bpic.net/free-photo/view-water-tank-storage_23-2151748224.jpg", imageAlt: "Vibrant garden with colorful flowers and lush lawn"},
|
||||
{
|
||||
id: "project-3",
|
||||
name: "Elegant Patio & Firepit",
|
||||
price: "Henderson, NV",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardening-tools-near-blackboard_23-2147714870.jpg",
|
||||
imageAlt: "Stone patio with integrated fire pit and comfortable seating",
|
||||
},
|
||||
id: "project-3", name: "Elegant Patio & Firepit", price: "Henderson, NV", imageSrc: "http://img.b2bpic.net/free-photo/gardening-tools-near-blackboard_23-2147714870.jpg", imageAlt: "Stone patio with integrated fire pit and comfortable seating"},
|
||||
{
|
||||
id: "project-4",
|
||||
name: "Sustainable Xeriscape",
|
||||
price: "North Las Vegas, NV",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/background-red-colorful-nature-park_1232-3747.jpg",
|
||||
imageAlt: "Water-efficient xeriscape with decorative rocks and succulents",
|
||||
},
|
||||
id: "project-4", name: "Sustainable Xeriscape", price: "North Las Vegas, NV", imageSrc: "http://img.b2bpic.net/free-photo/background-red-colorful-nature-park_1232-3747.jpg", imageAlt: "Water-efficient xeriscape with decorative rocks and succulents"},
|
||||
{
|
||||
id: "project-5",
|
||||
name: "Artificial Turf Installation",
|
||||
price: "Boulder City, NV",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-kid-playing-with-ball_23-2148504006.jpg",
|
||||
imageAlt: "Backyard with perfectly manicured artificial turf and play area",
|
||||
},
|
||||
id: "project-5", name: "Artificial Turf Installation", price: "Boulder City, NV", imageSrc: "http://img.b2bpic.net/free-photo/father-kid-playing-with-ball_23-2148504006.jpg", imageAlt: "Backyard with perfectly manicured artificial turf and play area"},
|
||||
{
|
||||
id: "project-6",
|
||||
name: "Commercial Landscape",
|
||||
price: "Downtown Las Vegas, NV",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-male-florist-moving-rack-with-plants-pots-holding-shelf-with-houseplants-medium-shot-copy-space-gardening-job-concept_74855-12787.jpg",
|
||||
imageAlt: "Professional commercial landscape design for an office building",
|
||||
},
|
||||
id: "project-6", name: "Commercial Landscape", price: "Downtown Las Vegas, NV", imageSrc: "http://img.b2bpic.net/free-photo/focused-male-florist-moving-rack-with-plants-pots-holding-shelf-with-houseplants-medium-shot-copy-space-gardening-job-concept_74855-12787.jpg", imageAlt: "Professional commercial landscape design for an office building"},
|
||||
]}
|
||||
title="Showcasing Our Award-Winning Landscape Projects"
|
||||
description="Explore a gallery of our recently completed projects, demonstrating our versatility and commitment to beautiful outdoor spaces. Each project reflects our dedication to quality and client vision."
|
||||
@@ -270,29 +163,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1",
|
||||
icon: Trophy,
|
||||
title: "Years in Business",
|
||||
value: "15+",
|
||||
},
|
||||
id: "metric-1", icon: Trophy,
|
||||
title: "Years in Business", value: "15+"},
|
||||
{
|
||||
id: "metric-2",
|
||||
icon: Users,
|
||||
title: "Happy Clients",
|
||||
value: "500+",
|
||||
},
|
||||
id: "metric-2", icon: Users,
|
||||
title: "Happy Clients", value: "500+"},
|
||||
{
|
||||
id: "metric-3",
|
||||
icon: LayoutDashboard,
|
||||
title: "Projects Completed",
|
||||
value: "800+",
|
||||
},
|
||||
id: "metric-3", icon: LayoutDashboard,
|
||||
title: "Projects Completed", value: "800+"},
|
||||
{
|
||||
id: "metric-4",
|
||||
icon: Sparkles,
|
||||
title: "5-Star Reviews",
|
||||
value: "31+",
|
||||
},
|
||||
id: "metric-4", icon: Sparkles,
|
||||
title: "5-Star Reviews", value: "31+"},
|
||||
]}
|
||||
title="Building Beautiful Landscapes, One Project at a Time"
|
||||
description="Our commitment to quality and client satisfaction is reflected in every project we undertake. See the numbers that speak to our expertise."
|
||||
@@ -306,54 +187,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Anthony Baston",
|
||||
handle: "Homeowner",
|
||||
testimonial: "Awesome company, super friendly and amazing work. Armando was professional and super easy to work with. I highly recommend this company, they work hard and get the job done on time. They installed a front and back yard on time and within budget.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg",
|
||||
imageAlt: "Anthony Baston",
|
||||
},
|
||||
id: "t1", name: "Anthony Baston", handle: "Homeowner", testimonial: "Awesome company, super friendly and amazing work. Armando was professional and super easy to work with. I highly recommend this company, they work hard and get the job done on time. They installed a front and back yard on time and within budget.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", imageAlt: "Anthony Baston"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Lynn Griffith",
|
||||
handle: "Homeowner",
|
||||
testimonial: "Had my backyard completely done. The backyard was completely transformed into a classy backyard. Workers were all great and hardworking. Highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg",
|
||||
imageAlt: "Lynn Griffith",
|
||||
},
|
||||
id: "t2", name: "Lynn Griffith", handle: "Homeowner", testimonial: "Had my backyard completely done. The backyard was completely transformed into a classy backyard. Workers were all great and hardworking. Highly recommend.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg", imageAlt: "Lynn Griffith"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Charlie Notbohm",
|
||||
handle: "Homeowner",
|
||||
testimonial: "Added lighting for beauty, safety and security, very pleased with the outcome! These pictures do the landscaping very little justice!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149371203.jpg",
|
||||
imageAlt: "Charlie Notbohm",
|
||||
},
|
||||
id: "t3", name: "Charlie Notbohm", handle: "Homeowner", testimonial: "Added lighting for beauty, safety and security, very pleased with the outcome! These pictures do the landscaping very little justice!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149371203.jpg", imageAlt: "Charlie Notbohm"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Michael S.",
|
||||
handle: "Property Manager",
|
||||
testimonial: "Arrietas Landscaping has been maintaining our commercial properties for years. Their team is professional, reliable, and always keeps our grounds looking immaculate. Excellent service!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-smiling-boy-cafe_23-2148436234.jpg",
|
||||
imageAlt: "Michael S.",
|
||||
},
|
||||
id: "t4", name: "Michael S.", handle: "Property Manager", testimonial: "Arrietas Landscaping has been maintaining our commercial properties for years. Their team is professional, reliable, and always keeps our grounds looking immaculate. Excellent service!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-smiling-boy-cafe_23-2148436234.jpg", imageAlt: "Michael S."},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sarah J.",
|
||||
handle: "Residential Client",
|
||||
testimonial: "The Ateam transformed my barren backyard into a beautiful oasis. The design process was smooth, and the execution was flawless. I couldn't be happier with the results and their dedicated service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-businesswoman-her-own-cafe-manager-standing-near-entrance-inviting-you_1258-198994.jpg",
|
||||
imageAlt: "Sarah J.",
|
||||
},
|
||||
id: "t5", name: "Sarah J.", handle: "Residential Client", testimonial: "The Ateam transformed my barren backyard into a beautiful oasis. The design process was smooth, and the execution was flawless. I couldn't be happier with the results and their dedicated service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-businesswoman-her-own-cafe-manager-standing-near-entrance-inviting-you_1258-198994.jpg", imageAlt: "Sarah J."},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Valued Clients Say"
|
||||
description="Hear directly from homeowners and businesses who have experienced the unparalleled service of Arrietas Landscaping & Maintenance."
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -362,25 +214,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What areas do you serve?",
|
||||
content: "We primarily serve Las Vegas, Henderson, Summerlin, and the surrounding regions in Nevada. Please contact us to confirm service availability in your specific location.",
|
||||
},
|
||||
id: "faq-1", title: "What areas do you serve?", content: "We primarily serve Las Vegas, Henderson, Summerlin, and the surrounding regions in Nevada. Please contact us to confirm service availability in your specific location."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Do you offer free consultations?",
|
||||
content: "Yes, we offer complimentary consultations to discuss your landscaping needs, provide recommendations, and offer a detailed quote for our services.",
|
||||
},
|
||||
id: "faq-2", title: "Do you offer free consultations?", content: "Yes, we offer complimentary consultations to discuss your landscaping needs, provide recommendations, and offer a detailed quote for our services."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "How often should my landscape be maintained?",
|
||||
content: "Maintenance frequency depends on the type of landscape, plants, and your specific needs. We can set up weekly, bi-weekly, or monthly plans tailored to your property.",
|
||||
},
|
||||
id: "faq-3", title: "How often should my landscape be maintained?", content: "Maintenance frequency depends on the type of landscape, plants, and your specific needs. We can set up weekly, bi-weekly, or monthly plans tailored to your property."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Are you licensed and insured?",
|
||||
content: "Absolutely. Arrietas Landscaping & Maintenance Inc. is fully licensed and insured, providing peace of mind and professional service for all our clients.",
|
||||
},
|
||||
id: "faq-4", title: "Are you licensed and insured?", content: "Absolutely. Arrietas Landscaping & Maintenance Inc. is fully licensed and insured, providing peace of mind and professional service for all our clients."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Find answers to frequently asked questions about our landscaping and maintenance services."
|
||||
@@ -393,8 +233,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Ready to Transform Your Landscape?"
|
||||
description="Contact The Ateam today for a free consultation and let's start planning your dream outdoor space. We're here to help you achieve the perfect curb appeal."
|
||||
@@ -414,13 +253,9 @@ export default function LandingPage() {
|
||||
logoAlt="Arrietas Landscaping logo"
|
||||
logoText="Arrietas Landscaping & Maintenance Inc."
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user