diff --git a/src/app/page.tsx b/src/app/page.tsx index d90aaa9..25f907b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="smallMedium" sizing="mediumLargeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -45,26 +45,34 @@ export default function LandingPage() { tag="Expert Local Service" tagIcon={CheckCircle} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg?_wi=1", imageAlt: "Professional tree surgeon team working"}, + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg", imageAlt: "Professional tree surgeon team working" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22887.jpg?_wi=1", imageAlt: "Expert tree removal service"}, + imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22887.jpg", imageAlt: "Expert tree removal service" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/hands-gardener-orange-gloves-are-trimming-overgrown-green-shrub-using-hedge-shears-sunny-backyard-worker-landscaping-garden-close-up_639032-841.jpg?_wi=1", imageAlt: "Professional tree pruning"}, + imageSrc: "http://img.b2bpic.net/free-photo/hands-gardener-orange-gloves-are-trimming-overgrown-green-shrub-using-hedge-shears-sunny-backyard-worker-landscaping-garden-close-up_639032-841.jpg", imageAlt: "Professional tree pruning" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/two-women-walking-forest-forest-nature-outdoor-recreation_169016-68233.jpg?_wi=1", imageAlt: "Emergency tree services"}, + imageSrc: "http://img.b2bpic.net/free-photo/two-women-walking-forest-forest-nature-outdoor-recreation_169016-68233.jpg", imageAlt: "Emergency tree services" + }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/positive-male-landscaper-cutting-top-overgrown-thujas-with-motorized-hedge-trimmer-park-side_7502-10163.jpg?_wi=1", imageAlt: "Hedge cutting service"}, + imageSrc: "http://img.b2bpic.net/free-photo/positive-male-landscaper-cutting-top-overgrown-thujas-with-motorized-hedge-trimmer-park-side_7502-10163.jpg", imageAlt: "Hedge cutting service" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-wood-with-ax-daytime_181624-20812.jpg?_wi=1", imageAlt: "Stump grinding service"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-wood-with-ax-daytime_181624-20812.jpg", imageAlt: "Stump grinding service" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22887.jpg?_wi=2", imageAlt: "Professional tree felling"}, + imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22887.jpg", imageAlt: "Professional tree felling" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg?_wi=2", imageAlt: "Arborist team expertise"}, + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg", imageAlt: "Arborist team expertise" + }, ]} buttons={[ { text: "Call Now: +44 20 4636 4457", href: "tel:+442046364457" }, @@ -112,22 +120,22 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - title: "Tree Removal", description: "Safe removal of large, diseased, or unwanted trees with full site cleanup", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22887.jpg?_wi=3", imageAlt: "Professional tree removal", button: { text: "Get Quote", href: "tel:+442046364457" }, + title: "Tree Removal", description: "Safe removal of large, diseased, or unwanted trees with full site cleanup", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22887.jpg", imageAlt: "Professional tree removal", button: { text: "Get Quote", href: "tel:+442046364457" }, }, { - title: "Tree Pruning", description: "Expert pruning to promote health, shape, and safety of your trees", imageSrc: "http://img.b2bpic.net/free-photo/hands-gardener-orange-gloves-are-trimming-overgrown-green-shrub-using-hedge-shears-sunny-backyard-worker-landscaping-garden-close-up_639032-841.jpg?_wi=2", imageAlt: "Professional tree pruning", button: { text: "Get Quote", href: "tel:+442046364457" }, + title: "Tree Pruning", description: "Expert pruning to promote health, shape, and safety of your trees", imageSrc: "http://img.b2bpic.net/free-photo/hands-gardener-orange-gloves-are-trimming-overgrown-green-shrub-using-hedge-shears-sunny-backyard-worker-landscaping-garden-close-up_639032-841.jpg", imageAlt: "Professional tree pruning", button: { text: "Get Quote", href: "tel:+442046364457" }, }, { - title: "Emergency Tree Services", description: "Rapid response to storm damage, fallen trees, and urgent situations", imageSrc: "http://img.b2bpic.net/free-photo/two-women-walking-forest-forest-nature-outdoor-recreation_169016-68233.jpg?_wi=2", imageAlt: "Emergency tree services", button: { text: "Call Now", href: "tel:+442046364457" }, + title: "Emergency Tree Services", description: "Rapid response to storm damage, fallen trees, and urgent situations", imageSrc: "http://img.b2bpic.net/free-photo/two-women-walking-forest-forest-nature-outdoor-recreation_169016-68233.jpg", imageAlt: "Emergency tree services", button: { text: "Call Now", href: "tel:+442046364457" }, }, { - title: "Hedge Cutting", description: "Professional hedge trimming and maintenance for neat, healthy boundaries", imageSrc: "http://img.b2bpic.net/free-photo/positive-male-landscaper-cutting-top-overgrown-thujas-with-motorized-hedge-trimmer-park-side_7502-10163.jpg?_wi=2", imageAlt: "Hedge cutting service", button: { text: "Get Quote", href: "tel:+442046364457" }, + title: "Hedge Cutting", description: "Professional hedge trimming and maintenance for neat, healthy boundaries", imageSrc: "http://img.b2bpic.net/free-photo/positive-male-landscaper-cutting-top-overgrown-thujas-with-motorized-hedge-trimmer-park-side_7502-10163.jpg", imageAlt: "Hedge cutting service", button: { text: "Get Quote", href: "tel:+442046364457" }, }, { - title: "Stump Grinding", description: "Complete stump removal to clear space and prevent regrowth", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-wood-with-ax-daytime_181624-20812.jpg?_wi=2", imageAlt: "Stump grinding service", button: { text: "Get Quote", href: "tel:+442046364457" }, + title: "Stump Grinding", description: "Complete stump removal to clear space and prevent regrowth", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-wood-with-ax-daytime_181624-20812.jpg", imageAlt: "Stump grinding service", button: { text: "Get Quote", href: "tel:+442046364457" }, }, { - title: "Tree Felling", description: "Controlled tree felling with precision and safety, ideal for large specimens", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22887.jpg?_wi=4", imageAlt: "Professional tree felling", button: { text: "Get Quote", href: "tel:+442046364457" }, + title: "Tree Felling", description: "Controlled tree felling with precision and safety, ideal for large specimens", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22887.jpg", imageAlt: "Professional tree felling", button: { text: "Get Quote", href: "tel:+442046364457" }, }, ]} gridVariant="three-columns-all-equal-width" @@ -146,7 +154,7 @@ export default function LandingPage() { description="Professional expertise you can rely on" subdescription="Expert local service since 2004" icon={CheckCircle} - imageSrc="http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg" imageAlt="Professional tree surgeon team" mediaAnimation="slide-up" useInvertedBackground={false} @@ -162,17 +170,23 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "Sarah Johnson", handle: "Islington, London", testimonial: "Excellent service. The team were professional, efficient, and handled a difficult tree removal perfectly. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson"}, + id: "1", name: "Sarah Johnson", handle: "Islington, London", testimonial: "Excellent service. The team were professional, efficient, and handled a difficult tree removal perfectly. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson" + }, { - id: "2", name: "Michael Chen", handle: "Camden, London", testimonial: "Outstanding work on our emergency tree removal. They arrived quickly and handled everything safely. Really impressive.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen"}, + id: "2", name: "Michael Chen", handle: "Camden, London", testimonial: "Outstanding work on our emergency tree removal. They arrived quickly and handled everything safely. Really impressive.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen" + }, { - id: "3", name: "Emma Rodriguez", handle: "Haringey, London", testimonial: "Professional team, great pricing, and they left the garden spotless. Will definitely use them again for any tree work.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emma Rodriguez"}, + id: "3", name: "Emma Rodriguez", handle: "Haringey, London", testimonial: "Professional team, great pricing, and they left the garden spotless. Will definitely use them again for any tree work.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emma Rodriguez" + }, { - id: "4", name: "David Kim", handle: "Barnet, London", testimonial: "Five stars! They trimmed our large oak tree beautifully. Safe, efficient, and exactly what we needed.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "David Kim"}, + id: "4", name: "David Kim", handle: "Barnet, London", testimonial: "Five stars! They trimmed our large oak tree beautifully. Safe, efficient, and exactly what we needed.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "David Kim" + }, { - id: "5", name: "Linda Thompson", handle: "Enfield, London", testimonial: "Called them for an emergency fallen tree after the storm. They came within 2 hours and sorted it perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Linda Thompson"}, + id: "5", name: "Linda Thompson", handle: "Enfield, London", testimonial: "Called them for an emergency fallen tree after the storm. They came within 2 hours and sorted it perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Linda Thompson" + }, { - id: "6", name: "James Wilson", handle: "Finsbury Park, London", testimonial: "Professional, courteous, and they do great work. Highly trusted arborists in North London. Best choice.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "James Wilson"}, + id: "6", name: "James Wilson", handle: "Finsbury Park, London", testimonial: "Professional, courteous, and they do great work. Highly trusted arborists in North London. Best choice.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Wilson" + }, ]} animationType="slide-up" textboxLayout="default" @@ -204,17 +218,23 @@ export default function LandingPage() { ctaIcon={Phone} faqs={[ { - id: "1", title: "How quickly can you respond to emergency calls?", content: "We offer 24/7 emergency tree services with rapid response times. Call us immediately for urgent situations - we aim to attend within 2 hours in most cases."}, + id: "1", title: "How quickly can you respond to emergency calls?", content: "We offer 24/7 emergency tree services with rapid response times. Call us immediately for urgent situations - we aim to attend within 2 hours in most cases." + }, { - id: "2", title: "Are you fully insured?", content: "Yes, we are fully insured with comprehensive public liability insurance covering all our work. Your property and safety are our priority."}, + id: "2", title: "Are you fully insured?", content: "Yes, we are fully insured with comprehensive public liability insurance covering all our work. Your property and safety are our priority." + }, { - id: "3", title: "Do you provide free quotes?", content: "Absolutely! We provide free, no-obligation quotes for all tree work. Contact us to arrange a visit from our professional team."}, + id: "3", title: "Do you provide free quotes?", content: "Absolutely! We provide free, no-obligation quotes for all tree work. Contact us to arrange a visit from our professional team." + }, { - id: "4", title: "What areas do you serve?", content: "We serve all of North London including Camden, Islington, Barnet, Haringey, Enfield, and surrounding areas. Contact us to confirm your location."}, + id: "4", title: "What areas do you serve?", content: "We serve all of North London including Camden, Islington, Barnet, Haringey, Enfield, and surrounding areas. Contact us to confirm your location." + }, { - id: "5", title: "Can you handle large tree removals?", content: "Yes, our experienced team specializes in safe removal of large trees using professional equipment and proven safety protocols."}, + id: "5", title: "Can you handle large tree removals?", content: "Yes, our experienced team specializes in safe removal of large trees using professional equipment and proven safety protocols." + }, { - id: "6", title: "Do you offer a service guarantee?", content: "We stand behind all our work. If you're not completely satisfied, we'll work to make it right. Your satisfaction is guaranteed."}, + id: "6", title: "Do you offer a service guarantee?", content: "We stand behind all our work. If you're not completely satisfied, we'll work to make it right. Your satisfaction is guaranteed." + }, ]} animationType="slide-up" useInvertedBackground={false}