Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
183
src/app/page.tsx
183
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Projects",
|
||||
id: "#projects",
|
||||
},
|
||||
name: "Projects", id: "#projects"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Covai Landscapes"
|
||||
/>
|
||||
@@ -58,39 +50,23 @@ export default function LandingPage() {
|
||||
description="Transforming spaces into living art through precision landscaping, native gardening, and sustainable design."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Explore Services", href: "#services"},
|
||||
{
|
||||
text: "Get Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Quote", href: "#contact"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-gardener-cutting-harvested-flower-garden_23-2148165213.jpg",
|
||||
imageAlt: "Landscape Design",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-gardener-cutting-harvested-flower-garden_23-2148165213.jpg", imageAlt: "Landscape Design"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shanghai-urban-architecture-park_649448-2072.jpg",
|
||||
imageAlt: "Lawn Maintenance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shanghai-urban-architecture-park_649448-2072.jpg", imageAlt: "Lawn Maintenance"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/local-retailer-taking-care-his-business_23-2149349464.jpg",
|
||||
imageAlt: "Backyard Oasis",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/local-retailer-taking-care-his-business_23-2149349464.jpg", imageAlt: "Backyard Oasis"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-path-with-grass-growing-up_1137-86.jpg",
|
||||
imageAlt: "Stone Pathways",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-path-with-grass-growing-up_1137-86.jpg", imageAlt: "Stone Pathways"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field-with-plants_329181-12446.jpg",
|
||||
imageAlt: "Water Features",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field-with-plants_329181-12446.jpg", imageAlt: "Water Features"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/covered-lifestyle-garden-with-indoor-outdoor-living_1127-3427.jpg",
|
||||
imageAlt: "Patio Gardens",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/covered-lifestyle-garden-with-indoor-outdoor-living_1127-3427.jpg", imageAlt: "Patio Gardens"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -103,17 +79,11 @@ export default function LandingPage() {
|
||||
description="With over a decade of dedication, Covai Landscapes brings expertise, care, and creativity to every outdoor project. We believe every space has a story, and we help you tell it through vibrant plant life and professional design."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Expert Design",
|
||||
description: "Professional landscape architecture focused on sustainability and aesthetics.",
|
||||
},
|
||||
title: "Expert Design", description: "Professional landscape architecture focused on sustainability and aesthetics."},
|
||||
{
|
||||
title: "Precision Maintenance",
|
||||
description: "Year-round garden care tailored to local soil and weather conditions.",
|
||||
},
|
||||
title: "Precision Maintenance", description: "Year-round garden care tailored to local soil and weather conditions."},
|
||||
{
|
||||
title: "Native Planting",
|
||||
description: "Supporting local ecology with native flora that thrives in our region.",
|
||||
},
|
||||
title: "Native Planting", description: "Supporting local ecology with native flora that thrives in our region."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-gardener-trimming-hedge-yard_342744-537.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -128,20 +98,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Lawn Care",
|
||||
description: "Comprehensive mowing, trimming, and aeration services.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-gardener-holding-trimmer-working-yard_342744-541.jpg",
|
||||
},
|
||||
title: "Lawn Care", description: "Comprehensive mowing, trimming, and aeration services.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-gardener-holding-trimmer-working-yard_342744-541.jpg"},
|
||||
{
|
||||
title: "Garden Design",
|
||||
description: "Custom floral and plant arrangement for beautiful gardens.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field-with-plants_329181-12484.jpg",
|
||||
},
|
||||
title: "Garden Design", description: "Custom floral and plant arrangement for beautiful gardens.", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field-with-plants_329181-12484.jpg"},
|
||||
{
|
||||
title: "Hardscaping",
|
||||
description: "Stone, patio, and pathway installation for your backyard.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-still-life_23-2148127909.jpg",
|
||||
},
|
||||
title: "Hardscaping", description: "Stone, patio, and pathway installation for your backyard.", imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-still-life_23-2148127909.jpg"},
|
||||
]}
|
||||
title="Our Landscaping Services"
|
||||
description="Comprehensive garden and outdoor management solutions."
|
||||
@@ -156,41 +117,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Smart Lighting",
|
||||
price: "From $499",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lamp-against-red-brick-wall-night_1339-3095.jpg",
|
||||
},
|
||||
id: "p1", name: "Smart Lighting", price: "From $499", imageSrc: "http://img.b2bpic.net/free-photo/lamp-against-red-brick-wall-night_1339-3095.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Irrigation Kit",
|
||||
price: "From $250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field-with-flowers_329181-12466.jpg",
|
||||
},
|
||||
id: "p2", name: "Irrigation Kit", price: "From $250", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field-with-flowers_329181-12466.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Decorative Gravel",
|
||||
price: "From $80/ton",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-stone-background-texture_1127-3419.jpg",
|
||||
},
|
||||
id: "p3", name: "Decorative Gravel", price: "From $80/ton", imageSrc: "http://img.b2bpic.net/free-photo/white-stone-background-texture_1127-3419.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Ornamental Shrubs",
|
||||
price: "From $45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/potted-plant-garden-outdoor_1373-578.jpg",
|
||||
},
|
||||
id: "p4", name: "Ornamental Shrubs", price: "From $45", imageSrc: "http://img.b2bpic.net/free-photo/potted-plant-garden-outdoor_1373-578.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Garden Fountain",
|
||||
price: "From $1,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-couple-date-are-kissing-fountain-background_613910-10078.jpg",
|
||||
},
|
||||
id: "p5", name: "Garden Fountain", price: "From $1,200", imageSrc: "http://img.b2bpic.net/free-photo/attractive-couple-date-are-kissing-fountain-background_613910-10078.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Tools Package",
|
||||
price: "From $350",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-gardening-composition-table_23-2148223987.jpg",
|
||||
},
|
||||
id: "p6", name: "Tools Package", price: "From $350", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-gardening-composition-table_23-2148223987.jpg"},
|
||||
]}
|
||||
title="Landscaping Elements"
|
||||
description="Quality materials and features for your garden project."
|
||||
@@ -204,20 +141,11 @@ export default function LandingPage() {
|
||||
tag="Our Growth"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "150+",
|
||||
description: "Gardens transformed",
|
||||
},
|
||||
id: "m1", value: "150+", description: "Gardens transformed"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "12",
|
||||
description: "Years of experience",
|
||||
},
|
||||
id: "m2", value: "12", description: "Years of experience"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "98%",
|
||||
description: "Customer satisfaction",
|
||||
},
|
||||
id: "m3", value: "98%", description: "Customer satisfaction"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -230,40 +158,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahj",
|
||||
testimonial: "Covai Landscapes turned my barren backyard into a stunning paradise.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-flowerpots_1157-30890.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "Covai Landscapes turned my barren backyard into a stunning paradise.", imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-flowerpots_1157-30890.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "David M.",
|
||||
handle: "@davidm",
|
||||
testimonial: "Professional, punctual, and highly skilled in gardening and hardscape.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-sunglasses-dreamily-looking-camera-with-pink-balloons-hand-confetti-around-white-background-isolated_574295-732.jpg",
|
||||
},
|
||||
id: "2", name: "David M.", handle: "@davidm", testimonial: "Professional, punctual, and highly skilled in gardening and hardscape.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-sunglasses-dreamily-looking-camera-with-pink-balloons-hand-confetti-around-white-background-isolated_574295-732.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
handle: "@emilyr",
|
||||
testimonial: "The best team I have ever worked with for my property maintenance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-stylish-family-spring-park_1157-23180.jpg",
|
||||
},
|
||||
id: "3", name: "Emily R.", handle: "@emilyr", testimonial: "The best team I have ever worked with for my property maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/cute-stylish-family-spring-park_1157-23180.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Kevin L.",
|
||||
handle: "@kevinl",
|
||||
testimonial: "My garden has never looked healthier and more vibrant.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-outdoors-portrait-young-attractive-bearded-caucasian-male-gardener-blue-t-shirt-smiling-camera-planting-seeds-garden-watering-plants_176420-19925.jpg",
|
||||
},
|
||||
id: "4", name: "Kevin L.", handle: "@kevinl", testimonial: "My garden has never looked healthier and more vibrant.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-outdoors-portrait-young-attractive-bearded-caucasian-male-gardener-blue-t-shirt-smiling-camera-planting-seeds-garden-watering-plants_176420-19925.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica B.",
|
||||
handle: "@jessicab",
|
||||
testimonial: "Transformed our home exterior in a matter of a few weeks.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12331.jpg",
|
||||
},
|
||||
id: "5", name: "Jessica B.", handle: "@jessicab", testimonial: "Transformed our home exterior in a matter of a few weeks.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12331.jpg"},
|
||||
]}
|
||||
title="Hear From Our Happy Clients"
|
||||
description="Read about the transformations we've brought to their homes."
|
||||
@@ -276,20 +179,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How much for a project?",
|
||||
content: "Costs vary based on complexity, scale, and materials chosen.",
|
||||
},
|
||||
id: "f1", title: "How much for a project?", content: "Costs vary based on complexity, scale, and materials chosen."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you offer maintenance?",
|
||||
content: "Yes, we provide full-season lawn and garden care packages.",
|
||||
},
|
||||
id: "f2", title: "Do you offer maintenance?", content: "Yes, we provide full-season lawn and garden care packages."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "What regions do you serve?",
|
||||
content: "We serve all surrounding suburbs of the main city area.",
|
||||
},
|
||||
id: "f3", title: "What regions do you serve?", content: "We serve all surrounding suburbs of the main city area."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Got questions about our services? We have answers."
|
||||
@@ -301,14 +195,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Ready to revitalize your outdoor space? Reach out for a free consultation."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us Now",
|
||||
href: "mailto:hello@covailandscapes.com",
|
||||
},
|
||||
text: "Contact Us Now", href: "mailto:hello@covailandscapes.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user