Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-06 17:22:51 +00:00

View File

@@ -53,19 +53,19 @@ export default function LandingPage() {
{ text: "Get Free Quote", href: "#contact" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/dark-haired-woman-carrying-basin-with-difinfection-appliances_259150-59495.jpg"
imageSrc="http://img.b2bpic.net/free-photo/dark-haired-woman-carrying-basin-with-difinfection-appliances_259150-59495.jpg?_wi=1"
imageAlt="Professional cleaning team performing end of lease cleaning"
mediaAnimation="slide-up"
testimonials={[
{
name: "Sarah Mitchell", handle: "Tenant, Melbourne", testimonial: "Great attention to detail and fantastic service. Our property manager said the place was immaculate.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/self-assured-business-leader-conference-room_1262-3068.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/self-assured-business-leader-conference-room_1262-3068.jpg?_wi=1"},
{
name: "John Davis", handle: "Property Manager", testimonial: "Polar End of Lease has consistently delivered exceptional results. They understand real estate standards perfectly.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-businessman-suit-showing-okay-sign-looking-satisfied-standing-against-white-ba_1258-173565.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-businessman-suit-showing-okay-sign-looking-satisfied-standing-against-white-ba_1258-173565.jpg?_wi=1"},
{
name: "Emma Wilson", handle: "Recent Client", testimonial: "Professional, reliable and thorough. Got my full bond back without any issues. Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-smiling-woman-sweater-standing-with-arms-folded-isolated-gray-background_231208-7348.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-smiling-woman-sweater-standing-with-arms-folded-isolated-gray-background_231208-7348.jpg?_wi=1"},
]}
testimonialRotationInterval={5000}
imagePosition="right"
@@ -92,7 +92,7 @@ export default function LandingPage() {
{ value: "4.2★", title: "Google Rating (339+ Reviews)" },
]}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/man-servant-cleaning-house_23-2149530802.jpg"
imageSrc="http://img.b2bpic.net/free-photo/man-servant-cleaning-house_23-2149530802.jpg?_wi=1"
imageAlt="Professional cleaners performing thorough end of lease cleaning"
mediaAnimation="slide-up"
/>
@@ -133,7 +133,7 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Polar Cleaning", name: "End of Lease Cleaning", price: "Starting from $450", rating: 5,
reviewCount: "280+", imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cleaning-house_23-2149530802.jpg", imageAlt: "End of lease cleaning service"},
reviewCount: "280+", imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cleaning-house_23-2149530802.jpg?_wi=2", imageAlt: "End of lease cleaning service"},
{
id: "2", brand: "Polar Cleaning", name: "Carpet Steam Cleaning", price: "Starting from $150", rating: 5,
reviewCount: "245+", imageSrc: "http://img.b2bpic.net/free-photo/woman-vacuuming-living-room_23-2148521008.jpg", imageAlt: "Carpet steam cleaning service"},
@@ -183,11 +183,11 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", title: "Immaculate work, got my full bond", quote: "Great attention to detail and fantastic service. Our property manager said the place was immaculate. Didn't have any issues with bond return.", name: "Sarah Johnson", role: "Tenant, Brunswick", imageSrc: "http://img.b2bpic.net/free-photo/self-assured-business-leader-conference-room_1262-3068.jpg"},
id: "1", title: "Immaculate work, got my full bond", quote: "Great attention to detail and fantastic service. Our property manager said the place was immaculate. Didn't have any issues with bond return.", name: "Sarah Johnson", role: "Tenant, Brunswick", imageSrc: "http://img.b2bpic.net/free-photo/self-assured-business-leader-conference-room_1262-3068.jpg?_wi=2"},
{
id: "2", title: "Professional and reliable", quote: "Polar End of Lease understood exactly what was needed for the real estate inspection. They arrived on time, worked efficiently, and delivered flawless results.", name: "Michael Chen", role: "Property Manager, Melbourne CBD", imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-businessman-suit-showing-okay-sign-looking-satisfied-standing-against-white-ba_1258-173565.jpg"},
id: "2", title: "Professional and reliable", quote: "Polar End of Lease understood exactly what was needed for the real estate inspection. They arrived on time, worked efficiently, and delivered flawless results.", name: "Michael Chen", role: "Property Manager, Melbourne CBD", imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-businessman-suit-showing-okay-sign-looking-satisfied-standing-against-white-ba_1258-173565.jpg?_wi=2"},
{
id: "3", title: "Best cleaning service in Melbourne", quote: "Professional, reliable and thorough. Got my full bond back without any issues. Highly recommended to anyone moving out of a rental property.", name: "Emily Rodriguez", role: "Recent Tenant, Fitzroy", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-smiling-woman-sweater-standing-with-arms-folded-isolated-gray-background_231208-7348.jpg"},
id: "3", title: "Best cleaning service in Melbourne", quote: "Professional, reliable and thorough. Got my full bond back without any issues. Highly recommended to anyone moving out of a rental property.", name: "Emily Rodriguez", role: "Recent Tenant, Fitzroy", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-smiling-woman-sweater-standing-with-arms-folded-isolated-gray-background_231208-7348.jpg?_wi=2"},
{
id: "4", title: "Worth every penny", quote: "I was stressed about the final inspection, but Polar's team took care of everything. They cleaned areas I didn't even think about. Definitely worth it.", name: "David Kim", role: "Tenant, Preston", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg"},
]}
@@ -220,7 +220,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
mediaPosition="left"
imageSrc="http://img.b2bpic.net/free-photo/talk-co-workers_1098-14399.jpg"
imageSrc="http://img.b2bpic.net/free-photo/talk-co-workers_1098-14399.jpg?_wi=1"
imageAlt="Customer support team"
mediaAnimation="slide-up"
faqsAnimation="slide-up"
@@ -256,7 +256,7 @@ export default function LandingPage() {
required: false,
}}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/talk-co-workers_1098-14399.jpg"
imageSrc="http://img.b2bpic.net/free-photo/talk-co-workers_1098-14399.jpg?_wi=2"
imageAlt="Contact us for end of lease cleaning quote"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -266,7 +266,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/dark-haired-woman-carrying-basin-with-difinfection-appliances_259150-59495.jpg"
imageSrc="http://img.b2bpic.net/free-photo/dark-haired-woman-carrying-basin-with-difinfection-appliances_259150-59495.jpg?_wi=2"
imageAlt="Professional cleaning team"
logoText="Polar End of Lease Cleaning"
copyrightText="© 2025 Polar End of Lease Cleaning Melbourne. All rights reserved."