From fcc920eba0e5977a3c33e947cd211de4e935526e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 07:34:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 166 +++++++++++------------------------------------ 1 file changed, 38 insertions(+), 128 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d23e6c0..508563d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,39 +30,23 @@ export default function LandingPage() { @@ -72,39 +56,25 @@ export default function LandingPage() { description="Professional roof repairs, restorations and maintenance across Dapto and surrounding areas." buttons={[ { - text: "Get a Free Quote", - href: "/contact", - }, + text: "Get a Free Quote", href: "/contact"}, { - text: "Call 0413 609 771", - href: "tel:0413609771", - }, + text: "Call 0413 609 771", href: "tel:0413609771"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-17.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-17.jpg" imageAlt="Professional roofing work in progress on a residential house" showBlur={true} textPosition="bottom" avatars={[ { - src: "asset://hero-avatar-1", - alt: "Joyful business woman with coffee cup", - }, + src: "asset://hero-avatar-1", alt: "Joyful business woman with coffee cup"}, { - src: "asset://hero-avatar-2", - alt: "Smiling businessman standing in the airport terminal", - }, + src: "asset://hero-avatar-2", alt: "Smiling businessman standing in the airport terminal"}, { - src: "asset://hero-avatar-3", - alt: "Happy Young Handsome Man Sitting at Cafe Table", - }, + src: "asset://hero-avatar-3", alt: "Happy Young Handsome Man Sitting at Cafe Table"}, { - src: "asset://hero-avatar-4", - alt: "Happy business woman in white shirt", - }, + src: "asset://hero-avatar-4", alt: "Happy business woman in white shirt"}, { - src: "asset://hero-avatar-5", - alt: "Portrait of smiling man sitting in a cafe bar with his laptop computer", - }, + src: "asset://hero-avatar-5", alt: "Portrait of smiling man sitting in a cafe bar with his laptop computer"}, ]} avatarText="Trusted by 500+ happy clients" /> @@ -118,7 +88,7 @@ export default function LandingPage() { description="Southern Roofing Solutions is a locally owned and operated business dedicated to providing top-tier roofing services across Dapto and surrounding NSW areas. We pride ourselves on reliability and professionalism." subdescription="With years of experience, our team ensures every project meets the highest standards of quality and customer satisfaction. We are committed to honest pricing and efficient service, always putting our customers first." icon={ShieldCheck} - imageSrc="http://img.b2bpic.net/free-photo/business-professionals-broker-evaluating-property-corporate-relocation_482257-107434.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/business-professionals-broker-evaluating-property-corporate-relocation_482257-107434.jpg" imageAlt="Local roofing team smiling" mediaAnimation="opacity" /> @@ -131,47 +101,17 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "feature-1", - title: "Experienced Roofing Professionals", - subtitle: "Our team brings years of hands-on experience and expertise to every project.", - category: "Expertise", - value: "10+ Years", - }, + id: "feature-1", title: "Experienced Roofing Professionals", subtitle: "Our team brings years of hands-on experience and expertise to every project.", category: "Expertise", value: "10+ Years"}, { - id: "feature-2", - title: "Quality Workmanship Guaranteed", - subtitle: "We use only the best materials and proven techniques for lasting results.", - category: "Commitment", - value: "Certified", - }, + id: "feature-2", title: "Quality Workmanship Guaranteed", subtitle: "We use only the best materials and proven techniques for lasting results.", category: "Commitment", value: "Certified"}, { - id: "feature-3", - title: "Honest & Transparent Pricing", - subtitle: "No hidden fees. You get a clear, detailed quote upfront.", - category: "Trust", - value: "Fair & Clear", - }, + id: "feature-3", title: "Honest & Transparent Pricing", subtitle: "No hidden fees. You get a clear, detailed quote upfront.", category: "Trust", value: "Fair & Clear"}, { - id: "feature-4", - title: "Fast Response Times", - subtitle: "For emergencies or quotes, we're quick to respond to your needs.", - category: "Efficiency", - value: "Prompt", - }, + id: "feature-4", title: "Fast Response Times", subtitle: "For emergencies or quotes, we're quick to respond to your needs.", category: "Efficiency", value: "Prompt"}, { - id: "feature-5", - title: "Reliable & Punctual Service", - subtitle: "We arrive on time and complete projects as scheduled.", - category: "Dependability", - value: "Consistent", - }, + id: "feature-5", title: "Reliable & Punctual Service", subtitle: "We arrive on time and complete projects as scheduled.", category: "Dependability", value: "Consistent"}, { - id: "feature-6", - title: "Customer Satisfaction Focus", - subtitle: "Your happiness with our work is our ultimate priority.", - category: "Service", - value: "Dedicated", - }, + id: "feature-6", title: "Customer Satisfaction Focus", subtitle: "Your happiness with our work is our ultimate priority.", category: "Service", value: "Dedicated"}, ]} title="Why Choose Southern Roofing Solutions?" description="Experience unparalleled service and quality for all your roofing needs." @@ -183,21 +123,14 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Local Families", - "Dapto Businesses", - "Property Managers", - "Real Estate Agents", - "Community Projects", - "Local Builders", - "Homeowners Associations", - ]} + "Local Families", "Dapto Businesses", "Property Managers", "Real Estate Agents", "Community Projects", "Local Builders", "Homeowners Associations"]} title="Trusted by Homeowners Across Dapto" description="See why local families and businesses choose Southern Roofing Solutions for their roofing needs." />
- +