diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5652cb4..f1bf6a8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -6,7 +6,7 @@ import ContactText from '@/components/sections/contact/ContactText';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
import FooterMedia from '@/components/sections/footer/FooterMedia';
-import HeroCentered from '@/components/sections/hero/HeroCentered';
+import HeroBillboardBrand from '@/components/sections/hero/HeroBillboardBrand';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import SplitAbout from '@/components/sections/about/SplitAbout';
@@ -30,87 +30,24 @@ export default function LandingPage() {
-
@@ -122,18 +59,9 @@ export default function LandingPage() {
title="Real Experts. Real People."
description="Some plumbers show up. Muller shows up, finds the problem, fixes it right, and charges you a fair price to do it. We've been doing exactly that in Iowa City for decades — long enough that we've installed boilers in homes whose grandchildren now call us for their own repairs. We're not a call center, not a franchise, and not a company that puts you on hold."
bulletPoints={[
- {
- title: "Family Operated",
- description: "Three generations serving Iowa City.",
- },
- {
- title: "No Hidden Fees",
- description: "Know the price before we start.",
- },
- {
- title: "Real People",
- description: "Pick up the phone and talk to a neighbor.",
- },
+ { title: "Family Operated", description: "Three generations serving Iowa City." },
+ { title: "No Hidden Fees", description: "Know the price before we start." },
+ { title: "Real People", description: "Pick up the phone and talk to a neighbor." },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xxilil"
mediaAnimation="slide-up"
@@ -145,20 +73,8 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
- negativeCard={{
- items: [
- "No guessing games",
- "Not learning on your dime",
- "No generalist incompetence",
- ],
- }}
- positiveCard={{
- items: [
- "Specialized boiler knowledge",
- "Century-old system expertise",
- "High-efficiency installations",
- ],
- }}
+ negativeCard={{ items: ["No guessing games", "Not learning on your dime", "No generalist incompetence"] }}
+ positiveCard={{ items: ["Specialized boiler knowledge", "Century-old system expertise", "High-efficiency installations"] }}
title="Boiler Experts. Not Generalists."
description="Boiler systems are complex. Muller knows enough to do it right — from replacing century-old steam systems to modern high-efficiency units."
/>
@@ -170,30 +86,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- {
- id: "1",
- value: "Same Day",
- title: "Service Promise",
- items: [
- "We show up when others are booked for a week.",
- ],
- },
- {
- id: "2",
- value: "Fair Rates",
- title: "Pricing Fairness",
- items: [
- "Transparent quotes, no price gouging.",
- ],
- },
- {
- id: "3",
- value: "Friendly",
- title: "Customer Care",
- items: [
- "Real people picking up the phone.",
- ],
- },
+ { id: "1", value: "Same Day", title: "Service Promise", items: ["We show up when others are booked for a week."] },
+ { id: "2", value: "Fair Rates", title: "Pricing Fairness", items: ["Transparent quotes, no price gouging."] },
+ { id: "3", value: "Friendly", title: "Customer Care", items: ["Real people picking up the phone."] },
]}
title="Why Iowa City Chooses Muller"
description="Evidence that reliability and service still matter in Iowa City."
@@ -204,31 +99,11 @@ export default function LandingPage() {
@@ -285,33 +141,16 @@ export default function LandingPage() {
logoText="Muller Plumbing"
columns={[
{
- title: "Company",
- items: [
- {
- label: "About Us",
- href: "#about",
- },
- {
- label: "Services",
- href: "#boiler",
- },
- {
- label: "Contact",
- href: "#contact",
- },
+ title: "Company", items: [
+ { label: "About Us", href: "#about" },
+ { label: "Services", href: "#boiler" },
+ { label: "Contact", href: "#contact" },
],
},
{
- title: "Legal",
- items: [
- {
- label: "Privacy Policy",
- href: "#",
- },
- {
- label: "Terms of Service",
- href: "#",
- },
+ title: "Legal", items: [
+ { label: "Privacy Policy", href: "#" },
+ { label: "Terms of Service", href: "#" },
],
},
]}
@@ -320,4 +159,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file