diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx new file mode 100644 index 0000000..f59b193 --- /dev/null +++ b/src/app/contact/page.tsx @@ -0,0 +1,41 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import React from 'react'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import ContactText from '@/components/sections/contact/ContactText'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; + +export default function ContactPage() { + return ( + + +
+
+ +
+
+ +
+ ); +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d31645..803cf41 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,68 +33,43 @@ export default function LandingPage() {
@@ -106,19 +81,13 @@ export default function LandingPage() { metrics={[ { icon: ShieldCheck, - label: "Fully Insured", - value: "100%", - }, + label: "Fully Insured", value: "100%"}, { icon: Award, - label: "Certified Arborists", - value: "15+", - }, + label: "Certified Arborists", value: "15+"}, { icon: Clock, - label: "Years Experience", - value: "20+", - }, + label: "Years Experience", value: "20+"}, ]} metricsAnimation="slide-up" /> @@ -131,35 +100,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", - title: "Tree Pruning", - author: "Pro Team", - description: "Expert canopy management to enhance health and property aesthetics.", - tags: [ - "Maintenance", - ], - imageSrc: "http://img.b2bpic.net/free-photo/man-prepares-climb-ropes-park_1304-4997.jpg?_wi=2", - }, + id: "1", title: "Tree Pruning", author: "Pro Team", description: "Expert canopy management to enhance health and property aesthetics.", tags: [ + "Maintenance"], + imageSrc: "http://img.b2bpic.net/free-photo/man-prepares-climb-ropes-park_1304-4997.jpg?_wi=2"}, { - id: "2", - title: "Hazardous Removal", - author: "Removal Team", - description: "Safe, efficient removal of dead or dangerous trees by specialists.", - tags: [ - "Safety", - ], - imageSrc: "http://img.b2bpic.net/free-photo/pile-logs-green-forest_181624-42990.jpg", - }, + id: "2", title: "Hazardous Removal", author: "Removal Team", description: "Safe, efficient removal of dead or dangerous trees by specialists.", tags: [ + "Safety"], + imageSrc: "http://img.b2bpic.net/free-photo/pile-logs-green-forest_181624-42990.jpg"}, { - id: "3", - title: "Stump Grinding", - author: "Cleanup Team", - description: "Complete removal of stumps to reclaim your landscape space.", - tags: [ - "Cleanup", - ], - imageSrc: "http://img.b2bpic.net/free-photo/faceless-lumberman-chopping-log-forest_23-2148253379.jpg", - }, + id: "3", title: "Stump Grinding", author: "Cleanup Team", description: "Complete removal of stumps to reclaim your landscape space.", tags: [ + "Cleanup"], + imageSrc: "http://img.b2bpic.net/free-photo/faceless-lumberman-chopping-log-forest_23-2148253379.jpg"}, ]} title="Our Specialized Tree Services" description="Precision care for every tree on your property, ensuring health and safety." @@ -173,20 +124,11 @@ export default function LandingPage() { tag="Trusted Quality" metrics={[ { - id: "m1", - value: "5000+", - description: "Trees Safely Trimmed", - }, + id: "m1", value: "5000+", description: "Trees Safely Trimmed"}, { - id: "m2", - value: "98%", - description: "Customer Satisfaction", - }, + id: "m2", value: "98%", description: "Customer Satisfaction"}, { - id: "m3", - value: "24/7", - description: "Emergency Availability", - }, + id: "m3", value: "24/7", description: "Emergency Availability"}, ]} metricsAnimation="blur-reveal" /> @@ -199,59 +141,28 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Miller", - role: "Homeowner", - company: "Resident", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-couple-browsing-tablet-table_23-2147895027.jpg", - }, + id: "1", name: "Sarah Miller", role: "Homeowner", company: "Resident", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-couple-browsing-tablet-table_23-2147895027.jpg"}, { - id: "2", - name: "David Chen", - role: "Property Manager", - company: "Management", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-smiling-woman_171337-4171.jpg", - }, + id: "2", name: "David Chen", role: "Property Manager", company: "Management", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-smiling-woman_171337-4171.jpg"}, { - id: "3", - name: "Robert Smith", - role: "Homeowner", - company: "Resident", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/gardening-mid-aged-man-working-garden-with-gtareden-inventory_259150-58928.jpg", - }, + id: "3", name: "Robert Smith", role: "Homeowner", company: "Resident", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/gardening-mid-aged-man-working-garden-with-gtareden-inventory_259150-58928.jpg"}, { - id: "4", - name: "Maria Garcia", - role: "Landowner", - company: "Resident", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-university-student-girl-sits-park-lawn-leans-tree-smiles-resting-outdoors_1258-137859.jpg", - }, + id: "4", name: "Maria Garcia", role: "Landowner", company: "Resident", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-university-student-girl-sits-park-lawn-leans-tree-smiles-resting-outdoors_1258-137859.jpg"}, { - id: "5", - name: "Tom Baker", - role: "Manager", - company: "Commercial", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-restaurant_23-2148395357.jpg", - }, + id: "5", name: "Tom Baker", role: "Manager", company: "Commercial", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/group-friends-restaurant_23-2148395357.jpg"}, ]} kpiItems={[ { - value: "4.9/5", - label: "Avg Rating", - }, + value: "4.9/5", label: "Avg Rating"}, { - value: "100%", - label: "Reliability", - }, + value: "100%", label: "Reliability"}, { - value: "500+", - label: "Reviews", - }, + value: "500+", label: "Reviews"}, ]} title="What Our Clients Say" description="Hear from the homeowners and property managers we've helped." @@ -263,14 +174,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Evergreen Management", - "Oakland HOA", - "Maple Grove Realty", - "Pine Valley Estates", - "Cedar Crest Services", - "Willow Creek Prop", - "Birch Grove Association", - ]} + "Evergreen Management", "Oakland HOA", "Maple Grove Realty", "Pine Valley Estates", "Cedar Crest Services", "Willow Creek Prop", "Birch Grove Association"]} title="We Work With The Best" description="Trusted by leading property management firms and local associations." /> @@ -281,20 +185,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "Are you fully insured?", - content: "Yes, we are fully licensed and insured for your protection and property safety.", - }, + id: "q1", title: "Are you fully insured?", content: "Yes, we are fully licensed and insured for your protection and property safety."}, { - id: "q2", - title: "Do you offer emergency service?", - content: "We offer 24/7 emergency response for storm damage and dangerous tree hazards.", - }, + id: "q2", title: "Do you offer emergency service?", content: "We offer 24/7 emergency response for storm damage and dangerous tree hazards."}, { - id: "q3", - title: "How long until you can start?", - content: "We pride ourselves on responsive service and can often schedule same-week assessments.", - }, + id: "q3", title: "How long until you can start?", content: "We pride ourselves on responsive service and can often schedule same-week assessments."}, ]} sideTitle="Frequently Asked Questions" faqsAnimation="slide-up" @@ -305,16 +200,13 @@ export default function LandingPage() { @@ -325,42 +217,27 @@ export default function LandingPage() { logoText="ArborPro" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "/about"}, { - label: "Reviews", - href: "#testimonials", - }, + label: "Reviews", href: "/reviews"}, ], }, { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Pruning", - href: "#features", - }, + label: "Pruning", href: "/services"}, { - label: "Removal", - href: "#features", - }, + label: "Removal", href: "/services"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "/contact"}, { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "/privacy"}, ], }, ]}