Merge version_1 into main #2
120
src/app/page.tsx
120
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Zap } from "lucide-react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
@@ -29,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Loan Landscaping Services"
|
||||
/>
|
||||
@@ -55,9 +48,7 @@ export default function LandingPage() {
|
||||
description="Reliable and affordable landscaping services trusted by homeowners in Alexandria, VA."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Free Estimate", href: "#contact"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlnidhpnpsTC3TIGuoU7Sn43T1/uploaded-1775072680998-ooa0wtpc.png"
|
||||
imageAlt="Loan Landscaping Services Project"
|
||||
@@ -71,17 +62,11 @@ export default function LandingPage() {
|
||||
description="Loan Landscaping Services is a locally owned landscaping company serving Alexandria, Virginia and surrounding areas. We provide reliable lawn care, yard maintenance, and outdoor improvement services for both residential and commercial properties. Our focus is on quality work, attention to detail, and customer satisfaction."
|
||||
metrics={[
|
||||
{
|
||||
value: "100%",
|
||||
title: "Client Satisfaction",
|
||||
},
|
||||
value: "100%", title: "Client Satisfaction"},
|
||||
{
|
||||
value: "Local",
|
||||
title: "Alexandria Based",
|
||||
},
|
||||
value: "Local", title: "Alexandria Based"},
|
||||
{
|
||||
value: "Full",
|
||||
title: "Service Range",
|
||||
},
|
||||
value: "Full", title: "Service Range"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/low-section-view-gardener-watering-potted-plants_23-2147918610.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -95,22 +80,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Lawn Maintenance",
|
||||
description: "Professional mowing and lawn care.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dried-leaves-fallen-grass_107420-95703.jpg",
|
||||
buttonIcon: "Zap",
|
||||
title: "Lawn Maintenance", description: "Professional mowing and lawn care.", imageSrc: "http://img.b2bpic.net/free-photo/dried-leaves-fallen-grass_107420-95703.jpg", buttonIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Mulching & Planting",
|
||||
description: "Expert garden enhancements and care.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-gardening-objects_23-2148060636.jpg",
|
||||
buttonIcon: "Zap",
|
||||
title: "Mulching & Planting", description: "Expert garden enhancements and care.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-gardening-objects_23-2148060636.jpg", buttonIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Patios & Walkways",
|
||||
description: "Custom hardscaping for outdoor living.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/paradise-resort-sea-island-coast_1203-5692.jpg",
|
||||
buttonIcon: "Zap",
|
||||
title: "Patios & Walkways", description: "Custom hardscaping for outdoor living.", imageSrc: "http://img.b2bpic.net/free-photo/paradise-resort-sea-island-coast_1203-5692.jpg", buttonIcon: Zap,
|
||||
},
|
||||
]}
|
||||
title="Our Services"
|
||||
@@ -124,45 +100,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Amazing Results",
|
||||
quote: "Great service, my yard has never looked better!",
|
||||
name: "Local Homeowner",
|
||||
role: "Residential Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg",
|
||||
},
|
||||
id: "1", title: "Amazing Results", quote: "Great service, my yard has never looked better!", name: "Local Homeowner", role: "Residential Client", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Highly Reliable",
|
||||
quote: "Very reliable and professional. Highly recommend.",
|
||||
name: "Alexandria Resident",
|
||||
role: "Residential Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trendy-students-taking-photo_23-2147655789.jpg",
|
||||
},
|
||||
id: "2", title: "Highly Reliable", quote: "Very reliable and professional. Highly recommend.", name: "Alexandria Resident", role: "Residential Client", imageSrc: "http://img.b2bpic.net/free-photo/trendy-students-taking-photo_23-2147655789.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Top Notch Quality",
|
||||
quote: "Loan Landscaping transformed my backyard into a beautiful space.",
|
||||
name: "David W.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-smiling_23-2148454539.jpg",
|
||||
},
|
||||
id: "3", title: "Top Notch Quality", quote: "Loan Landscaping transformed my backyard into a beautiful space.", name: "David W.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-smiling_23-2148454539.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Attention to Detail",
|
||||
quote: "Excellent work and very respectful of our property.",
|
||||
name: "Sarah P.",
|
||||
role: "Commercial Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grandfather-with-granddaughter-yard-with-firewood-hands_1157-30528.jpg?_wi=1",
|
||||
},
|
||||
id: "4", title: "Attention to Detail", quote: "Excellent work and very respectful of our property.", name: "Sarah P.", role: "Commercial Client", imageSrc: "http://img.b2bpic.net/free-photo/grandfather-with-granddaughter-yard-with-firewood-hands_1157-30528.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Exceeded Expectations",
|
||||
quote: "The team was prompt, efficient, and left the garden looking pristine.",
|
||||
name: "Michael R.",
|
||||
role: "Residential Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grandfather-with-granddaughter-yard-with-firewood-hands_1157-30528.jpg?_wi=2",
|
||||
},
|
||||
id: "5", title: "Exceeded Expectations", quote: "The team was prompt, efficient, and left the garden looking pristine.", name: "Michael R.", role: "Residential Client", imageSrc: "http://img.b2bpic.net/free-photo/grandfather-with-granddaughter-yard-with-firewood-hands_1157-30528.jpg"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="We are proud to serve our community with excellence and reliability."
|
||||
@@ -173,8 +119,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Get Your Free Estimate"
|
||||
description="Call now or get a free estimate to transform your outdoor space! Serving Alexandria, VA and surrounding areas."
|
||||
@@ -188,38 +133,25 @@ export default function LandingPage() {
|
||||
logoText="Loan Landscaping Services"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Lawn Maintenance",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Lawn Maintenance", href: "#services"},
|
||||
{
|
||||
label: "Hardscaping",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Hardscaping", href: "#services"},
|
||||
{
|
||||
label: "Yard Cleanup",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Yard Cleanup", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
title: "Location", items: [
|
||||
{
|
||||
label: "5512 Oakwood Rd, Alexandria, VA 22310",
|
||||
href: "#",
|
||||
},
|
||||
label: "5512 Oakwood Rd, Alexandria, VA 22310", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Email: info@loanlandscaping.com",
|
||||
href: "mailto:info@loanlandscaping.com",
|
||||
},
|
||||
label: "Email: info@loanlandscaping.com", href: "mailto:info@loanlandscaping.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user