diff --git a/src/app/page.tsx b/src/app/page.tsx index ab6ff15..ac7bf07 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,25 +33,15 @@ export default function LandingPage() { @@ -60,65 +50,40 @@ export default function LandingPage() {
@@ -143,38 +108,17 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "feat1", - title: "Punctuality & Reliability", - author: "Elevated Promise", - description: "We arrive on time, every time, ensuring your project stays on schedule and stress-free.", - tags: [ - "Professional", - "Reliable", - ], - imageSrc: "http://img.b2bpic.net/free-photo/volunteers-planting-trees-nature_1268-21665.jpg", - }, + id: "feat1", title: "Punctuality & Reliability", author: "Elevated Promise", description: "We arrive on time, every time, ensuring your project stays on schedule and stress-free.", tags: [ + "Professional", "Reliable"], + imageSrc: "http://img.b2bpic.net/free-photo/volunteers-planting-trees-nature_1268-21665.jpg"}, { - id: "feat2", - title: "Premium Craftsmanship", - author: "Expert Execution", - description: "Every stone laid and every seed sown is performed with expert precision and attention to detail.", - tags: [ - "Quality", - "Crafted", - ], - imageSrc: "http://img.b2bpic.net/free-photo/someone-trimming-bushes-with-garden-scissors_1157-37101.jpg", - }, + id: "feat2", title: "Premium Craftsmanship", author: "Expert Execution", description: "Every stone laid and every seed sown is performed with expert precision and attention to detail.", tags: [ + "Quality", "Crafted"], + imageSrc: "http://img.b2bpic.net/free-photo/someone-trimming-bushes-with-garden-scissors_1157-37101.jpg"}, { - id: "feat3", - title: "Transparent Pricing", - author: "Fairness First", - description: "We provide clear, honest quotes with no surprises, ensuring your budget is respected.", - tags: [ - "Transparent", - "Budget-Friendly", - ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-watering-plants-with-sprinkler_23-2148396764.jpg", - }, + id: "feat3", title: "Transparent Pricing", author: "Fairness First", description: "We provide clear, honest quotes with no surprises, ensuring your budget is respected.", tags: [ + "Transparent", "Budget-Friendly"], + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-watering-plants-with-sprinkler_23-2148396764.jpg"}, ]} title="Why Choose Elevated Landscaping?" description="We don't just build landscapes; we build long-term relationships through trust, hard work, and clear communication." @@ -185,44 +129,21 @@ export default function LandingPage() { @@ -252,59 +168,28 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Laura Przybylinski", - role: "Homeowner", - company: "Landscape Upgrade", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-greenhouse_23-2149098325.jpg", - }, + id: "t1", name: "Laura Przybylinski", role: "Homeowner", company: "Landscape Upgrade", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-greenhouse_23-2149098325.jpg"}, { - id: "t2", - name: "William Ashcraft", - role: "Homeowner", - company: "Quality Work", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-florist-her-nursery-standing-holding-potted-combination-succulents-her-hands-as-she-tends-gardenplants-greenhouse_158595-6976.jpg", - }, + id: "t2", name: "William Ashcraft", role: "Homeowner", company: "Quality Work", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-florist-her-nursery-standing-holding-potted-combination-succulents-her-hands-as-she-tends-gardenplants-greenhouse_158595-6976.jpg"}, { - id: "t3", - name: "Leeann Starkey", - role: "Homeowner", - company: "Reliable Team", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-outdoors-portrait-beautiful-cheerful-bearded-caucasian-farmer-blue-shirt-gloves-smiling-working-with-garden-tools-his-farm-near-countryside-house_176420-19905.jpg", - }, + id: "t3", name: "Leeann Starkey", role: "Homeowner", company: "Reliable Team", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-outdoors-portrait-beautiful-cheerful-bearded-caucasian-farmer-blue-shirt-gloves-smiling-working-with-garden-tools-his-farm-near-countryside-house_176420-19905.jpg"}, { - id: "t4", - name: "Susan Reed", - role: "Homeowner", - company: "Drainage Project", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-u-outdoors-portrait-beautiful-joyful-hispanic-man-blue-shirt-smiling-with-teeth-holding-pot-with-microgreens-working-garden_176420-19929.jpg", - }, + id: "t4", name: "Susan Reed", role: "Homeowner", company: "Drainage Project", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-u-outdoors-portrait-beautiful-joyful-hispanic-man-blue-shirt-smiling-with-teeth-holding-pot-with-microgreens-working-garden_176420-19929.jpg"}, { - id: "t5", - name: "Diana Mills", - role: "Homeowner", - company: "Rock & Weeding", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-helping-neighbors_23-2149139736.jpg", - }, + id: "t5", name: "Diana Mills", role: "Homeowner", company: "Rock & Weeding", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/people-helping-neighbors_23-2149139736.jpg"}, ]} kpiItems={[ { - value: "100+", - label: "Projects Completed", - }, + value: "100+", label: "Projects Completed"}, { - value: "5.0", - label: "Average Rating", - }, + value: "5.0", label: "Average Rating"}, { - value: "100%", - label: "Customer Satisfaction", - }, + value: "100%", label: "Customer Satisfaction"}, ]} title="Hear From Our Happy Clients" description="Don't just take our word for it. Our clients value our reliability, quality of work, and clear communication." @@ -316,20 +201,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "How long does a typical landscaping project take?", - content: "The timeline depends on the project size, but we prioritize clear communication to ensure you know exactly what to expect from start to finish.", - }, + id: "f1", title: "How long does a typical landscaping project take?", content: "The timeline depends on the project size, but we prioritize clear communication to ensure you know exactly what to expect from start to finish."}, { - id: "f2", - title: "Do you provide free estimates?", - content: "Yes, we are happy to provide a free, transparent estimate for your landscaping needs.", - }, + id: "f2", title: "Do you provide free estimates?", content: "Yes, we are happy to provide a free, transparent estimate for your landscaping needs."}, { - id: "f3", - title: "What service areas do you cover?", - content: "We proudly serve homeowners looking for premium landscaping solutions in our local area.", - }, + id: "f3", title: "What service areas do you cover?", content: "We proudly serve homeowners looking for premium landscaping solutions in our local area."}, ]} sideTitle="Frequently Asked Questions" sideDescription="Common questions about our landscaping process, timelines, and services." @@ -344,22 +220,14 @@ export default function LandingPage() { description="Ready to get started? Request a free estimate today by filling out our simple contact form." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Your Phone Number", - required: true, + name: "phone", type: "tel", placeholder: "Your Phone Number", required: true, }, ]} textarea={{ - name: "project", - placeholder: "Tell us about your project...", - rows: 4, + name: "project", placeholder: "Tell us about your project...", rows: 4, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/quality-control-inspector-worker-talking-while-going-through-list-plants-greenhouse_637285-1670.jpg" @@ -372,37 +240,23 @@ export default function LandingPage() { { items: [ { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Projects", - href: "#projects", - }, + label: "Projects", href: "#projects"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { items: [ { - label: "Facebook", - href: "#", - }, + label: "Facebook", href: "#"}, { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, ]}