Update src/app/page.tsx
This commit is contained in:
185
src/app/page.tsx
185
src/app/page.tsx
@@ -31,27 +31,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
]}
|
||||
brandName="Cut-Works"
|
||||
button={{
|
||||
text: "Get Quote",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get Quote", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -61,74 +51,37 @@ export default function LandingPage() {
|
||||
description="Professional landscape design and lawn care services tailored to your property needs. We bring your vision to life."
|
||||
testimonials={[
|
||||
{
|
||||
name: "James L.",
|
||||
handle: "@jamesl",
|
||||
testimonial: "Cut-Works turned my backyard into a paradise.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-grass-with-easter-eggs-with-flowers_1101-970.jpg?_wi=1",
|
||||
imageAlt: "professional landscaping garden renovation",
|
||||
},
|
||||
name: "James L.", handle: "@jamesl", testimonial: "Cut-Works turned my backyard into a paradise.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-grass-with-easter-eggs-with-flowers_1101-970.jpg", imageAlt: "professional landscaping garden renovation"},
|
||||
{
|
||||
name: "Maria P.",
|
||||
handle: "@mariap",
|
||||
testimonial: "Professional, punctual, and highly skilled landscaping.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-holding-diary-backyard_23-2147925277.jpg?_wi=1",
|
||||
imageAlt: "happy client portrait outdoor garden",
|
||||
},
|
||||
name: "Maria P.", handle: "@mariap", testimonial: "Professional, punctual, and highly skilled landscaping.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-holding-diary-backyard_23-2147925277.jpg", imageAlt: "happy client portrait outdoor garden"},
|
||||
{
|
||||
name: "Robert S.",
|
||||
handle: "@roberts",
|
||||
testimonial: "The lawn care services are consistently excellent.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-smiling-young-woman-sitting-rooftop_23-2147891092.jpg?_wi=1",
|
||||
imageAlt: "client relaxing in backyard garden",
|
||||
},
|
||||
name: "Robert S.", handle: "@roberts", testimonial: "The lawn care services are consistently excellent.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-smiling-young-woman-sitting-rooftop_23-2147891092.jpg", imageAlt: "client relaxing in backyard garden"},
|
||||
{
|
||||
name: "Sarah K.",
|
||||
handle: "@sarahk",
|
||||
testimonial: "Incredible attention to detail, my garden has never looked better.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer_158595-7004.jpg?_wi=1",
|
||||
imageAlt: "portrait happy homeowner landscaping",
|
||||
},
|
||||
name: "Sarah K.", handle: "@sarahk", testimonial: "Incredible attention to detail, my garden has never looked better.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer_158595-7004.jpg", imageAlt: "portrait happy homeowner landscaping"},
|
||||
{
|
||||
name: "David M.",
|
||||
handle: "@davidm",
|
||||
testimonial: "Fast, reliable, and very transparent pricing. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12289.jpg?_wi=1",
|
||||
imageAlt: "customer portrait backyard renovation",
|
||||
},
|
||||
name: "David M.", handle: "@davidm", testimonial: "Fast, reliable, and very transparent pricing. Highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12289.jpg", imageAlt: "customer portrait backyard renovation"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Free Estimate", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/green-grass-with-easter-eggs-with-flowers_1101-970.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/green-grass-with-easter-eggs-with-flowers_1101-970.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-young-woman-holding-diary-backyard_23-2147925277.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-young-woman-holding-diary-backyard_23-2147925277.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-looking-smiling-young-woman-sitting-rooftop_23-2147891092.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-looking-smiling-young-woman-sitting-rooftop_23-2147891092.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer_158595-7004.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer_158595-7004.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12289.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12289.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-focused-female-gardener-cutting-sprouts-using-pruner-greenhouse-woman-working-garden-growing-plants-pots-gardening-job-concept_74855-12947.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/positive-focused-female-gardener-cutting-sprouts-using-pruner-greenhouse-woman-working-garden-growing-plants-pots-gardening-job-concept_74855-12947.jpg", alt: "Client 5"},
|
||||
]}
|
||||
avatarText="Trusted by over 500 happy homeowners"
|
||||
/>
|
||||
@@ -141,19 +94,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Projects Completed",
|
||||
value: "500+",
|
||||
},
|
||||
label: "Projects Completed", value: "500+"},
|
||||
{
|
||||
icon: ThumbsUp,
|
||||
label: "Happy Clients",
|
||||
value: "450+",
|
||||
},
|
||||
label: "Happy Clients", value: "450+"},
|
||||
{
|
||||
icon: Leaf,
|
||||
label: "Years Experience",
|
||||
value: "12",
|
||||
},
|
||||
label: "Years Experience", value: "12"},
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -161,23 +108,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Reliable Scheduling",
|
||||
"Transparent Pricing",
|
||||
"Professional Equipment",
|
||||
"Quality Guaranteed",
|
||||
],
|
||||
"Reliable Scheduling", "Transparent Pricing", "Professional Equipment", "Quality Guaranteed"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Design & Installation",
|
||||
"Hardscaping Pavers",
|
||||
"Tree & Shrub Care",
|
||||
"Seasonal Cleanup",
|
||||
],
|
||||
"Design & Installation", "Hardscaping Pavers", "Tree & Shrub Care", "Seasonal Cleanup"],
|
||||
}}
|
||||
title="Complete Landscaping Solutions"
|
||||
description="Customized approach to residential and commercial garden management."
|
||||
@@ -189,30 +129,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alice T.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-holding-diary-backyard_23-2147925277.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Alice T.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-holding-diary-backyard_23-2147925277.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-smiling-young-woman-sitting-rooftop_23-2147891092.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Mark D.", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-smiling-young-woman-sitting-rooftop_23-2147891092.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer_158595-7004.jpg?_wi=2",
|
||||
},
|
||||
id: "3", name: "Elena R.", imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer_158595-7004.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Victor K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12289.jpg?_wi=2",
|
||||
},
|
||||
id: "4", name: "Victor K.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12289.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-focused-female-gardener-cutting-sprouts-using-pruner-greenhouse-woman-working-garden-growing-plants-pots-gardening-job-concept_74855-12947.jpg",
|
||||
},
|
||||
id: "5", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/positive-focused-female-gardener-cutting-sprouts-using-pruner-greenhouse-woman-working-garden-growing-plants-pots-gardening-job-concept_74855-12947.jpg"},
|
||||
]}
|
||||
cardTitle="Client Success Stories"
|
||||
cardTag="Trusted by Homeowners"
|
||||
@@ -226,20 +151,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you offer seasonal cleanups?",
|
||||
content: "Yes, we provide spring and fall cleanup services.",
|
||||
},
|
||||
id: "q1", title: "Do you offer seasonal cleanups?", content: "Yes, we provide spring and fall cleanup services."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How is pricing determined?",
|
||||
content: "We offer free estimates based on site size and services needed.",
|
||||
},
|
||||
id: "q2", title: "How is pricing determined?", content: "We offer free estimates based on site size and services needed."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you service commercial properties?",
|
||||
content: "Absolutely, we maintain both residential and business sites.",
|
||||
},
|
||||
id: "q3", title: "Do you service commercial properties?", content: "Absolutely, we maintain both residential and business sites."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Common questions about our landscaping process."
|
||||
@@ -251,16 +167,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Start Your Landscape Project"
|
||||
description="Ready to beautify your property? Let's discuss your landscaping needs today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Our Team",
|
||||
href: "mailto:info@cutworks.com",
|
||||
},
|
||||
text: "Contact Our Team", href: "mailto:info@cutworks.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -269,29 +182,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Lawn Care",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Lawn Care", href: "#services"},
|
||||
{
|
||||
label: "Landscaping Design",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Landscaping Design", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user