Update src/app/page.tsx
This commit is contained in:
@@ -51,6 +51,7 @@ export default function LandingPage() {
|
||||
{ value: "100%", label: "Satisfaction" },
|
||||
{ value: "Expert", label: "Technicians" }
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[{ text: "Get a Quote", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176721.jpg"
|
||||
/>
|
||||
@@ -59,6 +60,7 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Our Family Tribute"
|
||||
description="At Tino and Sons, our name represents more than just a business—it's a family tradition built on integrity, hard work, and a commitment to helping our neighbors. We serve every Kansas City home with the same dedication our founder brought to his very first job."
|
||||
bulletPoints={[
|
||||
@@ -72,6 +74,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardEight
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Drain & Water Solutions"
|
||||
description="We offer specialized services to maintain your home's infrastructure, from complex drain lines to high-efficiency heating systems."
|
||||
features={[
|
||||
@@ -84,6 +88,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Recommended Equipment"
|
||||
description="Premium parts and systems installed by our team."
|
||||
products={[
|
||||
@@ -98,6 +104,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
description="What our Kansas City neighbors are saying."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Customer Stories"
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah Miller", role: "Homeowner", company: "KC Metro", rating: 5 },
|
||||
@@ -111,6 +120,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Start Your Service"
|
||||
description="Get a quote for tankless heaters, drain work, or emergency repairs."
|
||||
inputs={[
|
||||
|
||||
Reference in New Issue
Block a user