Update src/app/page.tsx
This commit is contained in:
168
src/app/page.tsx
168
src/app/page.tsx
@@ -23,8 +23,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Gallery", href: "/" },
|
||||
@@ -32,8 +31,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Lawn Maintenance", href: "/services" },
|
||||
{ label: "Landscape Design", href: "/services" },
|
||||
{ label: "Hedge Trimming", href: "/services" },
|
||||
@@ -41,11 +39,10 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: (555) 123-4567", href: "tel:+1-555-123-4567" },
|
||||
{ label: "Email: info@creativelandscaping.com", href: "mailto:info@creativelandscaping.com" },
|
||||
{ label: "Service Area: Local Region", href: "/" },
|
||||
{ label: "Service Area: Vero Beach, FL", href: "/" },
|
||||
{ label: "Monday-Friday: 7am-6pm", href: "/" },
|
||||
],
|
||||
},
|
||||
@@ -69,9 +66,7 @@ export default function HomePage() {
|
||||
brandName="Creative Landscaping"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Free Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get Free Quote", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -82,13 +77,9 @@ export default function HomePage() {
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "/contact"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+1-555-123-4567",
|
||||
},
|
||||
text: "Call Now", href: "tel:+1-555-123-4567"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
layoutOrder="default"
|
||||
@@ -104,14 +95,7 @@ export default function HomePage() {
|
||||
title="Trusted by Homeowners Across the Region"
|
||||
description="Highly rated for exceptional quality, responsive service, and fair pricing. Here's what our customers say."
|
||||
names={[
|
||||
"Expert Local Service",
|
||||
"Award-Winning Quality",
|
||||
"5-Star Rated",
|
||||
"15+ Years Experience",
|
||||
"100% Customer Satisfaction",
|
||||
"Licensed & Insured",
|
||||
"Same-Day Quotes",
|
||||
]}
|
||||
"Expert Local Service", "Award-Winning Quality", "5-Star Rated", "15+ Years Experience", "100% Customer Satisfaction", "Licensed & Insured", "Same-Day Quotes"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tag="Customer Reviews"
|
||||
@@ -119,9 +103,7 @@ export default function HomePage() {
|
||||
buttonAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Read More Reviews",
|
||||
href: "/",
|
||||
},
|
||||
text: "Read More Reviews", href: "/"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -136,53 +118,23 @@ export default function HomePage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Lawn Maintenance",
|
||||
description: "Professional mowing, edging, and regular maintenance to keep your lawn healthy and beautiful year-round.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/inspired-bearded-male-gardener-shaping-spiral-from-thuja-hedge-by-trimming-outside-side-view_7502-10568.jpg?_wi=1",
|
||||
imageAlt: "Professional lawn maintenance and grass cutting service",
|
||||
buttonIcon: Leaf,
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "Lawn Maintenance", description: "Professional mowing, edging, and regular maintenance to keep your lawn healthy and beautiful year-round.", imageSrc: "http://img.b2bpic.net/free-photo/inspired-bearded-male-gardener-shaping-spiral-from-thuja-hedge-by-trimming-outside-side-view_7502-10568.jpg?_wi=1", imageAlt: "Professional lawn maintenance and grass cutting service", buttonIcon: Leaf,
|
||||
buttonHref: "/services"},
|
||||
{
|
||||
title: "Landscape Design",
|
||||
description: "Custom outdoor designs that enhance your property's curb appeal and create the perfect outdoor living space.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-restaurant-terrace_1127-2167.jpg?_wi=1",
|
||||
imageAlt: "Landscape design and planning consultation",
|
||||
buttonIcon: PencilRuler,
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "Landscape Design", description: "Custom outdoor designs that enhance your property's curb appeal and create the perfect outdoor living space.", imageSrc: "http://img.b2bpic.net/free-photo/empty-restaurant-terrace_1127-2167.jpg?_wi=1", imageAlt: "Landscape design and planning consultation", buttonIcon: PencilRuler,
|
||||
buttonHref: "/services"},
|
||||
{
|
||||
title: "Hedge & Tree Trimming",
|
||||
description: "Expert pruning and trimming services to maintain the shape and health of your trees and shrubs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-cutting-pine-branches_23-2148396753.jpg?_wi=1",
|
||||
imageAlt: "Professional hedge trimming and tree pruning",
|
||||
buttonIcon: Scissors,
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "Hedge & Tree Trimming", description: "Expert pruning and trimming services to maintain the shape and health of your trees and shrubs.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-cutting-pine-branches_23-2148396753.jpg?_wi=1", imageAlt: "Professional hedge trimming and tree pruning", buttonIcon: Scissors,
|
||||
buttonHref: "/services"},
|
||||
{
|
||||
title: "Mulching & Planting",
|
||||
description: "Quality mulch application and expert plant installation to enhance soil health and landscape beauty.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-farmer-planting-tree_1398-2009.jpg?_wi=1",
|
||||
imageAlt: "Landscape mulching and plant installation",
|
||||
buttonIcon: Flower2,
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "Mulching & Planting", description: "Quality mulch application and expert plant installation to enhance soil health and landscape beauty.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-farmer-planting-tree_1398-2009.jpg?_wi=1", imageAlt: "Landscape mulching and plant installation", buttonIcon: Flower2,
|
||||
buttonHref: "/services"},
|
||||
{
|
||||
title: "Yard Cleanups",
|
||||
description: "Comprehensive yard cleanup services including debris removal, seasonal maintenance, and property refreshing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plastic-fan-rake-pile-dry-golden-leaves-autumn-season-view-from-raked-leaves-with_7502-10269.jpg?_wi=1",
|
||||
imageAlt: "Professional yard cleanup and debris removal",
|
||||
buttonIcon: Trash2,
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "Yard Cleanups", description: "Comprehensive yard cleanup services including debris removal, seasonal maintenance, and property refreshing.", imageSrc: "http://img.b2bpic.net/free-photo/plastic-fan-rake-pile-dry-golden-leaves-autumn-season-view-from-raked-leaves-with_7502-10269.jpg?_wi=1", imageAlt: "Professional yard cleanup and debris removal", buttonIcon: Trash2,
|
||||
buttonHref: "/services"},
|
||||
{
|
||||
title: "Irrigation Systems",
|
||||
description: "Professional sprinkler installation and maintenance to ensure efficient watering and healthy landscapes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardening-summer-woman-watering-flowers-with-watering-can-girl-wearing-hat_1157-39501.jpg?_wi=1",
|
||||
imageAlt: "Irrigation system installation and maintenance",
|
||||
buttonIcon: Droplet,
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "Irrigation Systems", description: "Professional sprinkler installation and maintenance to ensure efficient watering and healthy landscapes.", imageSrc: "http://img.b2bpic.net/free-photo/gardening-summer-woman-watering-flowers-with-watering-can-girl-wearing-hat_1157-39501.jpg?_wi=1", imageAlt: "Irrigation system installation and maintenance", buttonIcon: Droplet,
|
||||
buttonHref: "/services"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -199,21 +151,13 @@ export default function HomePage() {
|
||||
metricsAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
value: "15+", title: "Years Experience"},
|
||||
{
|
||||
value: "2,000+",
|
||||
title: "Properties Served",
|
||||
},
|
||||
value: "2,000+", title: "Properties Served"},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Satisfaction Rate",
|
||||
},
|
||||
value: "100%", title: "Satisfaction Rate"},
|
||||
{
|
||||
value: "5★",
|
||||
title: "Average Rating",
|
||||
},
|
||||
value: "5★", title: "Average Rating"},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -229,59 +173,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Best in the Area",
|
||||
quote: "Creative Landscaping is definitely the best in the area. Their attention to detail and professionalism is unmatched. We couldn't be happier with our new landscape.",
|
||||
name: "Sarah Johnson",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg?_wi=1",
|
||||
imageAlt: "Customer testimonial Sarah Johnson",
|
||||
},
|
||||
id: "t1", title: "Best in the Area", quote: "Creative Landscaping is definitely the best in the area. Their attention to detail and professionalism is unmatched. We couldn't be happier with our new landscape.", name: "Sarah Johnson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg?_wi=1", imageAlt: "Customer testimonial Sarah Johnson"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Awesome Customer Service",
|
||||
quote: "Awesome customer service and very knowledgeable team. They listened to what we wanted and delivered exactly that. Highly recommend!",
|
||||
name: "Michael Chen",
|
||||
role: "Property Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/picture-happy-man-black-board-with-text-successful_176420-2910.jpg?_wi=1",
|
||||
imageAlt: "Customer testimonial Michael Chen",
|
||||
},
|
||||
id: "t2", title: "Awesome Customer Service", quote: "Awesome customer service and very knowledgeable team. They listened to what we wanted and delivered exactly that. Highly recommend!", name: "Michael Chen", role: "Property Owner", imageSrc: "http://img.b2bpic.net/free-photo/picture-happy-man-black-board-with-text-successful_176420-2910.jpg?_wi=1", imageAlt: "Customer testimonial Michael Chen"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Great People & Great Work",
|
||||
quote: "Great people. Do really nice work. They show up on time, clean up after themselves, and are always professional. This is our third year working with them.",
|
||||
name: "Jennifer Martinez",
|
||||
role: "Long-term Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-i-letter_1149-1837.jpg?_wi=1",
|
||||
imageAlt: "Customer testimonial Jennifer Martinez",
|
||||
},
|
||||
id: "t3", title: "Great People & Great Work", quote: "Great people. Do really nice work. They show up on time, clean up after themselves, and are always professional. This is our third year working with them.", name: "Jennifer Martinez", role: "Long-term Client", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-i-letter_1149-1837.jpg?_wi=1", imageAlt: "Customer testimonial Jennifer Martinez"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Unbeatable Value",
|
||||
quote: "Great prices without sacrificing quality. We get premium landscaping service at rates that make sense for our budget. That's hard to find.",
|
||||
name: "David Kim",
|
||||
role: "Satisfied Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-communicating-through-sign-language_23-2148590312.jpg?_wi=1",
|
||||
imageAlt: "Customer testimonial David Kim",
|
||||
},
|
||||
id: "t4", title: "Unbeatable Value", quote: "Great prices without sacrificing quality. We get premium landscaping service at rates that make sense for our budget. That's hard to find.", name: "David Kim", role: "Satisfied Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-communicating-through-sign-language_23-2148590312.jpg?_wi=1", imageAlt: "Customer testimonial David Kim"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Professional & Responsive",
|
||||
quote: "Professional, responsive, and high-quality work every single time. They treat our yard like it's their own. We always recommend them to neighbors.",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Community Referrer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/looking-arrogant-successful-positive-proud-pointing-self_1194-632375.jpg?_wi=1",
|
||||
imageAlt: "Customer testimonial Emily Rodriguez",
|
||||
},
|
||||
id: "t5", title: "Professional & Responsive", quote: "Professional, responsive, and high-quality work every single time. They treat our yard like it's their own. We always recommend them to neighbors.", name: "Emily Rodriguez", role: "Community Referrer", imageSrc: "http://img.b2bpic.net/free-photo/looking-arrogant-successful-positive-proud-pointing-self_1194-632375.jpg?_wi=1", imageAlt: "Customer testimonial Emily Rodriguez"},
|
||||
{
|
||||
id: "t6",
|
||||
title: "Reliable & Trustworthy",
|
||||
quote: "Reliable and trustworthy. I can set my watch to when they show up. Their consistency and reliability make them stand out from other services.",
|
||||
name: "Robert Thompson",
|
||||
role: "Regular Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-copy-space_23-2148321539.jpg?_wi=1",
|
||||
imageAlt: "Customer testimonial Robert Thompson",
|
||||
},
|
||||
id: "t6", title: "Reliable & Trustworthy", quote: "Reliable and trustworthy. I can set my watch to when they show up. Their consistency and reliability make them stand out from other services.", name: "Robert Thompson", role: "Regular Client", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-copy-space_23-2148321539.jpg?_wi=1", imageAlt: "Customer testimonial Robert Thompson"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -294,13 +196,9 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Request Your Free Estimate Today",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Request Your Free Estimate Today", href: "/contact"},
|
||||
{
|
||||
text: "Call (555) 123-4567",
|
||||
href: "tel:+1-555-123-4567",
|
||||
},
|
||||
text: "Call (555) 123-4567", href: "tel:+1-555-123-4567"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user