Merge version_1 into main #2
236
src/app/page.tsx
236
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "/faq",
|
||||
},
|
||||
name: "FAQ", id: "/faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/elegant-real-estate-logo-design_197582-57.jpg"
|
||||
logoAlt="Garden City Landscaping Co logo"
|
||||
@@ -57,22 +49,17 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "downward-rays-static",
|
||||
}}
|
||||
variant: "downward-rays-static"}}
|
||||
logoText="Garden City Landscaping Co"
|
||||
description="Transforming outdoor spaces into breathtaking havens. We specialize in creating and maintaining stunning landscapes that reflect your vision and enhance natural beauty."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "/services",
|
||||
},
|
||||
text: "Explore Services", href: "/services"},
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get a Quote", href: "/contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-pool-plants_23-2149684499.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-pool-plants_23-2149684499.jpg"
|
||||
imageAlt="Luxurious garden with lush landscaping and modern architecture"
|
||||
mediaAnimation="opacity"
|
||||
frameStyle="card"
|
||||
@@ -86,9 +73,7 @@ export default function LandingPage() {
|
||||
title="Crafting Nature's Masterpieces with Passion and Precision"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More About Us",
|
||||
href: "/about",
|
||||
},
|
||||
text: "Learn More About Us", href: "/about"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -101,36 +86,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Creative Design & Planning",
|
||||
description: "Transforming your vision into a detailed, executable landscape plan. We blend aesthetics with functionality for sustainable beauty.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Feather,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/elegant-real-estate-logo-design_197582-57.jpg",
|
||||
imageAlt: "landscaping company logo green trees",
|
||||
title: "Creative Design & Planning", description: "Transforming your vision into a detailed, executable landscape plan. We blend aesthetics with functionality for sustainable beauty.", bentoComponent: "reveal-icon", icon: Feather
|
||||
},
|
||||
{
|
||||
title: "Expert Installation & Construction",
|
||||
description: "Bringing designs to life with precision and quality craftsmanship. Our team handles everything from planting to hardscaping.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Layout,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pool-plants_23-2149684499.jpg?_wi=2",
|
||||
imageAlt: "landscaping company logo green trees",
|
||||
title: "Expert Installation & Construction", description: "Bringing designs to life with precision and quality craftsmanship. Our team handles everything from planting to hardscaping.", bentoComponent: "reveal-icon", icon: Layout
|
||||
},
|
||||
{
|
||||
title: "Seasonal Maintenance Programs",
|
||||
description: "Ensuring your landscape thrives year-round with tailored care, including pruning, fertilization, and pest management.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Leaf,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/distracted-man-with-map-sunset_1153-408.jpg",
|
||||
imageAlt: "landscaping company logo green trees",
|
||||
title: "Seasonal Maintenance Programs", description: "Ensuring your landscape thrives year-round with tailored care, including pruning, fertilization, and pest management.", bentoComponent: "reveal-icon", icon: Leaf
|
||||
},
|
||||
{
|
||||
title: "Efficient Irrigation Systems",
|
||||
description: "Custom-designed irrigation solutions for optimal water usage and plant health, conserving resources while nurturing your garden.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Droplets,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-female-worker-working-together-garden_23-2148165265.jpg",
|
||||
imageAlt: "landscaping company logo green trees",
|
||||
title: "Efficient Irrigation Systems", description: "Custom-designed irrigation solutions for optimal water usage and plant health, conserving resources while nurturing your garden.", bentoComponent: "reveal-icon", icon: Droplets
|
||||
},
|
||||
]}
|
||||
title="Comprehensive Landscaping Solutions Tailored For You"
|
||||
@@ -144,65 +109,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
date: "May 10, 2024",
|
||||
title: "Dream Garden Brought to Life",
|
||||
quote: "Garden City Landscaping exceeded all our expectations. Our backyard is now a tranquil oasis, perfect for relaxation and entertaining. The team's professionalism and attention to detail were simply outstanding!",
|
||||
tag: "Residential Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg",
|
||||
avatarAlt: "Sarah J. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-arranging-plants-greenhouse_23-2147768535.jpg",
|
||||
imageAlt: "Completed garden project",
|
||||
},
|
||||
id: "1", name: "Sarah J.", date: "May 10, 2024", title: "Dream Garden Brought to Life", quote: "Garden City Landscaping exceeded all our expectations. Our backyard is now a tranquil oasis, perfect for relaxation and entertaining. The team's professionalism and attention to detail were simply outstanding!", tag: "Residential Client", avatarSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg", avatarAlt: "Sarah J. avatar", imageSrc: "http://img.b2bpic.net/free-photo/people-arranging-plants-greenhouse_23-2147768535.jpg", imageAlt: "Completed garden project"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael R.",
|
||||
date: "April 22, 2024",
|
||||
title: "Exceptional Commercial Service",
|
||||
quote: "Our business premises have never looked better. Garden City Landscaping provided prompt, efficient, and high-quality service that truly elevated our curb appeal. Highly recommend their commercial maintenance!",
|
||||
tag: "Commercial Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-white-t-shirt_273609-5812.jpg",
|
||||
avatarAlt: "Michael R. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-gardening-indoors_23-2148509861.jpg",
|
||||
imageAlt: "Commercial property landscaping",
|
||||
},
|
||||
id: "2", name: "Michael R.", date: "April 22, 2024", title: "Exceptional Commercial Service", quote: "Our business premises have never looked better. Garden City Landscaping provided prompt, efficient, and high-quality service that truly elevated our curb appeal. Highly recommend their commercial maintenance!", tag: "Commercial Client", avatarSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-white-t-shirt_273609-5812.jpg", avatarAlt: "Michael R. avatar", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-gardening-indoors_23-2148509861.jpg", imageAlt: "Commercial property landscaping"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily P.",
|
||||
date: "March 15, 2024",
|
||||
title: "Stunning Design & Execution",
|
||||
quote: "The design phase was collaborative and exciting, and the installation was flawless. Every plant and stone was placed with care. We now have a breathtaking front yard that's the envy of the neighborhood.",
|
||||
tag: "Residential Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-white-t-shirt_273609-7226.jpg",
|
||||
avatarAlt: "Emily P. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-family-celebrating-birthday-together_23-2150572076.jpg",
|
||||
imageAlt: "Residential front yard landscaping",
|
||||
},
|
||||
id: "3", name: "Emily P.", date: "March 15, 2024", title: "Stunning Design & Execution", quote: "The design phase was collaborative and exciting, and the installation was flawless. Every plant and stone was placed with care. We now have a breathtaking front yard that's the envy of the neighborhood.", tag: "Residential Client", avatarSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-white-t-shirt_273609-7226.jpg", avatarAlt: "Emily P. avatar", imageSrc: "http://img.b2bpic.net/free-photo/side-view-family-celebrating-birthday-together_23-2150572076.jpg", imageAlt: "Residential front yard landscaping"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David L.",
|
||||
date: "February 28, 2024",
|
||||
title: "Reliable and Professional",
|
||||
quote: "We've been using Garden City Landscaping for years, and they consistently deliver excellent service. Their team is always punctual, respectful, and leaves our property looking pristine. A truly dependable partner.",
|
||||
tag: "Long-term Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg",
|
||||
avatarAlt: "David L. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-closeup-sprouting-plant-garden_181624-60280.jpg",
|
||||
imageAlt: "Garden maintenance result",
|
||||
},
|
||||
id: "4", name: "David L.", date: "February 28, 2024", title: "Reliable and Professional", quote: "We've been using Garden City Landscaping for years, and they consistently deliver excellent service. Their team is always punctual, respectful, and leaves our property looking pristine. A truly dependable partner.", tag: "Long-term Client", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", avatarAlt: "David L. avatar", imageSrc: "http://img.b2bpic.net/free-photo/selective-closeup-sprouting-plant-garden_181624-60280.jpg", imageAlt: "Garden maintenance result"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica M.",
|
||||
date: "January 19, 2024",
|
||||
title: "Fantastic Value and Service",
|
||||
quote: "From the initial consultation to the final touches, the experience was fantastic. They offered great solutions within our budget without compromising on quality or vision. Incredible value!",
|
||||
tag: "New Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213514.jpg",
|
||||
avatarAlt: "Jessica M. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/park-with-pond-bushes_1137-52.jpg",
|
||||
imageAlt: "Garden renovation project",
|
||||
},
|
||||
id: "5", name: "Jessica M.", date: "January 19, 2024", title: "Fantastic Value and Service", quote: "From the initial consultation to the final touches, the experience was fantastic. They offered great solutions within our budget without compromising on quality or vision. Incredible value!", tag: "New Client", avatarSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213514.jpg", avatarAlt: "Jessica M. avatar", imageSrc: "http://img.b2bpic.net/free-photo/park-with-pond-bushes_1137-52.jpg", imageAlt: "Garden renovation project"},
|
||||
]}
|
||||
title="Hear From Our Happy Clients"
|
||||
description="Discover why homeowners and businesses trust Garden City Landscaping for their outdoor transformations."
|
||||
@@ -219,65 +134,23 @@ export default function LandingPage() {
|
||||
description="Expand your outdoor living with our specialized services and premium selections, designed for lasting beauty."
|
||||
products={[
|
||||
{
|
||||
id: "e1",
|
||||
brand: "GrowHealthy",
|
||||
name: "Organic Edible Gardens",
|
||||
price: "$900",
|
||||
rating: 4.8,
|
||||
reviewCount: "55 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/farm-man-working-his-organic-lettuce-garden_1150-17434.jpg",
|
||||
imageAlt: "Farm man working in his organic lettuce garden",
|
||||
},
|
||||
id: "e1", brand: "GrowHealthy", name: "Organic Edible Gardens", price: "$900", rating: 4.8,
|
||||
reviewCount: "55 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/farm-man-working-his-organic-lettuce-garden_1150-17434.jpg", imageAlt: "Farm man working in his organic lettuce garden"},
|
||||
{
|
||||
id: "e2",
|
||||
brand: "StonePath",
|
||||
name: "Custom Pathway Design",
|
||||
price: "$1,100",
|
||||
rating: 4.7,
|
||||
reviewCount: "48 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-path-with-grass-growing-up_1137-86.jpg",
|
||||
imageAlt: "Stone path with grass growing up",
|
||||
},
|
||||
id: "e2", brand: "StonePath", name: "Custom Pathway Design", price: "$1,100", rating: 4.7,
|
||||
reviewCount: "48 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/stone-path-with-grass-growing-up_1137-86.jpg", imageAlt: "Stone path with grass growing up"},
|
||||
{
|
||||
id: "e3",
|
||||
brand: "SereneScape",
|
||||
name: "Japanese Zen Gardens",
|
||||
price: "$2,500",
|
||||
rating: 4.9,
|
||||
reviewCount: "32 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-japanese-garden_23-2149359761.jpg",
|
||||
imageAlt: "Beautiful japanese garden",
|
||||
},
|
||||
id: "e3", brand: "SereneScape", name: "Japanese Zen Gardens", price: "$2,500", rating: 4.9,
|
||||
reviewCount: "32 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-japanese-garden_23-2149359761.jpg", imageAlt: "Beautiful japanese garden"},
|
||||
{
|
||||
id: "e4",
|
||||
brand: "EverGreen",
|
||||
name: "Tree & Shrub Planting",
|
||||
price: "$450",
|
||||
rating: 4.6,
|
||||
reviewCount: "70 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-tree-with-vegetation_23-2147677727.jpg",
|
||||
imageAlt: "Big tree with vegetation",
|
||||
},
|
||||
id: "e4", brand: "EverGreen", name: "Tree & Shrub Planting", price: "$450", rating: 4.6,
|
||||
reviewCount: "70 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/big-tree-with-vegetation_23-2147677727.jpg", imageAlt: "Big tree with vegetation"},
|
||||
{
|
||||
id: "e5",
|
||||
brand: "ShineBright",
|
||||
name: "Festive Landscape Lighting",
|
||||
price: "$750",
|
||||
rating: 4.5,
|
||||
reviewCount: "40 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/row-trees-decorated-with-hanging-light-bulbs-party-night-lake-sevan-armenia_181624-60731.jpg",
|
||||
imageAlt: "Row of trees decorated with hanging light bulbs during a party at night Lake Sevan Armenia",
|
||||
},
|
||||
id: "e5", brand: "ShineBright", name: "Festive Landscape Lighting", price: "$750", rating: 4.5,
|
||||
reviewCount: "40 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/row-trees-decorated-with-hanging-light-bulbs-party-night-lake-sevan-armenia_181624-60731.jpg", imageAlt: "Row of trees decorated with hanging light bulbs during a party at night Lake Sevan Armenia"},
|
||||
{
|
||||
id: "e6",
|
||||
brand: "ResortVibes",
|
||||
name: "Poolside Oasis Landscaping",
|
||||
price: "$3,800",
|
||||
rating: 4.9,
|
||||
reviewCount: "60 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relaxing-around-swimming-pool-resort-hotel-vacation_74190-16304.jpg",
|
||||
imageAlt: "Portrait beautiful young asian woman relaxing around swimming pool in resort hotel on vacation",
|
||||
},
|
||||
id: "e6", brand: "ResortVibes", name: "Poolside Oasis Landscaping", price: "$3,800", rating: 4.9,
|
||||
reviewCount: "60 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relaxing-around-swimming-pool-resort-hotel-vacation_74190-16304.jpg", imageAlt: "Portrait beautiful young asian woman relaxing around swimming pool in resort hotel on vacation"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -287,58 +160,35 @@ export default function LandingPage() {
|
||||
logoText="Garden City Landscaping Co"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Design & Planning",
|
||||
href: "/services#design",
|
||||
},
|
||||
label: "Design & Planning", href: "/services#design"},
|
||||
{
|
||||
label: "Installation",
|
||||
href: "/services#installation",
|
||||
},
|
||||
label: "Installation", href: "/services#installation"},
|
||||
{
|
||||
label: "Maintenance",
|
||||
href: "/services#maintenance",
|
||||
},
|
||||
label: "Maintenance", href: "/services#maintenance"},
|
||||
{
|
||||
label: "Irrigation",
|
||||
href: "/services#irrigation",
|
||||
},
|
||||
label: "Irrigation", href: "/services#irrigation"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/#about",
|
||||
},
|
||||
label: "About Us", href: "/#about"},
|
||||
{
|
||||
label: "Team",
|
||||
href: "/about#team",
|
||||
},
|
||||
label: "Team", href: "/about#team"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "/careers",
|
||||
},
|
||||
label: "Careers", href: "/careers"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/faq",
|
||||
},
|
||||
label: "FAQ", href: "/faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "/privacy",
|
||||
},
|
||||
label: "Privacy Policy", href: "/privacy"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user