Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -104,11 +104,11 @@ export default function LandingPage() {
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwentyEight
|
||||
title="Our Quality Carpentry & Handyman Services"
|
||||
description="From enhancing your outdoor living spaces to intricate interior joinery, HandyMax Carpentry provides a comprehensive range of services tailored to your needs. \"I would highly recommend Max for building your decking.\" - Satisfied Customer"
|
||||
description={`From enhancing your outdoor living spaces to intricate interior joinery, HandyMax Carpentry provides a comprehensive range of services tailored to your needs. "I would highly recommend Max for building your decking." - Satisfied Customer`}
|
||||
features={[
|
||||
{ id: "s1", title: "Outdoor Living", subtitle: "Decking, Pergolas & Carports, Patio & Outdoor Shelters, Verandahs, Outdoor Blinds & Awnings. \"I would highly recommend Max for building your decking.\"", category: "Exterior", value: "Enhance your outdoor lifestyle", buttons: [{ text: "Learn More", href: "#quote" }] },
|
||||
{ id: "s2", title: "Doors & Gates", subtitle: "Installation, Repairs, Equipment & Fittings, Fly Screens, Ret retractable Flyscreens. \"Did an excellent job installing doors, architraves and skirting boards.\"", category: "Access", value: "Secure and stylish entryways", buttons: [{ text: "Learn More", href: "#quote" }] },
|
||||
{ id: "s3", title: "Carpentry & Building", subtitle: "General Carpentry, Joinery, Gyprock, Cladding, Home Improvements, Handyman Services. \"Professional, punctual and highly skilled.\"", category: "Home Improvements", value: "Comprehensive home solutions", buttons: [{ text: "Learn More", href: "#quote" }] }
|
||||
{ id: "s1", title: "Outdoor Living", subtitle: `Decking, Pergolas & Carports, Patio & Outdoor Shelters, Verandahs, Outdoor Blinds & Awnings. "I would highly recommend Max for building your decking."`, category: "Exterior", value: "Enhance your outdoor lifestyle", buttons: [{ text: "Learn More", href: "#quote" }] },
|
||||
{ id: "s2", title: "Doors & Gates", subtitle: `Installation, Repairs, Equipment & Fittings, Fly Screens, Ret retractable Flyscreens. "Did an excellent job installing doors, architraves and skirting boards."`, category: "Access", value: "Secure and stylish entryways", buttons: [{ text: "Learn More", href: "#quote" }] },
|
||||
{ id: "s3", title: "Carpentry & Building", subtitle: `General Carpentry, Joinery, Gyprock, Cladding, Home Improvements, Handyman Services. "Professional, punctual and highly skilled."`, category: "Home Improvements", value: "Comprehensive home solutions", buttons: [{ text: "Learn More", href: "#quote" }] }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -119,7 +119,7 @@ export default function LandingPage() {
|
||||
<div id="projects" data-section="projects">
|
||||
<ProductCardThree
|
||||
title="Our Recent Projects"
|
||||
description="Showcasing our quality craftsmanship across Perth homes. View before & after examples of our work and see the HandyMax difference. \"Attention to detail was outstanding.\" - Happy Client"
|
||||
description={`Showcasing our quality craftsmanship across Perth homes. View before & after examples of our work and see the HandyMax difference. "Attention to detail was outstanding." - Happy Client`}
|
||||
products={[
|
||||
{ id: "p1", name: "Decking", price: "", imageSrc: "http://img.b2bpic.net/free-photo/panoramic-view-nice-summer-terrace-tropic-environment_1127-3401.jpg", imageAlt: "Before and after decking project" },
|
||||
{ id: "p2", name: "Pergolas", price: "", imageSrc: "http://img.b2bpic.net/free-photo/pier-bridge-pavilion_1150-11040.jpg", imageAlt: "Custom pergola installation" },
|
||||
@@ -138,7 +138,7 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
title="What Our Perth Customers Say"
|
||||
description="Read reviews from satisfied homeowners who trusted HandyMax Carpentry with their projects. We're proud to maintain a ⭐ 4.9 rating from 52+ verified reviews."
|
||||
description={`Read reviews from satisfied homeowners who trusted HandyMax Carpentry with their projects. We're proud to maintain a ⭐ 4.9 rating from 52+ verified reviews.`}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Sarah J.", date: "March 2024", title: "Exceptional Workmanship", quote: "The quality of his workmanship is exceptional. Max is professional, punctual, and easy to communicate with. Highly recommended!", tag: "Decking", avatarSrc: "http://img.b2bpic.net/free-photo/indoor-shot-pretty-girl-with-clean-skin-perfect-smile-having-fun-coffee-shop_273609-9039.jpg", avatarAlt: "Sarah Johnson avatar" },
|
||||
{ id: "t2", name: "Michael C.", date: "Feb 2024", title: "Professional & Reliable", quote: "Max provided reliable service with great attention to detail. Our new doors look fantastic! We couldn't be happier with the result.", tag: "Doors", avatarSrc: "http://img.b2bpic.net/free-photo/excited-saleswoman-receive-good-news-phone-rejoicing-walking-street-celebrating-making_1258-194254.jpg", avatarAlt: "Michael Chen avatar" },
|
||||
@@ -155,7 +155,7 @@ export default function LandingPage() {
|
||||
<div id="quote" data-section="quote">
|
||||
<ContactSplitForm
|
||||
title="Get Your Free Quote Today"
|
||||
description="Join 52+ happy Perth customers and experience quality carpentry done right. \"Reasonable quotes, excellent work, and friendly efficient service.\""
|
||||
description={`Join 52+ happy Perth customers and experience quality carpentry done right. "Reasonable quotes, excellent work, and friendly efficient service."`}
|
||||
inputs={[
|
||||
{ name: "fullName", type: "text", placeholder: "Full Name", required: true },
|
||||
{ name: "phoneNumber", type: "tel", placeholder: "Phone Number", required: true },
|
||||
|
||||
Reference in New Issue
Block a user