Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 18:59:46 +00:00

View File

@@ -1,18 +1,18 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import FeatureBento from '@/components/sections/feature/FeatureBento';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import FaqBase from '@/components/sections/faq/FaqBase';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import { Trash2, Leaf, Sprout, Trees, Paintbrush, Hammer, Droplet, CheckCircle } from 'lucide-react';
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
import FeatureBento from "@/components/sections/feature/FeatureBento";
import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
import ProductCardFour from "@/components/sections/product/ProductCardFour";
import PricingCardNine from "@/components/sections/pricing/PricingCardNine";
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
import FaqBase from "@/components/sections/faq/FaqBase";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import { Trash2, Leaf, Sprout, Trees, Paintbrush, Hammer, Droplet, CheckCircle } from "lucide-react";
export default function LandingPage() {
return (
@@ -36,11 +36,10 @@ export default function LandingPage() {
{ name: "Services", id: "services" },
{ name: "Gallery", id: "gallery" },
{ name: "Testimonials", id: "testimonials" },
{ name: "FAQ", id: "faq" }
{ name: "FAQ", id: "faq" },
]}
button={{
text: "Call (817) 345-1921", href: "tel:(817) 345-1921"
}}
text: "Call (817) 345-1921", href: "tel:(817) 345-1921"}}
/>
</div>
@@ -53,7 +52,7 @@ export default function LandingPage() {
imageAlt="Rangel & Sons landscaping crew at work"
buttons={[
{ text: "Call (817) 345-1921", href: "tel:(817) 345-1921" },
{ text: "Get Free Estimate", href: "#contact" }
{ text: "Get Free Estimate", href: "#contact" },
]}
buttonAnimation="slide-up"
mediaAnimation="slide-up"
@@ -66,11 +65,8 @@ export default function LandingPage() {
<TextSplitAbout
title="About Rangel & Sons"
description={[
"Rangel & Sons Powerscaping & Design is an independently owned, family-operated company proudly serving Roswell, NM and surrounding areas. We are fully licensed and insured, giving our clients complete peace of mind.", "Our commitment is simple: provide quality and exceptional work while treating your lawn as our own. We take pride in every project, building trusting relationships with our clients. From simple cleanups to designing the yard of your dreams, we deliver outstanding results.", "We speak your language. Se Habla Español. All estimates are completely FREE. Give us a call and let us enhance your lawn today."
]}
buttons={[
{ text: "Call for Free Estimate", href: "tel:(817) 345-1921" }
]}
"Rangel & Sons Powerscaping & Design is an independently owned, family-operated company proudly serving Roswell, NM and surrounding areas. We are fully licensed and insured, giving our clients complete peace of mind.", "Our commitment is simple: provide quality and exceptional work while treating your lawn as our own. We take pride in every project, building trusting relationships with our clients. From simple cleanups to designing the yard of your dreams, we deliver outstanding results.", "We speak your language. Se Habla Español. All estimates are completely FREE. Give us a call and let us enhance your lawn today."]}
buttons={[{ text: "Call for Free Estimate", href: "tel:(817) 345-1921" }]}
useInvertedBackground={false}
showBorder={true}
/>
@@ -80,26 +76,26 @@ export default function LandingPage() {
<FeatureBento
features={[
{
title: "Cleanup", description: "Complete yard and property cleanup services.", bentoComponent: "reveal-icon", icon: Trash2
title: "Cleanup", description: "Complete yard and property cleanup services.", bentoComponent: "reveal-icon", icon: Trash2,
},
{
title: "Mowing & Maintenance", description: "Regular lawn mowing and ongoing yard maintenance.", bentoComponent: "reveal-icon", icon: Leaf
title: "Mowing & Maintenance", description: "Regular lawn mowing and ongoing yard maintenance.", bentoComponent: "reveal-icon", icon: Leaf,
},
{
title: "Weed Control", description: "Professional weed removal and prevention treatment.", bentoComponent: "reveal-icon", icon: Sprout
title: "Weed Control", description: "Professional weed removal and prevention treatment.", bentoComponent: "reveal-icon", icon: Sprout,
},
{
title: "Tree Trimming", description: "Expert tree and hedge trimming and pruning.", bentoComponent: "reveal-icon", icon: Trees
title: "Tree Trimming", description: "Expert tree and hedge trimming and pruning.", bentoComponent: "reveal-icon", icon: Trees,
},
{
title: "Landscape Design", description: "Custom landscape design for your dream yard.", bentoComponent: "reveal-icon", icon: Paintbrush
title: "Landscape Design", description: "Custom landscape design for your dream yard.", bentoComponent: "reveal-icon", icon: Paintbrush,
},
{
title: "Hardscaping", description: "Patios, pathways, and structural landscape features.", bentoComponent: "reveal-icon", icon: Hammer
title: "Hardscaping", description: "Patios, pathways, and structural landscape features.", bentoComponent: "reveal-icon", icon: Hammer,
},
{
title: "Irrigation", description: "Irrigation system installation and maintenance.", bentoComponent: "reveal-icon", icon: Droplet
}
title: "Irrigation", description: "Irrigation system installation and maintenance.", bentoComponent: "reveal-icon", icon: Droplet,
},
]}
title="Our Services"
description="Comprehensive landscaping solutions tailored to meet your unique needs."
@@ -116,24 +112,20 @@ export default function LandingPage() {
metrics={[
{
id: "licensed", value: "✓", title: "Licensed & Insured", items: [
"Full licensing for peace of mind", "Comprehensive insurance coverage", "Professional credentials verified"
]
"Full licensing for peace of mind", "Comprehensive insurance coverage", "Professional credentials verified"],
},
{
id: "free-estimates", value: "FREE", title: "Free Estimates", items: [
"No obligation consultations", "Transparent pricing", "Detailed project assessments"
]
"No obligation consultations", "Transparent pricing", "Detailed project assessments"],
},
{
id: "local", value: "LOCAL", title: "Roswell, NM & Area", items: [
"Serve Roswell and surrounding areas", "Quick response times", "Community focused service"
]
"Serve Roswell and surrounding areas", "Quick response times", "Community focused service"],
},
{
id: "reviews", value: "5.0", title: "Google Rating", items: [
"Highly rated by customers", "Proven track record", "Trusted local leader"
]
}
"Highly rated by customers", "Proven track record", "Trusted local leader"],
},
]}
textboxLayout="default"
animationType="scale-rotate"
@@ -145,23 +137,17 @@ export default function LandingPage() {
<ProductCardFour
products={[
{
id: "project-1", name: "Residential Cleanup", price: "Free Quote", variant: "Complete property transformation", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg", imageAlt: "Before and after landscape project"
},
id: "project-1", name: "Residential Cleanup", price: "Free Quote", variant: "Complete property transformation", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg", imageAlt: "Before and after landscape project"},
{
id: "project-2", name: "Landscape Design", price: "Call for Price", variant: "Custom design installation", imageSrc: "http://img.b2bpic.net/free-photo/skilful-male-landscaper-using-high-altitude-hedge-trimmer-topiary-park-side-view-focused_7502-10164.jpg", imageAlt: "Landscape design project results"
},
id: "project-2", name: "Landscape Design", price: "Call for Price", variant: "Custom design installation", imageSrc: "http://img.b2bpic.net/free-photo/skilful-male-landscaper-using-high-altitude-hedge-trimmer-topiary-park-side-view-focused_7502-10164.jpg", imageAlt: "Landscape design project results"},
{
id: "project-3", name: "Hardscaping", price: "Call for Price", variant: "Patio and pathway work", imageSrc: "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg", imageAlt: "Hardscape installation project"
},
id: "project-3", name: "Hardscaping", price: "Call for Price", variant: "Patio and pathway work", imageSrc: "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg", imageAlt: "Hardscape installation project"},
{
id: "project-4", name: "Tree Trimming", price: "Call for Price", variant: "Professional tree service", imageSrc: "http://img.b2bpic.net/free-photo/close-up-gardener-cutting-pine-branches_23-2148396752.jpg", imageAlt: "Tree trimming and pruning project"
},
id: "project-4", name: "Tree Trimming", price: "Call for Price", variant: "Professional tree service", imageSrc: "http://img.b2bpic.net/free-photo/close-up-gardener-cutting-pine-branches_23-2148396752.jpg", imageAlt: "Tree trimming and pruning project"},
{
id: "project-5", name: "Lawn Installation", price: "Call for Price", variant: "Complete lawn renovation", imageSrc: "http://img.b2bpic.net/free-photo/man-watering-his-plants-his-garden-man-blue-shirt_1157-41445.jpg", imageAlt: "Lawn installation and design"
},
id: "project-5", name: "Lawn Installation", price: "Call for Price", variant: "Complete lawn renovation", imageSrc: "http://img.b2bpic.net/free-photo/man-watering-his-plants-his-garden-man-blue-shirt_1157-41445.jpg", imageAlt: "Lawn installation and design"},
{
id: "project-6", name: "Maintenance", price: "Call for Price", variant: "Ongoing yard care", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-bearded-hispanic-male-gardener-concentrated-planting-sprout-flower-pot-with-garden-tools-enjoying-moments-silence_176420-19924.jpg", imageAlt: "Regular maintenance results"
}
id: "project-6", name: "Maintenance", price: "Call for Price", variant: "Ongoing yard care", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-bearded-hispanic-male-gardener-concentrated-planting-sprout-flower-pot-with-garden-tools-enjoying-moments-silence_176420-19924.jpg", imageAlt: "Regular maintenance results"},
]}
title="Before & After Gallery"
description="See the transformation our team has created for satisfied clients."
@@ -177,22 +163,19 @@ export default function LandingPage() {
plans={[
{
id: "cleanup", title: "Yard Cleanup", price: "Starting at", period: "Call for Quote", features: [
"Complete property debris removal", "Yard organization and tidying", "Haul-away service available", "Professional cleanup crew"
],
button: { text: "Request Quote", href: "tel:(817) 345-1921" }
"Complete property debris removal", "Yard organization and tidying", "Haul-away service available", "Professional cleanup crew"],
button: { text: "Request Quote", href: "tel:(817) 345-1921" },
},
{
id: "maintenance", title: "Regular Maintenance", price: "Starting at", period: "Call for Quote", features: [
"Weekly or bi-weekly mowing", "Lawn edge trimming", "Seasonal cleanups", "Reliable schedule"
],
button: { text: "Request Quote", href: "tel:(817) 345-1921" }
"Weekly or bi-weekly mowing", "Lawn edge trimming", "Seasonal cleanups", "Reliable schedule"],
button: { text: "Request Quote", href: "tel:(817) 345-1921" },
},
{
id: "design", title: "Landscape Design", price: "Starting at", period: "Call for Quote", features: [
"Custom landscape design", "Design consultation included", "Full installation available", "Dream yard realization"
],
button: { text: "Request Quote", href: "tel:(817) 345-1921" }
}
"Custom landscape design", "Design consultation included", "Full installation available", "Dream yard realization"],
button: { text: "Request Quote", href: "tel:(817) 345-1921" },
},
]}
title="Pricing & Estimates"
description="All estimates are completely FREE. Call to discuss your project and get a detailed quote today."
@@ -206,17 +189,13 @@ export default function LandingPage() {
<TestimonialCardTen
testimonials={[
{
id: "1", title: "Reliable and Hardworking", quote: "No job is too big or too small. Rangel & Sons is reliable and hardworking. You won't be disappointed with their service.", name: "Maria Rodriguez", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Maria Rodriguez"
},
id: "1", title: "Reliable and Hardworking", quote: "No job is too big or too small. Rangel & Sons is reliable and hardworking. You won't be disappointed with their service.", name: "Maria Rodriguez", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Maria Rodriguez"},
{
id: "2", title: "Professional and Licensed", quote: "Rangel & Sons Powerscaping & Design is an independently owned, licensed, and insured company providing quality and exceptional work.", name: "John Martinez", role: "Property Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "John Martinez"
},
id: "2", title: "Professional and Licensed", quote: "Rangel & Sons Powerscaping & Design is an independently owned, licensed, and insured company providing quality and exceptional work.", name: "John Martinez", role: "Property Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "John Martinez"},
{
id: "3", title: "Treat Your Lawn Like Their Own", quote: "They take pride in their work, treating your lawn as their very own. Building trusting relationships with clients is key to their success.", name: "Sarah Coleman", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Sarah Coleman"
},
id: "3", title: "Treat Your Lawn Like Their Own", quote: "They take pride in their work, treating your lawn as their very own. Building trusting relationships with clients is key to their success.", name: "Sarah Coleman", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Coleman"},
{
id: "4", title: "Exceptional Design Services", quote: "From simple cleanup to designing the yard of your dreams, Rangel & Sons offers a vast number of services. Highly recommended!", name: "David Sanchez", role: "Commercial Client", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Sanchez"
}
id: "4", title: "Exceptional Design Services", quote: "From simple cleanup to designing the yard of your dreams, Rangel & Sons offers a vast number of services. Highly recommended!", name: "David Sanchez", role: "Commercial Client", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Sanchez"},
]}
title="What Our Customers Say"
description="Hear from satisfied clients across Roswell and the surrounding areas."
@@ -229,17 +208,13 @@ export default function LandingPage() {
<FaqBase
faqs={[
{
id: "1", title: "How do I schedule a service?", content: "Simply call us at (817) 345-1921 to schedule. We'll discuss your project, answer any questions, and provide a FREE estimate. Se Habla Español!"
},
id: "1", title: "How do I schedule a service?", content: "Simply call us at (817) 345-1921 to schedule. We'll discuss your project, answer any questions, and provide a FREE estimate. Se Habla Español!"},
{
id: "2", title: "What areas do you serve?", content: "We proudly serve Roswell, NM and surrounding areas. Give us a call to confirm service availability for your specific location."
},
id: "2", title: "What areas do you serve?", content: "We proudly serve Roswell, NM and surrounding areas. Give us a call to confirm service availability for your specific location."},
{
id: "3", title: "Do you offer payment plans?", content: "We accept multiple payment methods for your convenience. Call (817) 345-1921 to discuss payment options for your project."
},
id: "3", title: "Do you offer payment plans?", content: "We accept multiple payment methods for your convenience. Call (817) 345-1921 to discuss payment options for your project."},
{
id: "4", title: "Can you provide bilingual service?", content: "Yes! Se Habla Español. Our team can communicate in English and Spanish to serve all our clients better."
}
id: "4", title: "Can you provide bilingual service?", content: "Yes! Se Habla Español. Our team can communicate in English and Spanish to serve all our clients better."},
]}
title="Frequently Asked Questions"
description="Find answers to common questions about our services."
@@ -274,25 +249,25 @@ export default function LandingPage() {
{ label: "Cleanup", href: "#services" },
{ label: "Mowing & Maintenance", href: "#services" },
{ label: "Landscape Design", href: "#services" },
{ label: "Hardscaping", href: "#services" }
]
{ label: "Hardscaping", href: "#services" },
],
},
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Gallery", href: "#gallery" },
{ label: "Testimonials", href: "#testimonials" },
{ label: "FAQ", href: "#faq" }
]
{ label: "FAQ", href: "#faq" },
],
},
{
title: "Contact", items: [
{ label: "Call (817) 345-1921", href: "tel:(817) 345-1921" },
{ label: "Roswell, NM", href: "#" },
{ label: "Licensed & Insured", href: "#" },
{ label: "Se Habla Español", href: "#" }
]
}
{ label: "Se Habla Español", href: "#" },
],
},
]}
bottomLeftText="© 2025 Rangel & Sons Powerscaping & Design. Licensed and Insured."
bottomRightText="All Rights Reserved"