|
|
|
|
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
|
|
|
|
tagIcon={CheckCircle}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Call Now: +61 425 399 879", href: "tel:+61425399879" },
|
|
|
|
|
{ text: "Call Now", href: "tel:+61425399879" },
|
|
|
|
|
{ text: "Get Free Quote", href: "#contact" },
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
@@ -60,13 +60,16 @@ export default function LandingPage() {
|
|
|
|
|
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?_wi=1"},
|
|
|
|
|
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?_wi=1"},
|
|
|
|
|
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?_wi=1"},
|
|
|
|
|
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"
|
|
|
|
|
@@ -109,11 +112,13 @@ export default function LandingPage() {
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
negativeCard={{
|
|
|
|
|
items: [
|
|
|
|
|
"Basic cleaning misses critical areas", "No bond back guarantee", "Unreliable scheduling", "Generic approach"],
|
|
|
|
|
"Basic cleaning misses critical areas", "No bond back guarantee", "Unreliable scheduling", "Generic approach"
|
|
|
|
|
],
|
|
|
|
|
}}
|
|
|
|
|
positiveCard={{
|
|
|
|
|
items: [
|
|
|
|
|
"100% Bond Back Guarantee", "Real Estate Approved Checklist", "Experienced & Reliable Cleaners", "Flexible Scheduling"],
|
|
|
|
|
"100% Bond Back Guarantee", "Real Estate Approved Checklist", "Experienced & Reliable Cleaners", "Flexible Scheduling"
|
|
|
|
|
],
|
|
|
|
|
}}
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
@@ -135,13 +140,16 @@ 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?_wi=2", 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"},
|
|
|
|
|
reviewCount: "245+", imageSrc: "http://img.b2bpic.net/free-photo/woman-vacuuming-living-room_23-2148521008.jpg", imageAlt: "Carpet steam cleaning service"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", brand: "Polar Cleaning", name: "Move-In Cleaning", price: "Starting from $400", rating: 5,
|
|
|
|
|
reviewCount: "198+", imageSrc: "http://img.b2bpic.net/free-photo/full-length-photo-happy-guy-with-suitcase-walking-apartment-shows-phone-call-gesture_1258-314815.jpg", imageAlt: "Move-in cleaning service"},
|
|
|
|
|
reviewCount: "198+", imageSrc: "http://img.b2bpic.net/free-photo/full-length-photo-happy-guy-with-suitcase-walking-apartment-shows-phone-call-gesture_1258-314815.jpg", imageAlt: "Move-in cleaning service"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -185,13 +193,17 @@ 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?_wi=2"},
|
|
|
|
|
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?_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?_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?_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?_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"},
|
|
|
|
|
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"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -206,7 +218,8 @@ export default function LandingPage() {
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
names={[
|
|
|
|
|
"Thornbury", "Brunswick", "Northcote", "Fitzroy", "Preston", "Carlton", "Coburg", "Richmond", "Hawthorn", "Camberwell", "Box Hill", "Nunawading"]}
|
|
|
|
|
"Thornbury", "Brunswick", "Northcote", "Fitzroy", "Preston", "Carlton", "Coburg", "Richmond", "Hawthorn", "Camberwell", "Box Hill", "Nunawading"
|
|
|
|
|
]}
|
|
|
|
|
speed={40}
|
|
|
|
|
showCard={true}
|
|
|
|
|
/>
|
|
|
|
|
@@ -228,17 +241,23 @@ export default function LandingPage() {
|
|
|
|
|
faqsAnimation="slide-up"
|
|
|
|
|
faqs={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", title: "What does end of lease cleaning include?", content: "Our end of lease cleaning includes detailed cleaning of all rooms, walls, carpets, floors, windows, appliances, bathrooms, kitchens, and any other areas on the real estate approved checklist. We ensure your property meets the standards required to pass final inspection."},
|
|
|
|
|
id: "1", title: "What does end of lease cleaning include?", content: "Our end of lease cleaning includes detailed cleaning of all rooms, walls, carpets, floors, windows, appliances, bathrooms, kitchens, and any other areas on the real estate approved checklist. We ensure your property meets the standards required to pass final inspection."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", title: "Do you guarantee bond return?", content: "Yes, we offer a 100% Bond Back Guarantee. If the real estate agency or landlord rejects any areas due to cleaning issues, we will return and clean those areas at no additional cost."},
|
|
|
|
|
id: "2", title: "Do you guarantee bond return?", content: "Yes, we offer a 100% Bond Back Guarantee. If the real estate agency or landlord rejects any areas due to cleaning issues, we will return and clean those areas at no additional cost."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", title: "How long does the cleaning take?", content: "Cleaning time depends on property size. 2-bedroom apartments typically take 4-5 hours, 3-bedroom houses take 6-7 hours, and larger properties take 8+ hours. We provide time estimates during the free quote process."},
|
|
|
|
|
id: "3", title: "How long does the cleaning take?", content: "Cleaning time depends on property size. 2-bedroom apartments typically take 4-5 hours, 3-bedroom houses take 6-7 hours, and larger properties take 8+ hours. We provide time estimates during the free quote process."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", title: "Do you bring your own equipment?", content: "Yes, we bring all professional-grade equipment and cleaning supplies. You don't need to provide anything. Our team handles everything from vacuuming to carpet steam cleaning to window washing."},
|
|
|
|
|
id: "4", title: "Do you bring your own equipment?", content: "Yes, we bring all professional-grade equipment and cleaning supplies. You don't need to provide anything. Our team handles everything from vacuuming to carpet steam cleaning to window washing."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "5", title: "Do you service all Melbourne suburbs?", content: "Yes, we service all Melbourne suburbs including Thornbury, Brunswick, Northcote, Fitzroy, Preston, Carlton, Coburg, Richmond, and surrounding areas. Call us for your specific location."},
|
|
|
|
|
id: "5", title: "Do you service all Melbourne suburbs?", content: "Yes, we service all Melbourne suburbs including Thornbury, Brunswick, Northcote, Fitzroy, Preston, Carlton, Coburg, Richmond, and surrounding areas. Call us for your specific location."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "6", title: "Can you do emergency cleaning?", content: "We offer flexible scheduling to accommodate your moving date. Contact us immediately if you need urgent cleaning, and we'll do our best to fit you in within 24-48 hours."},
|
|
|
|
|
id: "6", title: "Can you do emergency cleaning?", content: "We offer flexible scheduling to accommodate your moving date. Contact us immediately if you need urgent cleaning, and we'll do our best to fit you in within 24-48 hours."
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|