diff --git a/src/app/page.tsx b/src/app/page.tsx index 2211ff5..a299df0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,15 +2,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; +import MediaAbout from '@/components/sections/about/MediaAbout'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; -import MediaAbout from '@/components/sections/about/MediaAbout'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; @@ -59,6 +55,8 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/woman-black-apron-working-greenhouse_1157-30896.jpg", imageAlt: "Arborist detail" }, { imageSrc: "http://img.b2bpic.net/free-photo/side-view-caucasian-male-botanist-panama-hat-striped-shirt-exploring-species-field-work-tropical-forest-standing-front-big-plant-reading-information-emergent-tree-manual_273609-6406.jpg", imageAlt: "Estate inspection" } ]} + rating={5.0} + ratingText="5.0 Star Rated Service" /> @@ -78,9 +76,9 @@ export default function LandingPage() { title="Precision in Performance" description="Data-backed excellence for discerning landscapes." metrics={[ - { icon: "TreeDeciduous", title: "Total Preservation Cycles", value: "1,500+" }, - { icon: "ShieldCheck", title: "ISA Certified Masters", value: "12" }, - { icon: "Award", title: "Years of Distinguished Service", value: "30" } + { title: "Total Preservation Cycles", value: "1,500+" }, + { title: "ISA Certified Masters", value: "12" }, + { title: "Years of Distinguished Service", value: "30" } ]} /> @@ -91,9 +89,9 @@ export default function LandingPage() { title="Masters of the Canopy" description="Our specialists represent the pinnacle of arboricultural expertise, blending aesthetic vision with rigorous safety standards." members={[ - { name: "John Trapper", role: "Master Arborist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-gardener-holding-trimmer-working-yard_342744-540.jpg" }, - { name: "Sarah Miller", role: "Lead Consultant", imageSrc: "http://img.b2bpic.net/free-photo/tourist-by-bonfire-forest_1303-9079.jpg" }, - { name: "David Chen", role: "Health Specialist", imageSrc: "http://img.b2bpic.net/free-photo/happy-gardeners-growing-coniferous-plants-pots-blonde-woman-holding-small-thuja-working-with-grey-haired-man-glasses-gardening-activity-summer-concept_74855-12856.jpg" } + { id: "1", name: "John Trapper", role: "Master Arborist", description: "Certified lead arboriculturist with 30 years of field experience.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-gardener-holding-trimmer-working-yard_342744-540.jpg" }, + { id: "2", name: "Sarah Miller", role: "Lead Consultant", description: "Specializes in estate preservation and client advocacy.", imageSrc: "http://img.b2bpic.net/free-photo/tourist-by-bonfire-forest_1303-9079.jpg" }, + { id: "3", name: "David Chen", role: "Health Specialist", description: "Diagnostics and plant biology expert focusing on tree longevity.", imageSrc: "http://img.b2bpic.net/free-photo/happy-gardeners-growing-coniferous-plants-pots-blonde-woman-holding-small-thuja-working-with-grey-haired-man-glasses-gardening-activity-summer-concept_74855-12856.jpg" } ]} /> @@ -103,8 +101,8 @@ export default function LandingPage() { title="A Legacy of Satisfaction" description="The preferred choice for estate managers and private residence owners." testimonials={[ - { name: "Eleanor Vance", role: "West Hills Estate", quote: "Incomparable attention to detail and horticultural depth.", imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-have-rest-autumn-park_1157-28817.jpg" }, - { name: "Robert Sterling", role: "Meadowbrook Manager", quote: "Professional, discreet, and highly skilled in complex preservation.", imageSrc: "http://img.b2bpic.net/free-photo/successful-bearded-man-employer-interviews-woman-job_273609-4704.jpg" } + { id: "1", title: "Excellent", name: "Eleanor Vance", role: "West Hills Estate", quote: "Incomparable attention to detail and horticultural depth.", imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-have-rest-autumn-park_1157-28817.jpg" }, + { id: "2", title: "Professional", name: "Robert Sterling", role: "Meadowbrook Manager", quote: "Professional, discreet, and highly skilled in complex preservation.", imageSrc: "http://img.b2bpic.net/free-photo/successful-bearded-man-employer-interviews-woman-job_273609-4704.jpg" } ]} /> @@ -117,8 +115,6 @@ export default function LandingPage() { { title: "Estate Care", items: [{ label: "Private Consultations" }, { label: "Emergency Response" }] }, { title: "Contact", items: [{ label: "Professional Inquiries" }, { label: "Legacy Support" }] } ]} - leftText="Rooted in Excellence" - rightText="© 2024 Trappers Tree Service. All rights reserved." />