Merge version_1 into main #2
@@ -15,7 +15,7 @@ import {
|
||||
TrendingUp,
|
||||
Star,
|
||||
MapPin,
|
||||
Award,
|
||||
Sparkles,
|
||||
} from "lucide-react";
|
||||
|
||||
export default function AboutPage() {
|
||||
@@ -43,9 +43,7 @@ export default function AboutPage() {
|
||||
{ name: "About", id: "/about" },
|
||||
]}
|
||||
button={{
|
||||
text: "Call Now: 203-884-7851",
|
||||
href: "tel:203-884-7851",
|
||||
}}
|
||||
text: "Call Now: 203-884-7851", href: "tel:203-884-7851"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -61,40 +59,28 @@ export default function AboutPage() {
|
||||
useInvertedBackground={false}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Experienced Crew",
|
||||
description: "Over a decade of proven landscaping expertise",
|
||||
icon: Users,
|
||||
title: "Experienced Crew", description: "Over a decade of proven landscaping expertise", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "Creative Design",
|
||||
description: "Custom solutions tailored to your vision",
|
||||
icon: Lightbulb,
|
||||
title: "Creative Design", description: "Custom solutions tailored to your vision", icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
title: "Attention to Detail",
|
||||
description: "Meticulous craftsmanship in every project",
|
||||
icon: CheckCircle,
|
||||
title: "Attention to Detail", description: "Meticulous craftsmanship in every project", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Reliable & Professional",
|
||||
description: "On-time, on-budget, every time",
|
||||
icon: Shield,
|
||||
title: "Reliable & Professional", description: "On-time, on-budget, every time", icon: Shield,
|
||||
},
|
||||
{
|
||||
title: "Competitive Pricing",
|
||||
description: "Premium quality at fair local rates",
|
||||
icon: TrendingUp,
|
||||
title: "Competitive Pricing", description: "Premium quality at fair local rates", icon: TrendingUp,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg"
|
||||
imageAlt="Creative Minds Landscaping professional crew at work"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call 203-884-7851",
|
||||
href: "tel:203-884-7851",
|
||||
},
|
||||
text: "Call 203-884-7851", href: "tel:203-884-7851"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -104,44 +90,20 @@ export default function AboutPage() {
|
||||
<MetricCardSeven
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "4.7★",
|
||||
title: "Google Rating",
|
||||
items: [
|
||||
"28 verified reviews",
|
||||
"Consistent 5-star feedback",
|
||||
"Trusted by homeowners",
|
||||
],
|
||||
id: "1", value: "4.7★", title: "Google Rating", items: [
|
||||
"28 verified reviews", "Consistent 5-star feedback", "Trusted by homeowners"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "11+",
|
||||
title: "Years in Business",
|
||||
items: [
|
||||
"Over a decade of service",
|
||||
"Established local reputation",
|
||||
"Proven expertise",
|
||||
],
|
||||
id: "2", value: "11+", title: "Years in Business", items: [
|
||||
"Over a decade of service", "Established local reputation", "Proven expertise"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "100%",
|
||||
title: "Satisfaction Guarantee",
|
||||
items: [
|
||||
"Professional workmanship",
|
||||
"Reliable service",
|
||||
"On-time completion",
|
||||
],
|
||||
id: "3", value: "100%", title: "Satisfaction Guarantee", items: [
|
||||
"Professional workmanship", "Reliable service", "On-time completion"],
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "Local",
|
||||
title: "Service Area",
|
||||
items: [
|
||||
"Amenia NY based",
|
||||
"Dutchess County coverage",
|
||||
"Hudson Valley expertise",
|
||||
],
|
||||
id: "4", value: "Local", title: "Service Area", items: [
|
||||
"Amenia NY based", "Dutchess County coverage", "Hudson Valley expertise"],
|
||||
},
|
||||
]}
|
||||
title="Trusted by Local Homeowners"
|
||||
@@ -164,14 +126,7 @@ export default function AboutPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Amenia, NY",
|
||||
"Dutchess County",
|
||||
"Hudson Valley",
|
||||
"Nearby Towns",
|
||||
"Local Communities",
|
||||
"Regional Areas",
|
||||
"Professional Coverage",
|
||||
]}
|
||||
"Amenia, NY", "Dutchess County", "Hudson Valley", "Nearby Towns", "Local Communities", "Regional Areas", "Professional Coverage"]}
|
||||
speed={35}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -182,36 +137,11 @@ export default function AboutPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Creative Minds"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Contact: 203-884-7851",
|
||||
href: "tel:203-884-7851",
|
||||
}}
|
||||
text: "Contact: 203-884-7851", href: "tel:203-884-7851"}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
|
||||
// Note: Sparkles icon imported from lucide-react
|
||||
function Sparkles(props: React.SVGProps<SVGSVGElement>) {
|
||||
return (
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
strokeWidth="2"
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
{...props}
|
||||
>
|
||||
<path d="M12 3v6m0 6v6M3 12h6m6 0h6" />
|
||||
<path d="M7.5 7.5l4.25 4.25m2 2l4.25 4.25M7.5 16.5l4.25-4.25m2-2l4.25-4.25" />
|
||||
</svg>
|
||||
);
|
||||
}
|
||||
252
src/app/page.tsx
252
src/app/page.tsx
@@ -58,9 +58,7 @@ export default function HomePage() {
|
||||
brandName="Creative Minds"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Call Now: 203-884-7851",
|
||||
href: "tel:203-884-7851",
|
||||
}}
|
||||
text: "Call Now: 203-884-7851", href: "tel:203-884-7851"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -76,41 +74,23 @@ export default function HomePage() {
|
||||
mediaAnimation="blur-reveal"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Mitchell",
|
||||
handle: "Homeowner, Amenia",
|
||||
testimonial: "We could not be happier. They transformed our property into a park.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brunette-female-with-glad-expression-phone-outdoor-terrace-cafe_273609-2832.jpg",
|
||||
imageAlt: "happy homeowner outdoor portrait",
|
||||
},
|
||||
name: "Sarah Mitchell", handle: "Homeowner, Amenia", testimonial: "We could not be happier. They transformed our property into a park.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brunette-female-with-glad-expression-phone-outdoor-terrace-cafe_273609-2832.jpg", imageAlt: "happy homeowner outdoor portrait"},
|
||||
{
|
||||
name: "James Rodriguez",
|
||||
handle: "Homeowner, Dutchess County",
|
||||
testimonial: "Cristian and his crew did a gorgeous job on our patio. True professionals.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-emotions-healthy-lifestyle-vertical-close-up-outdoors-portrait-young-mature-bearded-caucasian-male-gardener-blue-t-shirt-smiling-working-garden_176420-19951.jpg",
|
||||
imageAlt: "man homeowner portrait garden",
|
||||
},
|
||||
name: "James Rodriguez", handle: "Homeowner, Dutchess County", testimonial: "Cristian and his crew did a gorgeous job on our patio. True professionals.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-emotions-healthy-lifestyle-vertical-close-up-outdoors-portrait-young-mature-bearded-caucasian-male-gardener-blue-t-shirt-smiling-working-garden_176420-19951.jpg", imageAlt: "man homeowner portrait garden"},
|
||||
{
|
||||
name: "Jennifer Hayes",
|
||||
handle: "Homeowner, Hudson Valley",
|
||||
testimonial: "Professional, responsive, and incredible attention to detail.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-sitting-cafe-summer-terrace_197531-22816.jpg",
|
||||
imageAlt: "woman homeowner portrait patio",
|
||||
},
|
||||
name: "Jennifer Hayes", handle: "Homeowner, Hudson Valley", testimonial: "Professional, responsive, and incredible attention to detail.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-sitting-cafe-summer-terrace_197531-22816.jpg", imageAlt: "woman homeowner portrait patio"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: 203-884-7851",
|
||||
href: "tel:203-884-7851",
|
||||
},
|
||||
text: "Call Now: 203-884-7851", href: "tel:203-884-7851"},
|
||||
{
|
||||
text: "Get a Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Estimate", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -125,40 +105,28 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Experienced Crew",
|
||||
description: "Over a decade of proven landscaping expertise",
|
||||
icon: Users,
|
||||
title: "Experienced Crew", description: "Over a decade of proven landscaping expertise", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "Creative Design",
|
||||
description: "Custom solutions tailored to your vision",
|
||||
icon: Lightbulb,
|
||||
title: "Creative Design", description: "Custom solutions tailored to your vision", icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
title: "Attention to Detail",
|
||||
description: "Meticulous craftsmanship in every project",
|
||||
icon: CheckCircle,
|
||||
title: "Attention to Detail", description: "Meticulous craftsmanship in every project", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Reliable & Professional",
|
||||
description: "On-time, on-budget, every time",
|
||||
icon: Shield,
|
||||
title: "Reliable & Professional", description: "On-time, on-budget, every time", icon: Shield,
|
||||
},
|
||||
{
|
||||
title: "Competitive Pricing",
|
||||
description: "Premium quality at fair local rates",
|
||||
icon: TrendingUp,
|
||||
title: "Competitive Pricing", description: "Premium quality at fair local rates", icon: TrendingUp,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg"
|
||||
imageAlt="Creative Minds Landscaping professional crew at work"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call 203-884-7851",
|
||||
href: "tel:203-884-7851",
|
||||
},
|
||||
text: "Call 203-884-7851", href: "tel:203-884-7851"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -174,99 +142,96 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Patios & Hardscapes",
|
||||
description: "Custom stonework, patio installations, and outdoor living areas designed for lasting beauty and function",
|
||||
icon: Hammer,
|
||||
title: "Patios & Hardscapes", description: "Custom stonework, patio installations, and outdoor living areas designed for lasting beauty and function", icon: Hammer,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-empty-park-with-blooming-green-trees-walls_181624-19632.jpg?_wi=1",
|
||||
imageAlt: "Premium stone patio installation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-empty-park-with-blooming-green-trees-walls_181624-19632.jpg", imageAlt: "Premium stone patio installation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-hotel-resort-with-chair-deck-leisure-vacation_74190-8436.jpg?_wi=1",
|
||||
imageAlt: "Completed hardscape project with seating area",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-hotel-resort-with-chair-deck-leisure-vacation_74190-8436.jpg", imageAlt: "Completed hardscape project with seating area"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Retaining Walls",
|
||||
description: "Durable retaining wall construction for erosion control, terracing, and landscape definition",
|
||||
icon: Layers,
|
||||
title: "Retaining Walls", description: "Durable retaining wall construction for erosion control, terracing, and landscape definition", icon: Layers,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-brick-wall-texture_23-2147960212.jpg?_wi=1",
|
||||
imageAlt: "Professionally built retaining wall",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-brick-wall-texture_23-2147960212.jpg", imageAlt: "Professionally built retaining wall"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756582.jpg?_wi=1",
|
||||
imageAlt: "Stone retaining wall with landscaping",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756582.jpg", imageAlt: "Stone retaining wall with landscaping"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Pool Landscaping",
|
||||
description: "Pool patios, pool masonry, water features, and poolside design to enhance your outdoor oasis",
|
||||
icon: Droplet,
|
||||
title: "Pool Landscaping", description: "Pool patios, pool masonry, water features, and poolside design to enhance your outdoor oasis", icon: Droplet,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/comfortable-sunbeds-with-red-cushions_1203-1655.jpg?_wi=1",
|
||||
imageAlt: "Beautiful pool patio design",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/comfortable-sunbeds-with-red-cushions_1203-1655.jpg", imageAlt: "Beautiful pool patio design"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-with-bed-deck-chair-umbrella-resort-travel-vacation_74190-7916.jpg?_wi=1",
|
||||
imageAlt: "Pool surround with water features",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-with-bed-deck-chair-umbrella-resort-travel-vacation_74190-7916.jpg", imageAlt: "Pool surround with water features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Landscape Design",
|
||||
description: "Full yard transformations, planting design, garden beds, mulching, and complete property makeovers",
|
||||
icon: Leaf,
|
||||
title: "Landscape Design", description: "Full yard transformations, planting design, garden beds, mulching, and complete property makeovers", icon: Leaf,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg?_wi=1",
|
||||
imageAlt: "Full yard transformation project",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg", imageAlt: "Full yard transformation project"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-female-gardener-working-garden_23-2148165266.jpg?_wi=1",
|
||||
imageAlt: "Landscaped garden beds and planting",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-female-gardener-working-garden_23-2148165266.jpg", imageAlt: "Landscaped garden beds and planting"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Property Maintenance",
|
||||
description: "Seasonal cleanup, lawn care, and ongoing property upkeep to keep your landscape pristine",
|
||||
icon: Scissors,
|
||||
title: "Property Maintenance", description: "Seasonal cleanup, lawn care, and ongoing property upkeep to keep your landscape pristine", icon: Scissors,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hard-working-mature-man-garden_329181-4627.jpg?_wi=1",
|
||||
imageAlt: "Professional lawn and garden maintenance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hard-working-mature-man-garden_329181-4627.jpg", imageAlt: "Professional lawn and garden maintenance"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27364.jpg?_wi=1",
|
||||
imageAlt: "Seasonal property cleanup",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27364.jpg", imageAlt: "Seasonal property cleanup"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Snow Removal",
|
||||
description: "Reliable winter snow removal and management services for residential properties",
|
||||
icon: Wind,
|
||||
title: "Snow Removal", description: "Reliable winter snow removal and management services for residential properties", icon: Wind,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-showing-care-support-from-people-community_23-2151261275.jpg?_wi=1",
|
||||
imageAlt: "Professional snow removal services",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-showing-care-support-from-people-community_23-2151261275.jpg", imageAlt: "Professional snow removal services"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-senior-man-cleaning-sidewalk-with-leaf-blower-october-low-angle-view-smiling-bearded_7502-10259.jpg?_wi=1",
|
||||
imageAlt: "Clear driveway after snow removal",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-senior-man-cleaning-sidewalk-with-leaf-blower-october-low-angle-view-smiling-bearded_7502-10259.jpg", imageAlt: "Clear driveway after snow removal"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="projects" data-section="projects">
|
||||
<TestimonialCardOne
|
||||
title="Featured Projects"
|
||||
description="Recent landscaping and hardscaping transformations showcasing our craftsmanship and attention to detail"
|
||||
tag="Project Gallery"
|
||||
tagIcon={Image}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Amenia Patio", role: "Custom Stone Work", company: "Completed 2024", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair-living-room_1339-7076.jpg"},
|
||||
{
|
||||
id: "2", name: "Retaining Wall", role: "Erosion Control", company: "Dutchess County", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-16062.jpg"},
|
||||
{
|
||||
id: "3", name: "Pool Surround", role: "Pool Hardscape", company: "Hudson Valley", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/folding-chairs-near-pool-lawn-yard_23-2148107888.jpg"},
|
||||
{
|
||||
id: "4", name: "Yard Transformation", role: "Full Landscape", company: "Amenia Property", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-japanese-garden_23-2149359701.jpg"},
|
||||
{
|
||||
id: "5", name: "Garden Beds", role: "Planting Design", company: "Seasonal Work", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardening_23-2148013535.jpg"},
|
||||
{
|
||||
id: "6", name: "Water Feature", role: "Decorative Element", company: "Hardscape Addition", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/leaf-autumn-floating-water_335224-49.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<MetricCardSeven
|
||||
title="Trusted by Local Homeowners"
|
||||
@@ -278,44 +243,20 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "4.7★",
|
||||
title: "Google Rating",
|
||||
items: [
|
||||
"28 verified reviews",
|
||||
"Consistent 5-star feedback",
|
||||
"Trusted by homeowners",
|
||||
],
|
||||
id: "1", value: "4.7★", title: "Google Rating", items: [
|
||||
"28 verified reviews", "Consistent 5-star feedback", "Trusted by homeowners"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "11+",
|
||||
title: "Years in Business",
|
||||
items: [
|
||||
"Over a decade of service",
|
||||
"Established local reputation",
|
||||
"Proven expertise",
|
||||
],
|
||||
id: "2", value: "11+", title: "Years in Business", items: [
|
||||
"Over a decade of service", "Established local reputation", "Proven expertise"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "100%",
|
||||
title: "Satisfaction Guarantee",
|
||||
items: [
|
||||
"Professional workmanship",
|
||||
"Reliable service",
|
||||
"On-time completion",
|
||||
],
|
||||
id: "3", value: "100%", title: "Satisfaction Guarantee", items: [
|
||||
"Professional workmanship", "Reliable service", "On-time completion"],
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "Local",
|
||||
title: "Service Area",
|
||||
items: [
|
||||
"Amenia NY based",
|
||||
"Dutchess County coverage",
|
||||
"Hudson Valley expertise",
|
||||
],
|
||||
id: "4", value: "Local", title: "Service Area", items: [
|
||||
"Amenia NY based", "Dutchess County coverage", "Hudson Valley expertise"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -330,14 +271,7 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Amenia, NY",
|
||||
"Dutchess County",
|
||||
"Hudson Valley",
|
||||
"Nearby Towns",
|
||||
"Local Communities",
|
||||
"Regional Areas",
|
||||
"Professional Coverage",
|
||||
]}
|
||||
"Amenia, NY", "Dutchess County", "Hudson Valley", "Nearby Towns", "Local Communities", "Regional Areas", "Professional Coverage"]}
|
||||
speed={35}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -348,33 +282,19 @@ export default function HomePage() {
|
||||
ctaTitle="Ready to Upgrade Your Yard?"
|
||||
ctaDescription="Get started with a free estimate consultation. Call or complete our form today."
|
||||
ctaButton={{
|
||||
text: "Call 203-884-7851",
|
||||
href: "tel:203-884-7851",
|
||||
}}
|
||||
text: "Call 203-884-7851", href: "tel:203-884-7851"}}
|
||||
ctaIcon={Phone}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I request a free estimate?",
|
||||
content: "Call us at 203-884-7851 or fill out our contact form on this website. We'll respond within 24 hours to schedule your consultation.",
|
||||
},
|
||||
id: "1", title: "How do I request a free estimate?", content: "Call us at 203-884-7851 or fill out our contact form on this website. We'll respond within 24 hours to schedule your consultation."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What is included in a consultation?",
|
||||
content: "We assess your property, discuss your vision and budget, and provide a detailed estimate with no obligation. The consultation is completely free.",
|
||||
},
|
||||
id: "2", title: "What is included in a consultation?", content: "We assess your property, discuss your vision and budget, and provide a detailed estimate with no obligation. The consultation is completely free."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you work year-round?",
|
||||
content: "Yes! We provide spring/summer landscaping services and fall/winter maintenance, including snow removal. Call for seasonal availability.",
|
||||
},
|
||||
id: "3", title: "Do you work year-round?", content: "Yes! We provide spring/summer landscaping services and fall/winter maintenance, including snow removal. Call for seasonal availability."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What areas do you serve?",
|
||||
content: "We proudly serve Amenia NY, throughout Dutchess County, and the surrounding Hudson Valley communities.",
|
||||
},
|
||||
id: "4", title: "What areas do you serve?", content: "We proudly serve Amenia NY, throughout Dutchess County, and the surrounding Hudson Valley communities."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -383,13 +303,9 @@ export default function HomePage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Creative Minds"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Contact: 203-884-7851",
|
||||
href: "tel:203-884-7851",
|
||||
}}
|
||||
text: "Contact: 203-884-7851", href: "tel:203-884-7851"}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user