Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7428582d9a | |||
| 04bd05d4b2 | |||
| a6bf098586 | |||
| ff56c39878 | |||
| 621788e200 | |||
| 8a1469e2af | |||
| 62a869643b | |||
| a651576eb3 |
@@ -27,39 +27,23 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Why Choose Us",
|
||||
id: "/why-choose-us",
|
||||
},
|
||||
name: "Why Choose Us", id: "/why-choose-us"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
name: "Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "/testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "/testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Southern Roofing Solutions"
|
||||
button={{
|
||||
text: "Get a Free Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get a Free Quote", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -84,29 +68,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Clock,
|
||||
title: "Years in Business",
|
||||
value: "10+",
|
||||
},
|
||||
id: "m1", icon: Clock,
|
||||
title: "Years in Business", value: "10+"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: CheckCircle,
|
||||
title: "Projects Completed",
|
||||
value: "500+",
|
||||
},
|
||||
id: "m2", icon: CheckCircle,
|
||||
title: "Projects Completed", value: "500+"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Star,
|
||||
title: "Satisfied Customers",
|
||||
value: "400+",
|
||||
},
|
||||
id: "m3", icon: Star,
|
||||
title: "Satisfied Customers", value: "400+"},
|
||||
{
|
||||
id: "m4",
|
||||
icon: Users,
|
||||
title: "Expert Team Members",
|
||||
value: "15+",
|
||||
},
|
||||
id: "m4", icon: Users,
|
||||
title: "Expert Team Members", value: "15+"},
|
||||
]}
|
||||
title="Our Impact in Numbers"
|
||||
description="Years of dedicated service and countless satisfied customers define our journey."
|
||||
@@ -118,58 +90,35 @@ export default function LandingPage() {
|
||||
logoText="Southern Roofing Solutions"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "Why Choose Us",
|
||||
href: "/why-choose-us",
|
||||
},
|
||||
label: "Why Choose Us", href: "/why-choose-us"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "/gallery",
|
||||
},
|
||||
label: "Gallery", href: "/gallery"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "/testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "/testimonials"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "Get a Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Get a Quote", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -179,4 +128,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -25,39 +25,23 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Why Choose Us",
|
||||
id: "/why-choose-us",
|
||||
},
|
||||
name: "Why Choose Us", id: "/why-choose-us"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
name: "Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "/testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "/testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Southern Roofing Solutions"
|
||||
button={{
|
||||
text: "Get a Free Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get a Free Quote", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -65,18 +49,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Connect with Southern Roofing Solutions Today!\nFor inquiries or a free quote, please reach us directly:\nPhone: 0413 609 771\nAddress: 14 Carlyle Close, Dapto NSW 2530"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call 0413 609 771",
|
||||
href: "tel:0413609771",
|
||||
},
|
||||
text: "Call 0413 609 771", href: "tel:0413609771"},
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -85,14 +64,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Find Us Easily in Dapto\nOur local office is conveniently located to serve you better."
|
||||
buttons={[
|
||||
{
|
||||
text: "View on Google Maps",
|
||||
href: "https://maps.app.goo.gl/SouthernRoofingSolutions",
|
||||
},
|
||||
text: "View on Google Maps", href: "https://maps.app.goo.gl/SouthernRoofingSolutions"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -102,58 +78,35 @@ export default function LandingPage() {
|
||||
logoText="Southern Roofing Solutions"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "Why Choose Us",
|
||||
href: "/why-choose-us",
|
||||
},
|
||||
label: "Why Choose Us", href: "/why-choose-us"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "/gallery",
|
||||
},
|
||||
label: "Gallery", href: "/gallery"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "/testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "/testimonials"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "Get a Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Get a Quote", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -163,4 +116,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -26,39 +26,23 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Why Choose Us",
|
||||
id: "/why-choose-us",
|
||||
},
|
||||
name: "Why Choose Us", id: "/why-choose-us"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
name: "Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "/testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "/testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Southern Roofing Solutions"
|
||||
button={{
|
||||
text: "Get a Free Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get a Free Quote", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -70,47 +54,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "gp1",
|
||||
name: "Modern Residential Roof",
|
||||
price: "Project Completed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24747.jpg",
|
||||
imageAlt: "Completed modern residential roof installation",
|
||||
},
|
||||
id: "gp1", name: "Modern Residential Roof", price: "Project Completed", imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24747.jpg", imageAlt: "Completed modern residential roof installation"},
|
||||
{
|
||||
id: "gp2",
|
||||
name: "Commercial Building Roof Repair",
|
||||
price: "Project Completed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/skateboard-rink-view_23-2148937901.jpg",
|
||||
imageAlt: "Repaired flat roof on a commercial building",
|
||||
},
|
||||
id: "gp2", name: "Commercial Building Roof Repair", price: "Project Completed", imageSrc: "http://img.b2bpic.net/free-photo/skateboard-rink-view_23-2148937901.jpg", imageAlt: "Repaired flat roof on a commercial building"},
|
||||
{
|
||||
id: "gp3",
|
||||
name: "Historic Home Restoration",
|
||||
price: "Project Completed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/exterior-home_74190-4300.jpg",
|
||||
imageAlt: "Restored roof on a historic house with new tiles",
|
||||
},
|
||||
id: "gp3", name: "Historic Home Restoration", price: "Project Completed", imageSrc: "http://img.b2bpic.net/free-photo/exterior-home_74190-4300.jpg", imageAlt: "Restored roof on a historic house with new tiles"},
|
||||
{
|
||||
id: "gp4",
|
||||
name: "Guttering System Upgrade",
|
||||
price: "Project Completed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-stone-fountain-with-dripping-water_181624-23203.jpg",
|
||||
imageAlt: "Newly installed seamless gutter system",
|
||||
},
|
||||
id: "gp4", name: "Guttering System Upgrade", price: "Project Completed", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-stone-fountain-with-dripping-water_181624-23203.jpg", imageAlt: "Newly installed seamless gutter system"},
|
||||
{
|
||||
id: "gp5",
|
||||
name: "Skylight Integration",
|
||||
price: "Project Completed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg",
|
||||
imageAlt: "Skylight integrated into a new roof",
|
||||
},
|
||||
id: "gp5", name: "Skylight Integration", price: "Project Completed", imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg", imageAlt: "Skylight integrated into a new roof"},
|
||||
{
|
||||
id: "gp6",
|
||||
name: "Full Exterior Transformation",
|
||||
price: "Project Completed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/covered-bridge-vermont-autumn_649448-5434.jpg",
|
||||
imageAlt: "House with a complete exterior and roof renovation",
|
||||
},
|
||||
id: "gp6", name: "Full Exterior Transformation", price: "Project Completed", imageSrc: "http://img.b2bpic.net/free-photo/covered-bridge-vermont-autumn_649448-5434.jpg", imageAlt: "House with a complete exterior and roof renovation"},
|
||||
]}
|
||||
title="Our Gallery of Work"
|
||||
description="Explore our recently completed roofing projects, showcasing our quality craftsmanship and attention to detail. See the before and after transformations for yourself."
|
||||
@@ -123,20 +77,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What is the typical project timeline?",
|
||||
content: "Project timelines vary depending on the scope and complexity, but we always provide an estimated completion date upfront. Minor repairs can be done in a day, while full replacements may take a week or more.",
|
||||
},
|
||||
id: "faq1", title: "What is the typical project timeline?", content: "Project timelines vary depending on the scope and complexity, but we always provide an estimated completion date upfront. Minor repairs can be done in a day, while full replacements may take a week or more."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Do you provide warranties for your work?",
|
||||
content: "Yes, all our roofing installations and major repairs come with a comprehensive warranty covering both materials and workmanship. Details will be provided with your quote.",
|
||||
},
|
||||
id: "faq2", title: "Do you provide warranties for your work?", content: "Yes, all our roofing installations and major repairs come with a comprehensive warranty covering both materials and workmanship. Details will be provided with your quote."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Can I see examples of similar projects?",
|
||||
content: "Absolutely! Our gallery showcases a wide range of projects, and we can often provide specific examples that match your needs. We believe in transparency and showing our quality work.",
|
||||
},
|
||||
id: "faq3", title: "Can I see examples of similar projects?", content: "Absolutely! Our gallery showcases a wide range of projects, and we can often provide specific examples that match your needs. We believe in transparency and showing our quality work."},
|
||||
]}
|
||||
title="Project Questions"
|
||||
description="Have questions about our roofing projects or process? Find answers here."
|
||||
@@ -149,58 +94,35 @@ export default function LandingPage() {
|
||||
logoText="Southern Roofing Solutions"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "Why Choose Us",
|
||||
href: "/why-choose-us",
|
||||
},
|
||||
label: "Why Choose Us", href: "/why-choose-us"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "/gallery",
|
||||
},
|
||||
label: "Gallery", href: "/gallery"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "/testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "/testimonials"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "Get a Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Get a Quote", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -210,4 +132,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -176,4 +176,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -26,39 +26,23 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Why Choose Us",
|
||||
id: "/why-choose-us",
|
||||
},
|
||||
name: "Why Choose Us", id: "/why-choose-us"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
name: "Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "/testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "/testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Southern Roofing Solutions"
|
||||
button={{
|
||||
text: "Get a Free Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get a Free Quote", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -69,61 +53,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Roof Repairs",
|
||||
subtitle: "Expert diagnosis and repair of leaks, damaged tiles, and general wear.",
|
||||
category: "Repair",
|
||||
value: "Fast & Reliable",
|
||||
},
|
||||
id: "s1", title: "Roof Repairs", subtitle: "Expert diagnosis and repair of leaks, damaged tiles, and general wear.", category: "Repair", value: "Fast & Reliable"},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Roof Restorations",
|
||||
subtitle: "Bringing old roofs back to life with cleaning, repainting, and sealing.",
|
||||
category: "Restore",
|
||||
value: "Like New",
|
||||
},
|
||||
id: "s2", title: "Roof Restorations", subtitle: "Bringing old roofs back to life with cleaning, repainting, and sealing.", category: "Restore", value: "Like New"},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Roof Replacements",
|
||||
subtitle: "Complete removal and installation of new, durable roofing systems.",
|
||||
category: "Replace",
|
||||
value: "Long-lasting",
|
||||
},
|
||||
id: "s3", title: "Roof Replacements", subtitle: "Complete removal and installation of new, durable roofing systems.", category: "Replace", value: "Long-lasting"},
|
||||
{
|
||||
id: "s4",
|
||||
title: "Roof Leak Detection",
|
||||
subtitle: "Advanced techniques to accurately locate and fix hidden roof leaks.",
|
||||
category: "Detect",
|
||||
value: "Precise",
|
||||
},
|
||||
id: "s4", title: "Roof Leak Detection", subtitle: "Advanced techniques to accurately locate and fix hidden roof leaks.", category: "Detect", value: "Precise"},
|
||||
{
|
||||
id: "s5",
|
||||
title: "Roof Maintenance",
|
||||
subtitle: "Scheduled inspections and preventative care to extend roof lifespan.",
|
||||
category: "Maintain",
|
||||
value: "Preventative",
|
||||
},
|
||||
id: "s5", title: "Roof Maintenance", subtitle: "Scheduled inspections and preventative care to extend roof lifespan.", category: "Maintain", value: "Preventative"},
|
||||
{
|
||||
id: "s6",
|
||||
title: "Gutter Repairs",
|
||||
subtitle: "Fixing and replacing damaged gutters to ensure proper water drainage.",
|
||||
category: "Gutter",
|
||||
value: "Efficient",
|
||||
},
|
||||
id: "s6", title: "Gutter Repairs", subtitle: "Fixing and replacing damaged gutters to ensure proper water drainage.", category: "Gutter", value: "Efficient"},
|
||||
{
|
||||
id: "s7",
|
||||
title: "Residential Roofing",
|
||||
subtitle: "Tailored roofing solutions for homes of all shapes and sizes.",
|
||||
category: "Home",
|
||||
value: "Custom",
|
||||
},
|
||||
id: "s7", title: "Residential Roofing", subtitle: "Tailored roofing solutions for homes of all shapes and sizes.", category: "Home", value: "Custom"},
|
||||
{
|
||||
id: "s8",
|
||||
title: "Commercial Roofing",
|
||||
subtitle: "Robust roofing services for commercial and industrial properties.",
|
||||
category: "Business",
|
||||
value: "Durable",
|
||||
},
|
||||
id: "s8", title: "Commercial Roofing", subtitle: "Robust roofing services for commercial and industrial properties.", category: "Business", value: "Durable"},
|
||||
]}
|
||||
title="Comprehensive Roofing Services"
|
||||
description="From minor repairs to full replacements, our expert team handles all your roofing and guttering needs with precision and care."
|
||||
@@ -137,37 +81,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
badge: "Standard",
|
||||
price: "Custom Quote",
|
||||
subtitle: "Ideal for minor repairs & routine checks.",
|
||||
buttons: [
|
||||
id: "p1", badge: "Standard", price: "Custom Quote", subtitle: "Ideal for minor repairs & routine checks.", buttons: [
|
||||
{
|
||||
text: "Get Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get Quote", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"Detailed Inspection",
|
||||
"Minor Leak Repair",
|
||||
"Gutter Clean-out",
|
||||
"Condition Report",
|
||||
],
|
||||
"Detailed Inspection", "Minor Leak Repair", "Gutter Clean-out", "Condition Report"],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
badge: "Premium",
|
||||
price: "Custom Quote",
|
||||
subtitle: "Best for restorations & significant repairs.",
|
||||
buttons: [
|
||||
id: "p2", badge: "Premium", price: "Custom Quote", subtitle: "Best for restorations & significant repairs.", buttons: [
|
||||
{
|
||||
text: "Get Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get Quote", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"Full",
|
||||
],
|
||||
"Full"],
|
||||
},
|
||||
]}
|
||||
title="Custom Solutions & Transparent Pricing"
|
||||
@@ -180,58 +107,35 @@ export default function LandingPage() {
|
||||
logoText="Southern Roofing Solutions"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "Why Choose Us",
|
||||
href: "/why-choose-us",
|
||||
},
|
||||
label: "Why Choose Us", href: "/why-choose-us"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "/gallery",
|
||||
},
|
||||
label: "Gallery", href: "/gallery"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "/testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "/testimonials"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "Get a Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Get a Quote", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -241,4 +145,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -26,39 +26,23 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Why Choose Us",
|
||||
id: "/why-choose-us",
|
||||
},
|
||||
name: "Why Choose Us", id: "/why-choose-us"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
name: "Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "/testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "/testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Southern Roofing Solutions"
|
||||
button={{
|
||||
text: "Get a Free Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get a Free Quote", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -68,65 +52,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Johnson",
|
||||
date: "October 2023",
|
||||
title: "Exceptional Roof Restoration!",
|
||||
quote: "Southern Roofing Solutions transformed our old, worn-out roof. The team was professional, efficient, and the quality of work is outstanding. Highly recommend their services in Dapto!",
|
||||
tag: "Homeowner",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg",
|
||||
avatarAlt: "Sarah Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-17.jpg?_wi=2",
|
||||
imageAlt: "happy homeowner portrait woman",
|
||||
},
|
||||
id: "t1", name: "Sarah Johnson", date: "October 2023", title: "Exceptional Roof Restoration!", quote: "Southern Roofing Solutions transformed our old, worn-out roof. The team was professional, efficient, and the quality of work is outstanding. Highly recommend their services in Dapto!", tag: "Homeowner", avatarSrc: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-17.jpg?_wi=2", imageAlt: "happy homeowner portrait woman"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael Chen",
|
||||
date: "September 2023",
|
||||
title: "Quick and Reliable Leak Repair",
|
||||
quote: "Had a persistent leak, and Southern Roofing Solutions identified and fixed it quickly. Their communication was excellent, and the service was truly reliable. Very impressed!",
|
||||
tag: "Property Owner",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/small-business-manager-his-workshop_23-2149094590.jpg",
|
||||
avatarAlt: "Michael Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-professionals-broker-evaluating-property-corporate-relocation_482257-107434.jpg?_wi=2",
|
||||
imageAlt: "happy homeowner portrait woman",
|
||||
},
|
||||
id: "t2", name: "Michael Chen", date: "September 2023", title: "Quick and Reliable Leak Repair", quote: "Had a persistent leak, and Southern Roofing Solutions identified and fixed it quickly. Their communication was excellent, and the service was truly reliable. Very impressed!", tag: "Property Owner", avatarSrc: "http://img.b2bpic.net/free-photo/small-business-manager-his-workshop_23-2149094590.jpg", avatarAlt: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/business-professionals-broker-evaluating-property-corporate-relocation_482257-107434.jpg?_wi=2", imageAlt: "happy homeowner portrait woman"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily Rodriguez",
|
||||
date: "August 2023",
|
||||
title: "Professional and Transparent",
|
||||
quote: "From the initial quote to project completion, Southern Roofing Solutions was completely transparent and professional. The new roof looks fantastic and adds so much value.",
|
||||
tag: "Local Resident",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/excited-young-woman-looking-camera-holding-funny-conversation-with-colleagues-online-webcam-view-head-shot-young-woman-with-headphones-laughing-having-fun-from-home-office_657921-1275.jpg",
|
||||
avatarAlt: "Emily Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg",
|
||||
imageAlt: "happy homeowner portrait woman",
|
||||
},
|
||||
id: "t3", name: "Emily Rodriguez", date: "August 2023", title: "Professional and Transparent", quote: "From the initial quote to project completion, Southern Roofing Solutions was completely transparent and professional. The new roof looks fantastic and adds so much value.", tag: "Local Resident", avatarSrc: "http://img.b2bpic.net/free-photo/excited-young-woman-looking-camera-holding-funny-conversation-with-colleagues-online-webcam-view-head-shot-young-woman-with-headphones-laughing-having-fun-from-home-office_657921-1275.jpg", avatarAlt: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg", imageAlt: "happy homeowner portrait woman"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Kim",
|
||||
date: "July 2023",
|
||||
title: "Fantastic Commercial Roofing Work",
|
||||
quote: "We engaged Southern Roofing Solutions for our commercial property, and they delivered beyond expectations. Punctual, thorough, and highly skilled. A pleasure to work with.",
|
||||
tag: "Business Owner",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/handsome-satisfied-bearded-man-show-okay-sign_176420-17944.jpg",
|
||||
avatarAlt: "David Kim",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-pool-with-chairs-near-cliff-sea_181624-3442.jpg",
|
||||
imageAlt: "happy homeowner portrait woman",
|
||||
},
|
||||
id: "t4", name: "David Kim", date: "July 2023", title: "Fantastic Commercial Roofing Work", quote: "We engaged Southern Roofing Solutions for our commercial property, and they delivered beyond expectations. Punctual, thorough, and highly skilled. A pleasure to work with.", tag: "Business Owner", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-satisfied-bearded-man-show-okay-sign_176420-17944.jpg", avatarAlt: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/empty-pool-with-chairs-near-cliff-sea_181624-3442.jpg", imageAlt: "happy homeowner portrait woman"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Elizabeth Green",
|
||||
date: "June 2023",
|
||||
title: "Dedicated to Customer Satisfaction",
|
||||
quote: "The team at Southern Roofing Solutions really listens. They took the time to explain everything and made sure I was completely happy with the roof maintenance. Excellent service!",
|
||||
tag: "Homeowner",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-outdoors_23-2149901729.jpg",
|
||||
avatarAlt: "Elizabeth Green",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12819.jpg",
|
||||
imageAlt: "happy homeowner portrait woman",
|
||||
},
|
||||
id: "t5", name: "Elizabeth Green", date: "June 2023", title: "Dedicated to Customer Satisfaction", quote: "The team at Southern Roofing Solutions really listens. They took the time to explain everything and made sure I was completely happy with the roof maintenance. Excellent service!", tag: "Homeowner", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-outdoors_23-2149901729.jpg", avatarAlt: "Elizabeth Green", imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12819.jpg", imageAlt: "happy homeowner portrait woman"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Hear directly from satisfied homeowners across Dapto and surrounding areas about our reliability, professionalism, and outstanding workmanship. Your trust is our greatest reward."
|
||||
@@ -137,14 +71,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Ready for a Durable Roof? Get Your Free Quote Today!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Request a Free Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Request a Free Quote", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -154,58 +85,35 @@ export default function LandingPage() {
|
||||
logoText="Southern Roofing Solutions"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "Why Choose Us",
|
||||
href: "/why-choose-us",
|
||||
},
|
||||
label: "Why Choose Us", href: "/why-choose-us"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "/gallery",
|
||||
},
|
||||
label: "Gallery", href: "/gallery"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "/testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "/testimonials"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "Get a Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Get a Quote", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -215,4 +123,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user