Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 07:24:29 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
tag="Now Available"
tagIcon={Zap}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/person-controlling-drone-with-remote_181624-8874.jpg"
imageSrc="http://img.b2bpic.net/free-photo/person-controlling-drone-with-remote_181624-8874.jpg?_wi=1"
imageAlt="Premium drone rental equipment"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -61,19 +61,19 @@ export default function LandingPage() {
testimonials={[
{
name: "James Chen", handle: "Film Director", testimonial: "Outstanding quality and reliable service. My go-to rental partner.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"
},
{
name: "Sarah Williams", handle: "Real Estate Agent", testimonial: "Fast delivery, excellent support, and top-notch equipment.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1"
},
{
name: "Marcus Rodriguez", handle: "Photographer", testimonial: "Professional service from start to finish. Highly recommended.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bald-man-with-glasses_641386-645.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bald-man-with-glasses_641386-645.jpg?_wi=1"
},
{
name: "Emma Thompson", handle: "Content Creator", testimonial: "Best drone rental service I've used. Worth every penny.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/male-white-shirt-holds-photo-camera-isolated-grey_613910-463.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/male-white-shirt-holds-photo-camera-isolated-grey_613910-463.jpg?_wi=1"
}
]}
testimonialRotationInterval={5000}
@@ -188,22 +188,22 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1", title: "Outstanding Rental Experience", quote: "We needed professional cinema-grade equipment for a documentary shoot. Freefly Ember delivered exactly what we needed with expert support throughout.", name: "David Mitchell", role: "Documentary Filmmaker", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
id: "1", title: "Outstanding Rental Experience", quote: "We needed professional cinema-grade equipment for a documentary shoot. Freefly Ember delivered exactly what we needed with expert support throughout.", name: "David Mitchell", role: "Documentary Filmmaker", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"
},
{
id: "2", title: "Perfect for Property Listings", quote: "The aerial photography capabilities transformed our property listings. The equipment quality is exceptional and the rental process is seamless.", name: "Sophie Bennett", role: "Real Estate Director", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg"
id: "2", title: "Perfect for Property Listings", quote: "The aerial photography capabilities transformed our property listings. The equipment quality is exceptional and the rental process is seamless.", name: "Sophie Bennett", role: "Real Estate Director", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2"
},
{
id: "3", title: "Reliable Partner for Events", quote: "We've rented from Freefly Ember for multiple wedding events. Their professionalism, reliability, and quality never disappoint.", name: "James Patterson", role: "Event Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bald-man-with-glasses_641386-645.jpg"
id: "3", title: "Reliable Partner for Events", quote: "We've rented from Freefly Ember for multiple wedding events. Their professionalism, reliability, and quality never disappoint.", name: "James Patterson", role: "Event Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bald-man-with-glasses_641386-645.jpg?_wi=2"
},
{
id: "4", title: "Best Thermal Equipment", quote: "For our building inspections, the thermal drone rental service is invaluable. Technical support is outstanding and pricing is fair.", name: "Rachel White", role: "Building Surveyor", imageSrc: "http://img.b2bpic.net/free-photo/male-white-shirt-holds-photo-camera-isolated-grey_613910-463.jpg"
id: "4", title: "Best Thermal Equipment", quote: "For our building inspections, the thermal drone rental service is invaluable. Technical support is outstanding and pricing is fair.", name: "Rachel White", role: "Building Surveyor", imageSrc: "http://img.b2bpic.net/free-photo/male-white-shirt-holds-photo-camera-isolated-grey_613910-463.jpg?_wi=2"
},
{
id: "5", title: "Perfect for Commercial Shoots", quote: "As a commercial director, I need reliability. Freefly Ember provides top-tier equipment with support that matches the quality.", name: "Michael Torres", role: "Commercial Director", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
id: "5", title: "Perfect for Commercial Shoots", quote: "As a commercial director, I need reliability. Freefly Ember provides top-tier equipment with support that matches the quality.", name: "Michael Torres", role: "Commercial Director", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"
},
{
id: "6", title: "Worth Every Penny", quote: "Premium equipment at reasonable prices. The team goes above and beyond to ensure your project succeeds. Highly recommended.", name: "Laura Henderson", role: "Content Creator", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg"
id: "6", title: "Worth Every Penny", quote: "Premium equipment at reasonable prices. The team goes above and beyond to ensure your project succeeds. Highly recommended.", name: "Laura Henderson", role: "Content Creator", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=3"
}
]}
/>
@@ -255,7 +255,7 @@ export default function LandingPage() {
}}
buttonText="Get In Touch"
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/person-controlling-drone-with-remote_181624-8874.jpg"
imageSrc="http://img.b2bpic.net/free-photo/person-controlling-drone-with-remote_181624-8874.jpg?_wi=2"
imageAlt="Contact us for drone rental"
mediaAnimation="slide-up"
mediaPosition="right"