Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b292449d0d | |||
| 6aac4b8756 | |||
| fbf003898f |
@@ -33,15 +33,15 @@ export default function LandingPage() {
|
|||||||
{ name: "Services", id: "/services" },
|
{ name: "Services", id: "/services" },
|
||||||
{ name: "Contact", id: "/contact" },
|
{ name: "Contact", id: "/contact" },
|
||||||
]}
|
]}
|
||||||
brandName="HVAC Pro Services"
|
brandName="All Stars Roofing Inc."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero-home" data-section="hero-home">
|
<div id="hero-home" data-section="hero-home">
|
||||||
<HeroLogoBillboard
|
<HeroLogoBillboard
|
||||||
logoText="Comfort Solutions"
|
logoText="All Stars Roofing"
|
||||||
description="Professional HVAC installation, repair, and climate control for your home."
|
description="Premium roofing installation, repair, and exterior services for your home."
|
||||||
buttons={[{ text: "Schedule Service", href: "/contact" }, { text: "View Services", href: "/services" }]}
|
buttons={[{ text: "Get a Free Quote", href: "/contact" }, { text: "Our Services", href: "/services" }]}
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -54,10 +54,10 @@ export default function LandingPage() {
|
|||||||
textboxLayout="inline-image"
|
textboxLayout="inline-image"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Why Choose Us"
|
title="Why Choose Us"
|
||||||
description="Top-tier climate comfort systems backed by expert installation."
|
description="Top-tier roofing systems backed by expert craftsmanship and reliable support."
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Rapid Cooling & Heating", description: "State-of-the-art climate control units installed to perfection.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg" },
|
title: "Rapid Roof Restoration", description: "High-quality materials and precision installation for long-lasting protection.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg" },
|
||||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/exterior-home_74190-4300.jpg" }
|
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/exterior-home_74190-4300.jpg" }
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
@@ -66,22 +66,22 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="services-overview" data-section="services-overview">
|
<div id="services-overview" data-section="services-overview">
|
||||||
<ProductCardTwo
|
<ProductCardTwo
|
||||||
title="Core Climate Services"
|
title="Our Core Services"
|
||||||
description="Keeping your home at the perfect temperature year-round."
|
description="Protecting your most valuable investment with industry-leading roofing services."
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{ id: "h1", brand: "ProSeries", name: "Heating Maintenance", price: "$199", rating: 5, reviewCount: "48", imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-3266.jpg" },
|
{ id: "r1", brand: "All Stars", name: "Full Roof Replacement", price: "Get Quote", rating: 5, reviewCount: "48", imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-3266.jpg" },
|
||||||
{ id: "h2", brand: "ProSeries", name: "AC Installation", price: "$2999", rating: 5, reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-roof_23-2149343671.jpg" }
|
{ id: "r2", brand: "All Stars", name: "Emergency Repair", price: "Get Quote", rating: 5, reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-roof_23-2149343671.jpg" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="process-home" data-section="process-home">
|
<div id="process-home" data-section="process-home">
|
||||||
<TextAbout
|
<TextAbout
|
||||||
title="We believe your home should always be your sanctuary."
|
title="We believe your home should always be safe, dry, and beautiful."
|
||||||
buttons={[{ text: "Contact Our Expert Team", href: "/contact" }]}
|
buttons={[{ text: "Contact Our Expert Team", href: "/contact" }]}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
@@ -89,10 +89,10 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqSplitText
|
<FaqSplitText
|
||||||
sideTitle="Climate Control FAQs"
|
sideTitle="Roofing FAQs"
|
||||||
sideDescription="Answers to your questions regarding HVAC installation and maintenance."
|
sideDescription="Answers to your questions regarding roofing installation, materials, and maintenance."
|
||||||
faqs={[
|
faqs={[
|
||||||
{ id: "f1", title: "Do you service all unit models?", content: "Yes, our certified technicians are trained on all major HVAC brands." }
|
{ id: "f1", title: "Do you offer free estimates?", content: "Yes, our team provides comprehensive, no-obligation quotes for all residential roofing projects." }
|
||||||
]}
|
]}
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -101,8 +101,8 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer-home" data-section="footer-home">
|
<div id="footer-home" data-section="footer-home">
|
||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="HVAC Pro Services"
|
logoText="All Stars Roofing Inc."
|
||||||
columns={[{ title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }] }]}
|
columns={[{ title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Services", href: "/services" }, { label: "Contact", href: "/contact" }] }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user