diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ba43ea..01eced7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,26 +31,11 @@ export default function LandingPage() {
@@ -266,41 +130,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Sarah Johnson", - handle: "@sarahj", - testimonial: "They are extremely fast, friendly, and efficient. I wouldn't hesitate to have them do work.", - imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg", - }, - { - id: "t2", - name: "Michael Chen", - handle: "@mchen", - testimonial: "Top notch work. Super fast! Affordable! And easy to communicate with.", - imageSrc: "http://img.b2bpic.net/free-photo/outside-lifestyle-portrait-happy-relaxed-woman-poses-summer-terrace-sunshine-true-emotions_291650-1278.jpg", - }, - { - id: "t3", - name: "Emily Rodriguez", - handle: "@emilyr", - testimonial: "Any tree work that we have — he’s got our call.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064977.jpg", - }, - { - id: "t4", - name: "David Kim", - handle: "@davidk", - testimonial: "Very professional and cleaned up everything perfectly.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-smelling-wild-flowers_23-2147711969.jpg", - }, - { - id: "t5", - name: "Lisa Wang", - handle: "@lisaw", - testimonial: "The best tree service experience we've had in Mankato.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-green-eyed-brunette-woman-hair-band-white-t-shirt-against-wall-windows-cacti_197531-17042.jpg", - }, + { id: "t1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "They are extremely fast, friendly, and efficient. I wouldn't hesitate to have them do work.", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg" }, + { id: "t2", name: "Michael Chen", handle: "@mchen", testimonial: "Top notch work. Super fast! Affordable! And easy to communicate with.", imageSrc: "http://img.b2bpic.net/free-photo/outside-lifestyle-portrait-happy-relaxed-woman-poses-summer-terrace-sunshine-true-emotions_291650-1278.jpg" }, + { id: "t3", name: "Emily Rodriguez", handle: "@emilyr", testimonial: "Any tree work that we have — he’s got our call.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064977.jpg" }, + { id: "t4", name: "David Kim", handle: "@davidk", testimonial: "Very professional and cleaned up everything perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/woman-smelling-wild-flowers_23-2147711969.jpg" }, + { id: "t5", name: "Lisa Wang", handle: "@lisaw", testimonial: "The best tree service experience we've had in Mankato.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-green-eyed-brunette-woman-hair-band-white-t-shirt-against-wall-windows-cacti_197531-17042.jpg" }, ]} title="Trusted by Local Neighbors" description="Real results from homeowners in the North Mankato area." @@ -313,38 +147,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - title: "1. Request", - description: "Get in touch for a free estimate.", - bentoComponent: "reveal-icon", - icon: MessageSquare, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-pile-logs-drying-field_181624-17775.jpg?_wi=2", - imageAlt: "stump grinding machine yard", - }, - { - title: "2. Plan", - description: "Review the job and get a clear plan.", - bentoComponent: "reveal-icon", - icon: FileText, - imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field_329181-12481.jpg?_wi=3", - imageAlt: "stump grinding machine yard", - }, - { - title: "3. Execute", - description: "Schedule the work comfortably.", - bentoComponent: "reveal-icon", - icon: CalendarCheck, - imageSrc: "http://img.b2bpic.net/free-photo/chain-saw-log_1398-170.jpg?_wi=3", - imageAlt: "stump grinding machine yard", - }, - { - title: "4. Enjoy", - description: "Your yard, safer and cleaner.", - bentoComponent: "reveal-icon", - icon: CheckCircle, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-gardener-holding-trimmer-yard_342744-539.jpg?_wi=2", - imageAlt: "stump grinding machine yard", - }, + { title: "1. Request", description: "Get in touch for a free estimate.", bentoComponent: "reveal-icon", icon: MessageSquare }, + { title: "2. Plan", description: "Review the job and get a clear plan.", bentoComponent: "reveal-icon", icon: FileText }, + { title: "3. Execute", description: "Schedule the work comfortably.", bentoComponent: "reveal-icon", icon: CalendarCheck }, + { title: "4. Enjoy", description: "Your yard, safer and cleaner.", bentoComponent: "reveal-icon", icon: CheckCircle }, ]} title="Simple Process, Done Right" description="We make getting tree work straightforward and stress-free." @@ -355,26 +161,10 @@ export default function LandingPage() {