Merge version_1 into main #1
@@ -53,19 +53,19 @@ export default function LandingPage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg", imageAlt: "Professional tree removal service"
|
||||
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 removal service"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field_329181-12481.jpg", imageAlt: "Expert tree trimming and pruning"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field_329181-12481.jpg?_wi=1", imageAlt: "Expert tree trimming and pruning"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-women-walking-forest-forest-nature-outdoor-recreation_169016-68233.jpg", imageAlt: "Emergency tree removal specialist"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-women-walking-forest-forest-nature-outdoor-recreation_169016-68233.jpg?_wi=1", imageAlt: "Emergency tree removal specialist"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-forest-full-high-rise-trees-larvik-norway_181624-12584.jpg", imageAlt: "Storm damage tree cleanup"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-forest-full-high-rise-trees-larvik-norway_181624-12584.jpg?_wi=1", imageAlt: "Storm damage tree cleanup"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-wood-with-ax-daytime_181624-20812.jpg", imageAlt: "Professional stump grinding equipment"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-wood-with-ax-daytime_181624-20812.jpg?_wi=1", imageAlt: "Professional stump grinding equipment"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -105,19 +105,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "tree-removal", name: "Tree Removal", price: "Starting at $299", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field_329181-12481.jpg", imageAlt: "Tree removal service"
|
||||
id: "tree-removal", name: "Tree Removal", price: "Starting at $299", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field_329181-12481.jpg?_wi=2", imageAlt: "Tree removal service"
|
||||
},
|
||||
{
|
||||
id: "tree-trimming", name: "Tree Trimming & Pruning", price: "Starting at $199", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field_329181-12481.jpg", imageAlt: "Tree trimming service"
|
||||
id: "tree-trimming", name: "Tree Trimming & Pruning", price: "Starting at $199", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field_329181-12481.jpg?_wi=3", imageAlt: "Tree trimming service"
|
||||
},
|
||||
{
|
||||
id: "stump-grinding", name: "Stump Grinding & Removal", price: "Starting at $149", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-wood-with-ax-daytime_181624-20812.jpg", imageAlt: "Stump grinding service"
|
||||
id: "stump-grinding", name: "Stump Grinding & Removal", price: "Starting at $149", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-wood-with-ax-daytime_181624-20812.jpg?_wi=2", imageAlt: "Stump grinding service"
|
||||
},
|
||||
{
|
||||
id: "emergency-removal", name: "Emergency Tree Removal", price: "24/7 Available", imageSrc: "http://img.b2bpic.net/free-photo/two-women-walking-forest-forest-nature-outdoor-recreation_169016-68233.jpg", imageAlt: "Emergency tree removal"
|
||||
id: "emergency-removal", name: "Emergency Tree Removal", price: "24/7 Available", imageSrc: "http://img.b2bpic.net/free-photo/two-women-walking-forest-forest-nature-outdoor-recreation_169016-68233.jpg?_wi=2", imageAlt: "Emergency tree removal"
|
||||
},
|
||||
{
|
||||
id: "storm-cleanup", name: "Storm Cleanup", price: "Call for Quote", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-forest-full-high-rise-trees-larvik-norway_181624-12584.jpg", imageAlt: "Storm cleanup service"
|
||||
id: "storm-cleanup", name: "Storm Cleanup", price: "Call for Quote", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-forest-full-high-rise-trees-larvik-norway_181624-12584.jpg?_wi=2", imageAlt: "Storm cleanup service"
|
||||
},
|
||||
{
|
||||
id: "firewood", name: "Firewood Sales", price: "$160 per cord", imageSrc: "http://img.b2bpic.net/free-photo/natural-wooden-background-closeup-chopped-pine-firewood-stacked-pile-prepared-winter_166373-5020.jpg", imageAlt: "Seasoned firewood for sale"
|
||||
@@ -138,7 +138,7 @@ export default function LandingPage() {
|
||||
{ value: "224+", title: "5-Star Reviews" },
|
||||
{ value: "4.9★", title: "Average Rating" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg?_wi=2"
|
||||
imageAlt="Professional tree service team"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -175,7 +175,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", role: "Homeowner", testimonial: "Franklin Tree Service removed a massive oak tree from our yard safely and professionally. Their team was courteous and cleaned up everything perfectly. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", imageAlt: "Sarah Mitchell testimonial"
|
||||
id: "1", name: "Sarah Mitchell", role: "Homeowner", testimonial: "Franklin Tree Service removed a massive oak tree from our yard safely and professionally. Their team was courteous and cleaned up everything perfectly. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=1", imageAlt: "Sarah Mitchell testimonial"
|
||||
},
|
||||
{
|
||||
id: "2", name: "James Rodriguez", role: "Property Manager", testimonial: "We manage several properties and Franklin Tree Service handles all our maintenance. Fast, reliable, and reasonably priced. They're our go-to tree service.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "James Rodriguez testimonial"
|
||||
@@ -187,7 +187,7 @@ export default function LandingPage() {
|
||||
id: "4", name: "Michael Chen", role: "Homeowner", testimonial: "Called for an emergency removal after severe weather. They arrived within 2 hours and safely removed a dangerous tree. Absolutely fantastic service!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Chen testimonial"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Jennifer Adams", role: "Homeowner", testimonial: "The team trimmed our trees and made them look beautiful. Very professional, licensed, and insured. We felt completely confident with their work.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", imageAlt: "Jennifer Adams testimonial"
|
||||
id: "5", name: "Jennifer Adams", role: "Homeowner", testimonial: "The team trimmed our trees and made them look beautiful. Very professional, licensed, and insured. We felt completely confident with their work.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=2", imageAlt: "Jennifer Adams testimonial"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Robert Wilson", role: "HOA President", testimonial: "We hired Franklin Tree Service for community property maintenance. They're punctual, professional, and their pricing is fair. Very happy with them.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Robert Wilson testimonial"
|
||||
|
||||
Reference in New Issue
Block a user