Update src/app/page.tsx
This commit is contained in:
151
src/app/page.tsx
151
src/app/page.tsx
@@ -29,13 +29,9 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Quote",
|
||||
id: "/quote",
|
||||
},
|
||||
name: "Quote", id: "/quote"},
|
||||
]}
|
||||
brandName="GreenScape"
|
||||
/>
|
||||
@@ -47,35 +43,21 @@ export default function LandingPage() {
|
||||
description="Crafting beautiful outdoor spaces tailored to your vision with expert care and precision."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Your Quote",
|
||||
href: "/quote",
|
||||
},
|
||||
text: "Get Your Quote", href: "/quote"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-outdoor-with-rosary-hand-concept-faith-spirituality-religion_627829-311.jpg",
|
||||
imageAlt: "Landscape transformation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-outdoor-with-rosary-hand-concept-faith-spirituality-religion_627829-311.jpg", imageAlt: "Landscape transformation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunet-handyman-protective-shield-standing-with-cordless-chain-saw-while-working-backyard_7502-10173.jpg",
|
||||
imageAlt: "Garden design",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunet-handyman-protective-shield-standing-with-cordless-chain-saw-while-working-backyard_7502-10173.jpg", imageAlt: "Garden design"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-outdoor-hotel_1150-12915.jpg",
|
||||
imageAlt: "Lawn care",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-outdoor-hotel_1150-12915.jpg", imageAlt: "Lawn care"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/courtyard-rural-house-building-with-grass-trees_1258-52399.jpg",
|
||||
imageAlt: "Hardscaping",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/courtyard-rural-house-building-with-grass-trees_1258-52399.jpg", imageAlt: "Hardscaping"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41448.jpg",
|
||||
imageAlt: "Tree care",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41448.jpg", imageAlt: "Tree care"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-porch-with-flowers-cozy-seating_23-2151972919.jpg",
|
||||
imageAlt: "Irrigation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-porch-with-flowers-cozy-seating_23-2151972919.jpg", imageAlt: "Irrigation"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -87,32 +69,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Lawn Maintenance",
|
||||
tags: [
|
||||
"Weekly",
|
||||
"Precision",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-gardening-tools_23-2148175876.jpg",
|
||||
},
|
||||
id: "f1", title: "Lawn Maintenance", tags: [
|
||||
"Weekly", "Precision"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-gardening-tools_23-2148175876.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Hardscaping Design",
|
||||
tags: [
|
||||
"Stone",
|
||||
"Patio",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg",
|
||||
},
|
||||
id: "f2", title: "Hardscaping Design", tags: [
|
||||
"Stone", "Patio"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Irrigation & Garden",
|
||||
tags: [
|
||||
"Efficiency",
|
||||
"Health",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-wheat-fields-ukraine-green-wheat-sprouts-field-close-up-concept-ecology-protection-explore-world-s-beauty_169016-15544.jpg",
|
||||
},
|
||||
id: "f3", title: "Irrigation & Garden", tags: [
|
||||
"Efficiency", "Health"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-wheat-fields-ukraine-green-wheat-sprouts-field-close-up-concept-ecology-protection-explore-world-s-beauty_169016-15544.jpg"},
|
||||
]}
|
||||
title="Our Services"
|
||||
description="Comprehensive landscaping services designed to elevate your curb appeal."
|
||||
@@ -125,55 +92,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alice Green",
|
||||
date: "2023-10-01",
|
||||
title: "Great service!",
|
||||
quote: "My lawn has never looked better. Highly recommend!",
|
||||
tag: "Expert",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-photographing-woman-with-salad-leaf-head_23-2148114096.jpg",
|
||||
},
|
||||
id: "1", name: "Alice Green", date: "2023-10-01", title: "Great service!", quote: "My lawn has never looked better. Highly recommend!", tag: "Expert", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-photographing-woman-with-salad-leaf-head_23-2148114096.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Bob Stone",
|
||||
date: "2023-09-15",
|
||||
title: "Professional work",
|
||||
quote: "Excellent hardscaping results. The team was fast.",
|
||||
tag: "Pro",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/closeup-confident-handsome-middleaged-man-with-short-gray-hairstyle-smiling-looking-determine_1258-149211.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-outdoors-portrait-beautiful-cheerful-bearded-caucasian-farmer-blue-shirt-gloves-smiling-working-with-garden-tools-his-farm-near-countryside-house_176420-19905.jpg",
|
||||
},
|
||||
id: "2", name: "Bob Stone", date: "2023-09-15", title: "Professional work", quote: "Excellent hardscaping results. The team was fast.", tag: "Pro", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-confident-handsome-middleaged-man-with-short-gray-hairstyle-smiling-looking-determine_1258-149211.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-outdoors-portrait-beautiful-cheerful-bearded-caucasian-farmer-blue-shirt-gloves-smiling-working-with-garden-tools-his-farm-near-countryside-house_176420-19905.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Charlie Field",
|
||||
date: "2023-08-20",
|
||||
title: "Beautiful design",
|
||||
quote: "Very satisfied with the garden design and irrigation.",
|
||||
tag: "Fan",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-coffee-looking-her-boyfriend_23-2148363567.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27426.jpg",
|
||||
},
|
||||
id: "3", name: "Charlie Field", date: "2023-08-20", title: "Beautiful design", quote: "Very satisfied with the garden design and irrigation.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-coffee-looking-her-boyfriend_23-2148363567.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27426.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Diana Lawn",
|
||||
date: "2023-07-05",
|
||||
title: "Reliable",
|
||||
quote: "Consistent and high-quality maintenance every week.",
|
||||
tag: "Daily",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/womens-happy-about-success_23-2148461402.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/think-like-customer-words-group-diverse-people-working-background_53876-139646.jpg",
|
||||
},
|
||||
id: "4", name: "Diana Lawn", date: "2023-07-05", title: "Reliable", quote: "Consistent and high-quality maintenance every week.", tag: "Daily", avatarSrc: "http://img.b2bpic.net/free-photo/womens-happy-about-success_23-2148461402.jpg", imageSrc: "http://img.b2bpic.net/free-photo/think-like-customer-words-group-diverse-people-working-background_53876-139646.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Edward Yard",
|
||||
date: "2023-06-10",
|
||||
title: "Amazing",
|
||||
quote: "Transformed our backyard into a paradise.",
|
||||
tag: "Star",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/dremy-blue-eyed-male-with-positive-expression-broad-smile-shows-white-teeth-looks-into-distance-thinks-about-something-wears-elegant-shirt-isolated-white-wall-with-blank-space_176532-6511.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-female-gardener-growing-thujas-pots-blonde-woman-wearing-blue-shirt-gloves-apron-working-with-evergreen-plants-greenhouse-commercial-gardening-activity-summer-concept_74855-12966.jpg",
|
||||
},
|
||||
id: "5", name: "Edward Yard", date: "2023-06-10", title: "Amazing", quote: "Transformed our backyard into a paradise.", tag: "Star", avatarSrc: "http://img.b2bpic.net/free-photo/dremy-blue-eyed-male-with-positive-expression-broad-smile-shows-white-teeth-looks-into-distance-thinks-about-something-wears-elegant-shirt-isolated-white-wall-with-blank-space_176532-6511.jpg", imageSrc: "http://img.b2bpic.net/free-photo/serious-female-gardener-growing-thujas-pots-blonde-woman-wearing-blue-shirt-gloves-apron-working-with-evergreen-plants-greenhouse-commercial-gardening-activity-summer-concept_74855-12966.jpg"},
|
||||
]}
|
||||
title="Client Stories"
|
||||
description="Hear what our happy customers say about their transformed spaces."
|
||||
@@ -186,20 +113,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you offer quotes?",
|
||||
content: "Yes, we offer free quotes for all our services.",
|
||||
},
|
||||
id: "q1", title: "Do you offer quotes?", content: "Yes, we offer free quotes for all our services."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How often do you mow?",
|
||||
content: "We offer weekly, bi-weekly, or monthly maintenance plans.",
|
||||
},
|
||||
id: "q2", title: "How often do you mow?", content: "We offer weekly, bi-weekly, or monthly maintenance plans."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Are you licensed?",
|
||||
content: "Yes, we are fully licensed and insured for your protection.",
|
||||
},
|
||||
id: "q3", title: "Are you licensed?", content: "Yes, we are fully licensed and insured for your protection."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Get quick answers to common questions about our services."
|
||||
@@ -211,6 +129,15 @@ export default function LandingPage() {
|
||||
<TestimonialCardTen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Client Feedback"
|
||||
description="What our clients are saying about us."
|
||||
testimonials={[
|
||||
{ id: "1", name: "John Doe", title: "Excellent Service", quote: "They transformed my garden into a masterpiece.", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg" },
|
||||
{ id: "2", name: "Jane Smith", title: "Professional", quote: "The landscaping team was incredibly efficient and friendly.", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-confident-handsome-middleaged-man-with-short-gray-hairstyle-smiling-looking-determine_1258-149211.jpg" },
|
||||
{ id: "3", name: "Alex Brown", title: "Highly Recommend", quote: "Best lawn maintenance in the region. Always on time.", avatarSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-coffee-looking-her-boyfriend_23-2148363567.jpg" },
|
||||
{ id: "4", name: "Sarah Wilson", title: "Great Quality", quote: "The hardscaping work exceeded all my expectations.", avatarSrc: "http://img.b2bpic.net/free-photo/womens-happy-about-success_23-2148461402.jpg" },
|
||||
{ id: "5", name: "Mike Ross", title: "Very Happy", quote: "Affordable and reliable services every single time.", avatarSrc: "http://img.b2bpic.net/free-photo/dremy-blue-eyed-male-with-positive-expression-broad-smile-shows-white-teeth-looks-into-distance-thinks-about-something-wears-elegant-shirt-isolated-white-wall-with-blank-space_176532-6511.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -218,13 +145,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="GreenScape"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Contact Us",
|
||||
href: "/quote",
|
||||
}}
|
||||
text: "Contact Us", href: "/quote"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user