Update src/app/page.tsx

This commit is contained in:
2026-05-22 02:55:59 +00:00
parent aa3f38c035
commit ca3b986d78

View File

@@ -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>