diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6a66bb7..bb57584 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -32,8 +32,7 @@ export default function AboutPage() { { name: "Contact", id: "/contact" } ]} button={{ - text: "📞 Call Now", - href: "tel:+16155689651" + text: "📞 Call Now", href: "tel:+16155689651" }} /> @@ -47,6 +46,7 @@ export default function AboutPage() { { icon: Shield, label: "Licensed & Insured", value: "Fully Protected" }, { icon: Users, label: "Experienced Team", value: "Professional Crew" } ]} + metricsAnimation="none" useInvertedBackground={false} /> @@ -60,6 +60,7 @@ export default function AboutPage() { { icon: DollarSign, label: "Free Estimates", value: "No Hidden Fees" }, { icon: Shield, label: "Satisfaction", value: "100% Guaranteed" } ]} + metricsAnimation="none" useInvertedBackground={false} /> @@ -80,8 +81,7 @@ export default function AboutPage() { @@ -60,6 +59,7 @@ export default function ContactPage() { { icon: MapPin, label: "Located", value: "Nashville, TN" }, { icon: Mail, label: "Response Time", value: "Under 2 Hours" } ]} + metricsAnimation="none" useInvertedBackground={false} /> @@ -79,8 +79,7 @@ export default function ContactPage() { @@ -61,6 +60,7 @@ export default function HomePage() { imageAlt: "Safe tree removal process" } ]} + mediaAnimation="none" rating={5} ratingText="Rated 4.9 Stars by 70 Nashville Customers" /> @@ -75,6 +75,7 @@ export default function HomePage() { { icon: DollarSign, label: "Free Estimates", value: "Fair Pricing" }, { icon: Shield, label: "Licensed & Insured", value: "Professional Crew" } ]} + metricsAnimation="none" useInvertedBackground={false} /> @@ -88,6 +89,7 @@ export default function HomePage() { { icon: Shield, label: "Professional Crew", value: "Skilled & Trained" }, { icon: Clock, label: "Safety First", value: "Fully Equipped" } ]} + metricsAnimation="none" useInvertedBackground={false} /> @@ -120,8 +122,7 @@ export default function HomePage() { @@ -47,31 +46,16 @@ export default function ReviewsPage() { animationType="slide-up" testimonials={[ { - id: "1", - name: "Sarah Mitchell", - role: "Homeowner", - company: "Belle Meade, Nashville", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1", - imageAlt: "woman portrait professional headshot smiling portrait" + id: "1", name: "Sarah Mitchell", role: "Homeowner", company: "Belle Meade, Nashville", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "woman portrait professional headshot smiling portrait" }, { - id: "2", - name: "James Rodriguez", - role: "Property Owner", - company: "Germantown, Nashville", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", - imageAlt: "man portrait professional headshot business portrait" + id: "2", name: "James Rodriguez", role: "Property Owner", company: "Germantown, Nashville", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "man portrait professional headshot business portrait" }, { - id: "3", - name: "Maria Garcia", - role: "Homeowner", - company: "Green Hills, Nashville", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2", - imageAlt: "woman portrait professional headshot smiling portrait" + id: "3", name: "Maria Garcia", role: "Homeowner", company: "Green Hills, Nashville", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "woman portrait professional headshot smiling portrait" } ]} kpiItems={[ @@ -110,8 +94,7 @@ export default function ReviewsPage() { @@ -47,24 +46,15 @@ export default function ServicesPage() { features={[ { id: 1, - title: "Tree Removal", - description: "Safe, efficient removal of hazardous or unwanted trees. We handle trees of all sizes with precision and care.", - imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22887.jpg", - imageAlt: "tree removal large tree equipment professional" + title: "Tree Removal", description: "Safe, efficient removal of hazardous or unwanted trees. We handle trees of all sizes with precision and care.", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22887.jpg", imageAlt: "tree removal large tree equipment professional" }, { id: 2, - title: "Emergency Tree Services", - description: "24/7 response to storm damage and fallen trees. Rapid assessment and immediate action to secure your property.", - imageSrc: "http://img.b2bpic.net/free-photo/two-women-walking-forest-forest-nature-outdoor-recreation_169016-68233.jpg", - imageAlt: "emergency tree storm damage fallen tree rapid response" + title: "Emergency Tree Services", description: "24/7 response to storm damage and fallen trees. Rapid assessment and immediate action to secure your property.", imageSrc: "http://img.b2bpic.net/free-photo/two-women-walking-forest-forest-nature-outdoor-recreation_169016-68233.jpg", imageAlt: "emergency tree storm damage fallen tree rapid response" }, { id: 3, - title: "Tree Trimming & Pruning", - description: "Professional trimming to improve tree health and appearance. We preserve healthy trees whenever possible.", - imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field_329181-12481.jpg", - imageAlt: "tree trimming pruning maintenance healthy tree" + title: "Tree Trimming & Pruning", description: "Professional trimming to improve tree health and appearance. We preserve healthy trees whenever possible.", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field_329181-12481.jpg", imageAlt: "tree trimming pruning maintenance healthy tree" } ]} /> @@ -98,8 +88,7 @@ export default function ServicesPage() {