Merge version_1 into main #2
162
src/app/page.tsx
162
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="LushScape"
|
||||
/>
|
||||
@@ -52,32 +44,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Transform Your Outdoors into a Masterpiece"
|
||||
description="We blend artistic landscape design with expert horticultural care to create breathtaking outdoor spaces that reflect your personality and style."
|
||||
tag="Premier Landscaping Services"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248444.jpg",
|
||||
imageAlt: "Luxury Landscaping Hero One",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248444.jpg", imageAlt: "Luxury Landscaping Hero One"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-park-view_1417-1510.jpg",
|
||||
imageAlt: "Luxury Landscaping Hero Two",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-381.jpg?_wi=1",
|
||||
imageAlt: "Stone Patio Design",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-florist-taking-care-flowers_176420-2079.jpg?_wi=1",
|
||||
imageAlt: "Lush Lawn Care",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tall-vases-with-white-candles-stand-blocks-garden_1304-4761.jpg?_wi=1",
|
||||
imageAlt: "Garden Lighting",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-park-view_1417-1510.jpg", imageAlt: "Luxury Landscaping Hero Two"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -93,26 +68,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Hardscaping & Patios",
|
||||
description: "Custom patios, stone pathways, and retaining walls designed for your lifestyle.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-381.jpg?_wi=2",
|
||||
titleIconSrc: "CheckCircle",
|
||||
buttonText: "Explore",
|
||||
},
|
||||
title: "Hardscaping & Patios", description: "Custom patios, stone pathways, and retaining walls designed for your lifestyle.", imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-381.jpg", titleIconSrc: "CheckCircle", buttonText: "Explore"},
|
||||
{
|
||||
title: "Lawn Care & Maintenance",
|
||||
description: "Full-service lawn care, mowing, and aeration to keep your grass lush and healthy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-florist-taking-care-flowers_176420-2079.jpg?_wi=2",
|
||||
titleIconSrc: "CheckCircle",
|
||||
buttonText: "Explore",
|
||||
},
|
||||
title: "Lawn Care & Maintenance", description: "Full-service lawn care, mowing, and aeration to keep your grass lush and healthy.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-florist-taking-care-flowers_176420-2079.jpg", titleIconSrc: "CheckCircle", buttonText: "Explore"},
|
||||
{
|
||||
title: "Smart Garden Lighting",
|
||||
description: "Strategic outdoor lighting solutions to showcase your garden beauty all night long.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tall-vases-with-white-candles-stand-blocks-garden_1304-4761.jpg?_wi=2",
|
||||
titleIconSrc: "CheckCircle",
|
||||
buttonText: "Explore",
|
||||
},
|
||||
title: "Smart Garden Lighting", description: "Strategic outdoor lighting solutions to showcase your garden beauty all night long.", imageSrc: "http://img.b2bpic.net/free-photo/tall-vases-with-white-candles-stand-blocks-garden_1304-4761.jpg", titleIconSrc: "CheckCircle", buttonText: "Explore"},
|
||||
]}
|
||||
title="Our Expert Services"
|
||||
description="From custom stone installations to daily garden care, we manage everything needed to keep your property looking its best year-round."
|
||||
@@ -127,45 +87,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex Rivet",
|
||||
role: "Homeowner",
|
||||
company: "Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-emotions-countryside-lifestyle-outdoor-portrait-young-bearded-hispanic-farmer-smiling-with-teeth-working-his-garden-planting-seeds-watering-plants_176420-19895.jpg",
|
||||
},
|
||||
id: "1", name: "Alex Rivet", role: "Homeowner", company: "Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-emotions-countryside-lifestyle-outdoor-portrait-young-bearded-hispanic-farmer-smiling-with-teeth-working-his-garden-planting-seeds-watering-plants_176420-19895.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Miller",
|
||||
role: "Design Enthusiast",
|
||||
company: "Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-gardeners-growing-plants-shooting-them-phone_74855-16434.jpg",
|
||||
},
|
||||
id: "2", name: "Sarah Miller", role: "Design Enthusiast", company: "Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-gardeners-growing-plants-shooting-them-phone_74855-16434.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "James Doe",
|
||||
role: "Architect",
|
||||
company: "Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-closely-girl-telling-story_259150-58932.jpg",
|
||||
},
|
||||
id: "3", name: "James Doe", role: "Architect", company: "Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-closely-girl-telling-story_259150-58932.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elise Chen",
|
||||
role: "Garden Lover",
|
||||
company: "Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-greenhouse_23-2149098325.jpg",
|
||||
},
|
||||
id: "4", name: "Elise Chen", role: "Garden Lover", company: "Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-greenhouse_23-2149098325.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Mark Wilson",
|
||||
role: "Homeowner",
|
||||
company: "Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/good-morning-grandmother-grandfather-have-fun-outdoors-with-granddaughter-painting-conception_146671-16172.jpg",
|
||||
},
|
||||
id: "5", name: "Mark Wilson", role: "Homeowner", company: "Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/good-morning-grandmother-grandfather-have-fun-outdoors-with-granddaughter-painting-conception_146671-16172.jpg"},
|
||||
]}
|
||||
title="What Homeowners Say"
|
||||
description="Don't just take our word for it—see what our satisfied clients think about their transformational landscape designs."
|
||||
@@ -181,25 +116,13 @@ export default function LandingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you offer free consultations?",
|
||||
content: "Yes, we provide an initial on-site consultation to discuss your vision and project requirements at no cost.",
|
||||
},
|
||||
id: "q1", title: "Do you offer free consultations?", content: "Yes, we provide an initial on-site consultation to discuss your vision and project requirements at no cost."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What regions do you serve?",
|
||||
content: "We currently serve the greater metro area and surrounding suburbs within a 50-mile radius.",
|
||||
},
|
||||
id: "q2", title: "What regions do you serve?", content: "We currently serve the greater metro area and surrounding suburbs within a 50-mile radius."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How long does a typical installation take?",
|
||||
content: "Timelines vary by project scope, but most residential backyard transformations are completed within 2 to 4 weeks.",
|
||||
},
|
||||
id: "q3", title: "How long does a typical installation take?", content: "Timelines vary by project scope, but most residential backyard transformations are completed within 2 to 4 weeks."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Do you provide maintenance after installation?",
|
||||
content: "Absolutely! We offer customizable maintenance plans to ensure your new garden thrives throughout every season.",
|
||||
},
|
||||
id: "q4", title: "Do you provide maintenance after installation?", content: "Absolutely! We offer customizable maintenance plans to ensure your new garden thrives throughout every season."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -208,14 +131,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Ready to design your garden oasis? Contact our landscaping team today for a free consultation and project quote."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Consultation", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -224,37 +144,23 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Hardscaping",
|
||||
href: "#",
|
||||
},
|
||||
label: "Hardscaping", href: "#"},
|
||||
{
|
||||
label: "Lawn Care",
|
||||
href: "#",
|
||||
},
|
||||
label: "Lawn Care", href: "#"},
|
||||
{
|
||||
label: "Garden Design",
|
||||
href: "#",
|
||||
},
|
||||
label: "Garden Design", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Our Process",
|
||||
href: "#",
|
||||
},
|
||||
label: "Our Process", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user