Merge version_1 into main #2
183
src/app/page.tsx
183
src/app/page.tsx
@@ -25,8 +25,7 @@ const HomePage = () => {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Hardscaping", href: "/#hardscaping" },
|
||||
{ label: "Turf Installation", href: "/#turf" },
|
||||
{ label: "Irrigation", href: "/#irrigation" },
|
||||
@@ -34,8 +33,7 @@ const HomePage = () => {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Portfolio", href: "/#portfolio" },
|
||||
{ label: "Contact Us", href: "/#contact" },
|
||||
@@ -43,8 +41,7 @@ const HomePage = () => {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Landscaping Tips", href: "#" },
|
||||
{ label: "Arizona Climate Guide", href: "#" },
|
||||
{ label: "Project Gallery", href: "/#portfolio" },
|
||||
@@ -52,8 +49,7 @@ const HomePage = () => {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Licensing Info", href: "#" },
|
||||
@@ -133,47 +129,31 @@ const HomePage = () => {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Hardscaping & Patio Design",
|
||||
description: "Expert hardscape installation including patios, retaining walls, pathways, and outdoor features that enhance your property's beauty and functionality. Custom designs tailored to Arizona's climate and your aesthetic preferences.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-path-with-grass-growing-up_1137-86.jpg?_wi=1",
|
||||
},
|
||||
title: "Hardscaping & Patio Design", description="Expert hardscape installation including patios, retaining walls, pathways, and outdoor features that enhance your property's beauty and functionality. Custom designs tailored to Arizona's climate and your aesthetic preferences.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-path-with-grass-growing-up_1137-86.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-path-with-grass-growing-up_1137-86.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-path-with-grass-growing-up_1137-86.jpg"},
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Turf Installation & Maintenance",
|
||||
description: "Professional lawn installation and year-round maintenance services. We select grass varieties suited to Arizona's unique climate and provide comprehensive care to keep your landscape lush and healthy.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flower-field-white-clouds-daytime_395237-74.jpg?_wi=1",
|
||||
},
|
||||
title: "Turf Installation & Maintenance", description: "Professional lawn installation and year-round maintenance services. We select grass varieties suited to Arizona's unique climate and provide comprehensive care to keep your landscape lush and healthy.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flower-field-white-clouds-daytime_395237-74.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flower-field-white-clouds-daytime_395237-74.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flower-field-white-clouds-daytime_395237-74.jpg"},
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Irrigation Systems",
|
||||
description: "Smart irrigation design and installation for efficient water management. Our systems are optimized for Arizona's arid climate, reducing water usage while maintaining landscape health.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-watering-with-sprinkler_23-2148396767.jpg?_wi=1",
|
||||
},
|
||||
title: "Irrigation Systems", description: "Smart irrigation design and installation for efficient water management. Our systems are optimized for Arizona's arid climate, reducing water usage while maintaining landscape health.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-watering-with-sprinkler_23-2148396767.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-watering-with-sprinkler_23-2148396767.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-watering-with-sprinkler_23-2148396767.jpg"},
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Ongoing Maintenance",
|
||||
description: "Seasonal and regular maintenance plans including pruning, weeding, fertilization, and inspections. We keep your landscape pristine throughout the year with reliable, professional service.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serrated-metal-rake-garden-cleaning_169016-10692.jpg?_wi=1",
|
||||
},
|
||||
title: "Ongoing Maintenance", description: "Seasonal and regular maintenance plans including pruning, weeding, fertilization, and inspections. We keep your landscape pristine throughout the year with reliable, professional service.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serrated-metal-rake-garden-cleaning_169016-10692.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serrated-metal-rake-garden-cleaning_169016-10692.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serrated-metal-rake-garden-cleaning_169016-10692.jpg"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -192,47 +172,17 @@ const HomePage = () => {
|
||||
<ProductCardOne
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Desert Retreat Patio",
|
||||
price: "Residential",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-path-with-grass-growing-up_1137-86.jpg?_wi=3",
|
||||
imageAlt: "Desert Retreat Patio project",
|
||||
},
|
||||
id: "1", name: "Desert Retreat Patio", price: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/stone-path-with-grass-growing-up_1137-86.jpg", imageAlt: "Desert Retreat Patio project"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Commercial Campus Green",
|
||||
price: "Commercial",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flower-field-white-clouds-daytime_395237-74.jpg?_wi=3",
|
||||
imageAlt: "Commercial Campus Green project",
|
||||
},
|
||||
id: "2", name: "Commercial Campus Green", price: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/flower-field-white-clouds-daytime_395237-74.jpg", imageAlt: "Commercial Campus Green project"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Smart Irrigation Upgrade",
|
||||
price: "Retrofit",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-watering-with-sprinkler_23-2148396767.jpg?_wi=3",
|
||||
imageAlt: "Smart Irrigation Upgrade project",
|
||||
},
|
||||
id: "3", name: "Smart Irrigation Upgrade", price: "Retrofit", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-watering-with-sprinkler_23-2148396767.jpg", imageAlt: "Smart Irrigation Upgrade project"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Seasonal Maintenance",
|
||||
price: "Recurring",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serrated-metal-rake-garden-cleaning_169016-10692.jpg?_wi=3",
|
||||
imageAlt: "Seasonal Maintenance project",
|
||||
},
|
||||
id: "4", name: "Seasonal Maintenance", price: "Recurring", imageSrc: "http://img.b2bpic.net/free-photo/serrated-metal-rake-garden-cleaning_169016-10692.jpg", imageAlt: "Seasonal Maintenance project"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Luxury Estate Design",
|
||||
price: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-path-with-grass-growing-up_1137-86.jpg?_wi=4",
|
||||
imageAlt: "Luxury Estate Design project",
|
||||
},
|
||||
id: "5", name: "Luxury Estate Design", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/stone-path-with-grass-growing-up_1137-86.jpg", imageAlt: "Luxury Estate Design project"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Municipal Park Enhancement",
|
||||
price: "Government",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flower-field-white-clouds-daytime_395237-74.jpg?_wi=4",
|
||||
imageAlt: "Municipal Park Enhancement project",
|
||||
},
|
||||
id: "6", name: "Municipal Park Enhancement", price: "Government", imageSrc: "http://img.b2bpic.net/free-photo/flower-field-white-clouds-daytime_395237-74.jpg", imageAlt: "Municipal Park Enhancement project"},
|
||||
]}
|
||||
title="Portfolio Highlights"
|
||||
description="Explore our collection of completed projects showcasing the quality and versatility of our landscaping work across residential and commercial properties."
|
||||
@@ -250,41 +200,17 @@ const HomePage = () => {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1664.jpg?_wi=1",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1664.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoors-successful-business-person_23-2148763862.jpg?_wi=1",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoors-successful-business-person_23-2148763862.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emma Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-african-woman-student-resting-relaxing-sitting-cafe-smiling-drinking-coffee_176420-12331.jpg?_wi=1",
|
||||
imageAlt: "Emma Rodriguez",
|
||||
},
|
||||
id: "3", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-african-woman-student-resting-relaxing-sitting-cafe-smiling-drinking-coffee_176420-12331.jpg", imageAlt: "Emma Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1551.jpg?_wi=1",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1551.jpg", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa Thompson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg?_wi=1",
|
||||
imageAlt: "Lisa Thompson",
|
||||
},
|
||||
id: "5", name: "Lisa Thompson", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", imageAlt: "Lisa Thompson"},
|
||||
{
|
||||
id: "6",
|
||||
name: "James Martinez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202435.jpg?_wi=1",
|
||||
imageAlt: "James Martinez",
|
||||
},
|
||||
id: "6", name: "James Martinez", imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202435.jpg", imageAlt: "James Martinez"},
|
||||
]}
|
||||
cardTitle="Over 500 satisfied customers trust Green Tucson to transform their outdoor spaces with expert landscaping and exceptional service"
|
||||
cardTag="See What They Say"
|
||||
@@ -301,15 +227,8 @@ const HomePage = () => {
|
||||
tag="Certifications & Partners"
|
||||
tagIcon={Shield}
|
||||
tagAnimation="slide-up"
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/flat-design-first-class-stamp-collection_23-2149752754.jpg",
|
||||
"http://img.b2bpic.net/free-vector/set-labour-day-stickers_23-2147616840.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-design-slow-fashion-badge-set_23-2148815113.jpg",
|
||||
"http://img.b2bpic.net/free-vector/business-card-logo-template_23-2147503113.jpg",
|
||||
"http://img.b2bpic.net/free-vector/president-s-day-label-set_23-2148408101.jpg",
|
||||
"http://img.b2bpic.net/free-vector/gratis-label-collection-design_23-2149908381.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-mother-earth-day-background_23-2148073532.jpg",
|
||||
]}
|
||||
names={[
|
||||
"Arizona Landscape Association", "Professional Certified Landscaper", "Green Business Bureau", "Arizona Business Bureau Certified", "Licensed & Insured Contractor", "Landscape Design Institute", "Water Conservation Certified"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
@@ -322,41 +241,23 @@ const HomePage = () => {
|
||||
<FaqSplitText
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How long does a typical landscaping project take?",
|
||||
content:
|
||||
"Project timelines vary based on scope and complexity. Small residential projects typically take 2-4 weeks, while larger commercial installations may take 6-12 weeks. We provide detailed timelines during the consultation phase.",
|
||||
},
|
||||
id: "1", title: "How long does a typical landscaping project take?", content:
|
||||
"Project timelines vary based on scope and complexity. Small residential projects typically take 2-4 weeks, while larger commercial installations may take 6-12 weeks. We provide detailed timelines during the consultation phase."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Are you licensed and insured?",
|
||||
content:
|
||||
"Yes, Green Tucson is fully licensed, bonded, and insured. We maintain comprehensive liability coverage and carry all necessary state and local certifications. Documentation is available upon request.",
|
||||
},
|
||||
id: "2", title: "Are you licensed and insured?", content:
|
||||
"Yes, Green Tucson is fully licensed, bonded, and insured. We maintain comprehensive liability coverage and carry all necessary state and local certifications. Documentation is available upon request."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you offer maintenance plans?",
|
||||
content:
|
||||
"Absolutely. We offer customized maintenance plans ranging from seasonal service to year-round care. Plans include pruning, fertilization, irrigation monitoring, and seasonal cleanup.",
|
||||
},
|
||||
id: "3", title: "Do you offer maintenance plans?", content:
|
||||
"Absolutely. We offer customized maintenance plans ranging from seasonal service to year-round care. Plans include pruning, fertilization, irrigation monitoring, and seasonal cleanup."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What's your service area?",
|
||||
content:
|
||||
"We serve Tucson and throughout Arizona, including Phoenix, Flagstaff, and surrounding areas. We're experienced with projects across the state and understand regional climate variations.",
|
||||
},
|
||||
id: "4", title: "What's your service area?", content:
|
||||
"We serve Tucson and throughout Arizona, including Phoenix, Flagstaff, and surrounding areas. We're experienced with projects across the state and understand regional climate variations."},
|
||||
{
|
||||
id: "5",
|
||||
title: "How is pricing determined?",
|
||||
content:
|
||||
"We provide free consultations and detailed quotes based on project scope, materials, labor, and timeline. Pricing is transparent with no hidden fees. We work with budgets of all sizes.",
|
||||
},
|
||||
id: "5", title: "How is pricing determined?", content:
|
||||
"We provide free consultations and detailed quotes based on project scope, materials, labor, and timeline. Pricing is transparent with no hidden fees. We work with budgets of all sizes."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Can you work with existing landscaping?",
|
||||
content:
|
||||
"Yes, we specialize in upgrades and renovations. Whether refreshing irrigation systems, adding hardscape features, or improving existing lawns, we integrate new work seamlessly with your current landscape.",
|
||||
},
|
||||
id: "6", title: "Can you work with existing landscaping?", content:
|
||||
"Yes, we specialize in upgrades and renovations. Whether refreshing irrigation systems, adding hardscape features, or improving existing lawns, we integrate new work seamlessly with your current landscape."},
|
||||
]}
|
||||
sideTitle="Common Questions About Our Services"
|
||||
sideDescription="Find answers to frequently asked questions about our landscaping services, project timelines, pricing, and maintenance plans."
|
||||
|
||||
Reference in New Issue
Block a user