Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-26 19:15:00 +00:00

View File

@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { CheckCircle, Users, Zap, Award } from 'lucide-react';
import ContactText from '@/components/sections/contact/ContactText';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
@@ -31,26 +32,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Services",
id: "services",
},
{
name: "Portfolio",
id: "portfolio",
},
{
name: "About",
id: "about",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Services", id: "services" },
{ name: "Portfolio", id: "portfolio" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
]}
brandName="Red Robin Landscaping"
/>
@@ -58,43 +44,17 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
title="Transform Your Outdoor Space Into Paradise"
description="Premium Landscaping Services in Your City. Licensed, insured, and dedicated to creating beautiful environments that last."
tag="Trusted Professional Landscaping"
buttons={[
{
text: "Get Free Estimate",
href: "#contact",
},
{
text: "Call (201) 825-9484",
href: "tel:2018259484",
},
{ text: "Get Free Estimate", href: "#contact" },
{ text: "Call (201) 825-9484", href: "tel:2018259484" },
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-house-architecture_23-2151050996.jpg?_wi=1",
imageAlt: "Landscape Design Paradise",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-outdoor-with-rosary-hand-concept-faith-spirituality-religion_627829-311.jpg",
imageAlt: "Professional Landscaping",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/covered-lifestyle-garden-with-indoor-outdoor-living_1127-3426.jpg",
imageAlt: "A covered lifestyle garden with indoor and outdoor living",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pool-plants_23-2149684499.jpg",
imageAlt: "High angle pool and plants",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/town-park-with-benches-fireplace_114579-13022.jpg",
imageAlt: "Town park with benches and fireplace.",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/contemporary-house-architecture_23-2151050996.jpg", imageAlt: "Landscape Design Paradise" },
{ imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-outdoor-with-rosary-hand-concept-faith-spirituality-religion_627829-311.jpg", imageAlt: "Professional Landscaping" },
]}
mediaAnimation="slide-up"
rating={5}
@@ -110,23 +70,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Lawn Care & Maintenance",
description: "Professional weekly lawn care, fertilization, and weed control programs.",
imageSrc: "http://img.b2bpic.net/free-photo/female-legs-woman-using-lawn-mower_651396-1545.jpg?_wi=1",
imageAlt: "Lawn care service",
},
title: "Lawn Care & Maintenance", description: "Professional weekly lawn care, fertilization, and weed control programs.", imageSrc: "http://img.b2bpic.net/free-photo/female-legs-woman-using-lawn-mower_651396-1545.jpg", imageAlt: "Lawn care service"},
{
title: "Landscape Design",
description: "Custom garden design, hardscape installation, and patio construction.",
imageSrc: "http://img.b2bpic.net/free-photo/cement-background-crossed-by-diagonal-line-pebbles-stone_158595-6387.jpg?_wi=1",
imageAlt: "Landscape design",
},
title: "Landscape Design", description: "Custom garden design, hardscape installation, and patio construction.", imageSrc: "http://img.b2bpic.net/free-photo/cement-background-crossed-by-diagonal-line-pebbles-stone_158595-6387.jpg", imageAlt: "Landscape design"},
{
title: "Tree & Shrub Care",
description: "Expert pruning, trimming, and seasonal health management.",
imageSrc: "http://img.b2bpic.net/free-photo/gardener-garden-with-hut-cuts-tree-with-hedgehogs-against-sky_169016-10257.jpg?_wi=1",
imageAlt: "Tree care",
},
title: "Tree & Shrub Care", description: "Expert pruning, trimming, and seasonal health management.", imageSrc: "http://img.b2bpic.net/free-photo/gardener-garden-with-hut-cuts-tree-with-hedgehogs-against-sky_169016-10257.jpg", imageAlt: "Tree care"},
]}
title="Our Signature Services"
description="Comprehensive landscaping solutions for your unique property needs."
@@ -140,60 +88,9 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{
id: "1",
brand: "Portfolio",
name: "Front Yard Makeover",
price: "Featured",
rating: 5,
reviewCount: "12",
imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3417.jpg?_wi=1",
},
{
id: "2",
brand: "Portfolio",
name: "Modern Patio",
price: "Featured",
rating: 5,
reviewCount: "8",
imageSrc: "http://img.b2bpic.net/free-photo/view-water-tank-storage_23-2151748221.jpg",
},
{
id: "3",
brand: "Portfolio",
name: "Garden Redesign",
price: "Featured",
rating: 5,
reviewCount: "15",
imageSrc: "http://img.b2bpic.net/free-photo/male-female-gardener-pruning-waters-plant-garden_23-2148165171.jpg",
},
{
id: "4",
brand: "Portfolio",
name: "Commercial Landscape",
price: "Featured",
rating: 5,
reviewCount: "5",
imageSrc: "http://img.b2bpic.net/free-photo/gardening_23-2148013593.jpg",
},
{
id: "5",
brand: "Portfolio",
name: "Seasonal Install",
price: "Featured",
rating: 5,
reviewCount: "9",
imageSrc: "http://img.b2bpic.net/free-photo/lush-tropical-garden_1385-762.jpg",
},
{
id: "6",
brand: "Portfolio",
name: "Luxury Hardscape",
price: "Featured",
rating: 5,
reviewCount: "22",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-box_23-2148013378.jpg",
},
{ id: "1", brand: "Portfolio", name: "Front Yard Makeover", price: "Featured", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3417.jpg" },
{ id: "2", brand: "Portfolio", name: "Modern Patio", price: "Featured", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/view-water-tank-storage_23-2151748221.jpg" },
{ id: "3", brand: "Portfolio", name: "Garden Redesign", price: "Featured", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/male-female-gardener-pruning-waters-plant-garden_23-2148165171.jpg" },
]}
title="Recent Transformations"
description="See the results of our recent backyard and front yard projects."
@@ -204,15 +101,8 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={true}
heading={[
{
type: "text",
content: "Why Choose Red Robin?",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/beautiful-japanese-garden_23-2149359701.jpg",
alt: "Why choose us",
},
{ type: "text", content: "Why Choose Red Robin?" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/beautiful-japanese-garden_23-2149359701.jpg", alt: "Why choose us" },
]}
/>
</div>
@@ -223,21 +113,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{
id: "1",
title: "Projects Completed",
value: "500+",
},
{
id: "2",
title: "Happy Clients",
value: "450+",
},
{
id: "3",
title: "Years Experience",
value: "15",
},
{ id: "1", title: "Projects Completed", value: "500+", icon: CheckCircle },
{ id: "2", title: "Happy Clients", value: "450+", icon: Users },
{ id: "3", title: "Years Experience", value: "15", icon: Award },
]}
title="Our Impact"
description="Delivering excellence one yard at a time."
@@ -250,60 +128,9 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Fred G.",
date: "Oct 2023",
title: "Satisfied Customer",
quote: "Very professional. They keep their schedule with no surprises. I strongly recommend.",
tag: "Verified",
avatarSrc: "http://img.b2bpic.net/free-photo/happy-joyful-guy-enjoying-leisure-time_1262-20555.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-house-architecture_23-2151050996.jpg?_wi=2",
imageAlt: "happy client portrait smiling",
},
id: "1", name: "Fred G.", date: "Oct 2023", title: "Satisfied Customer", quote: "Very professional. They keep their schedule with no surprises. I strongly recommend.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/happy-joyful-guy-enjoying-leisure-time_1262-20555.jpg", imageSrc: "http://img.b2bpic.net/free-photo/contemporary-house-architecture_23-2151050996.jpg"},
{
id: "2",
name: "Sarah M.",
date: "Sep 2023",
title: "Great Results",
quote: "My garden has never looked better. Highly recommend their landscaping services.",
tag: "Verified",
avatarSrc: "http://img.b2bpic.net/free-photo/smiley-father-posing-with-arms-crossed_23-2148414862.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-legs-woman-using-lawn-mower_651396-1545.jpg?_wi=2",
imageAlt: "happy client portrait smiling",
},
{
id: "3",
name: "David W.",
date: "Aug 2023",
title: "Professionalism",
quote: "Efficient and high-quality work. Will hire again.",
tag: "Verified",
avatarSrc: "http://img.b2bpic.net/free-photo/friendly-entrepreneur-posing-modern-office_74855-3442.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cement-background-crossed-by-diagonal-line-pebbles-stone_158595-6387.jpg?_wi=2",
imageAlt: "happy client portrait smiling",
},
{
id: "4",
name: "Emily R.",
date: "Jul 2023",
title: "Attention to Detail",
quote: "They turned my backyard into a beautiful living space.",
tag: "Verified",
avatarSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/gardener-garden-with-hut-cuts-tree-with-hedgehogs-against-sky_169016-10257.jpg?_wi=2",
imageAlt: "happy client portrait smiling",
},
{
id: "5",
name: "Mark S.",
date: "Jun 2023",
title: "Fast Scheduling",
quote: "Fast service and great results. Very professional.",
tag: "Verified",
avatarSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3417.jpg?_wi=2",
imageAlt: "happy client portrait smiling",
},
id: "2", name: "Sarah M.", date: "Sep 2023", title: "Great Results", quote: "My garden has never looked better. Highly recommend their landscaping services.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-father-posing-with-arms-crossed_23-2148414862.jpg", imageSrc: "http://img.b2bpic.net/free-photo/female-legs-woman-using-lawn-mower_651396-1545.jpg"},
]}
title="What Our Clients Say"
description="Trusted by homeowners across the region."
@@ -315,21 +142,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "What areas do you serve?",
content: "We serve the local area and surrounding suburbs.",
},
{
id: "2",
title: "Are you licensed and insured?",
content: "Yes, we are fully licensed and insured for your peace of mind.",
},
{
id: "3",
title: "Do you offer free estimates?",
content: "Absolutely, we provide no-obligation free estimates.",
},
{ id: "1", title: "What areas do you serve?", content: "We serve the local area and surrounding suburbs." },
{ id: "2", title: "Are you licensed and insured?", content: "Yes, we are fully licensed and insured for your peace of mind." },
]}
imageSrc="http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg"
title="Frequently Asked Questions"
@@ -341,16 +155,9 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={true}
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
text="Ready to transform your landscape? Call (201) 825-9484 or email info@redrobinlandscaping.com"
buttons={[
{
text: "Get My Free Estimate",
href: "#",
},
]}
buttons={[{ text: "Get My Free Estimate", href: "#" }]}
/>
</div>
@@ -358,29 +165,9 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Company",
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Contact",
href: "#contact",
},
],
},
{
title: "Services",
items: [
{
label: "Lawn Care",
href: "#services",
},
{
label: "Landscape Design",
href: "#services",
},
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Contact", href: "#contact" },
],
},
]}
@@ -391,4 +178,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}