Merge version_2 into main #2
@@ -68,6 +68,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardNine
|
||||
useInvertedBackground={false}
|
||||
title="The Allens Service Standard"
|
||||
description="We bring engineering-grade precision to your climate management."
|
||||
showStepNumbers={true}
|
||||
@@ -88,6 +89,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardOne
|
||||
useInvertedBackground={false}
|
||||
title="Curated Climate Portfolio"
|
||||
description="Premium systems selected for performance, aesthetics, and whisper-quiet operation."
|
||||
gridVariant="bento-grid"
|
||||
@@ -102,6 +104,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardSeven
|
||||
description=""
|
||||
useInvertedBackground={false}
|
||||
title="Measured Success"
|
||||
animationType="depth-3d"
|
||||
textboxLayout="default"
|
||||
@@ -114,6 +118,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
description=""
|
||||
useInvertedBackground={false}
|
||||
title="Client Accolades"
|
||||
animationType="depth-3d"
|
||||
textboxLayout="default"
|
||||
@@ -127,6 +133,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
description=""
|
||||
useInvertedBackground={false}
|
||||
title="Refinement Inquiries"
|
||||
textboxLayout="default"
|
||||
faqsAnimation="blur-reveal"
|
||||
@@ -139,6 +147,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Begin Your Consultation"
|
||||
description="Request a private consultation to discuss the needs of your estate."
|
||||
inputs={[
|
||||
@@ -151,9 +160,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[{ title: "Company", items: [{ label: "About" }, { label: "Privacy" }] }]}
|
||||
bottomLeftText="© 2025 Allens Service"
|
||||
bottomRightText="All Rights Reserved"
|
||||
columns={[{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Privacy", href: "#privacy" }] }]}
|
||||
logoText="Allens Service"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user