Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 30ed3bf0b8 | |||
| 01bc5618be |
@@ -5,40 +5,26 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const montserrat = Montserrat({
|
||||
variable: "--font-montserrat",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-montserrat", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Mission Heights Water Company - Reliable Water Service",
|
||||
description: "Mission Heights Water Company delivers reliable water service to our community. We're the result of a merger combining the strength and expertise of Banning Heights and Mission Heights.",
|
||||
keywords: "water company, water service, water treatment, community utility, reliable water",
|
||||
robots: {
|
||||
title: "Mission Heights Water Company - Reliable Water Service", description: "Mission Heights Water Company delivers reliable water service to our community. We're the result of a merger combining the strength and expertise of Banning Heights and Mission Heights.", keywords: "water company, water service, water treatment, community utility, reliable water", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Mission Heights Water Company",
|
||||
description: "Dedicated to delivering clean, reliable water to our community with advanced treatment and exceptional service.",
|
||||
type: "website",
|
||||
siteName: "Mission Heights Water Company",
|
||||
images: [
|
||||
title: "Mission Heights Water Company", description: "Dedicated to delivering clean, reliable water to our community with advanced treatment and exceptional service.", type: "website", siteName: "Mission Heights Water Company", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/piping-circuit_1127-2080.jpg",
|
||||
alt: "Mission Heights Water Company",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/piping-circuit_1127-2080.jpg", alt: "Mission Heights Water Company"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Mission Heights Water Company",
|
||||
description: "Reliable water service for our growing community",
|
||||
images: ["http://img.b2bpic.net/free-photo/piping-circuit_1127-2080.jpg"],
|
||||
card: "summary_large_image", title: "Mission Heights Water Company", description: "Reliable water service for our growing community", images: ["http://img.b2bpic.net/free-photo/piping-circuit_1127-2080.jpg"],
|
||||
},
|
||||
};
|
||||
|
||||
@@ -1426,4 +1412,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
148
src/app/page.tsx
148
src/app/page.tsx
@@ -42,19 +42,18 @@ export default function HomePage() {
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get Started", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="Mission Heights"
|
||||
description="Celebrating the merger of Banning Heights Mutual Water Company with Mission Heights Water Company. Together, we deliver reliable water service to our growing community."
|
||||
description="We deliver unified, stronger water service to our community through advanced infrastructure and customer-focused excellence. This commitment is the result of merging Banning Heights Mutual Water Company with Mission Heights Water Company, combining decades of expertise."
|
||||
buttons={[
|
||||
{ text: "Learn More", href: "#about" },
|
||||
{ text: "Contact Us", href: "/contact" },
|
||||
{ text: "View Service Areas", href: "#" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/piping-circuit_1127-2080.jpg"
|
||||
imageAlt="Modern water treatment facility"
|
||||
@@ -68,24 +67,16 @@ export default function HomePage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Droplets,
|
||||
label: "Years of Service Combined",
|
||||
value: "75+",
|
||||
},
|
||||
label: "Years of Service Combined", value: "75+"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Customers Served",
|
||||
value: "125K+",
|
||||
},
|
||||
label: "Customers Served", value: "125K+"},
|
||||
{
|
||||
icon: Shield,
|
||||
label: "Water Safety Rating",
|
||||
value: "99.8%",
|
||||
},
|
||||
label: "Water Safety Rating", value: "99.8%"},
|
||||
{
|
||||
icon: Leaf,
|
||||
label: "Sustainable Initiatives",
|
||||
value: "15+",
|
||||
},
|
||||
label: "Sustainable Initiatives", value: "15+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -100,29 +91,17 @@ export default function HomePage() {
|
||||
tagIcon={Sparkles}
|
||||
features={[
|
||||
{
|
||||
title: "Advanced Water Treatment",
|
||||
description:
|
||||
"State-of-the-art treatment facilities ensuring the highest water quality standards for our customers.",
|
||||
bentoComponent: "globe",
|
||||
},
|
||||
title: "Advanced Water Treatment", description:
|
||||
"State-of-the-art treatment facilities ensuring the highest water quality standards for our customers.", bentoComponent: "globe"},
|
||||
{
|
||||
title: "24/7 Customer Support",
|
||||
description:
|
||||
"Dedicated support team available round the clock to assist with any water service inquiries or emergencies.",
|
||||
bentoComponent: "animated-bar-chart",
|
||||
},
|
||||
title: "24/7 Customer Support", description:
|
||||
"Dedicated support team available round the clock to assist with any water service inquiries or emergencies.", bentoComponent: "animated-bar-chart"},
|
||||
{
|
||||
title: "Environmental Sustainability",
|
||||
description:
|
||||
"Committed to sustainable water management practices that protect our environment for future generations.",
|
||||
bentoComponent: "line-chart",
|
||||
},
|
||||
title: "Environmental Sustainability", description:
|
||||
"Committed to sustainable water management practices that protect our environment for future generations.", bentoComponent: "line-chart"},
|
||||
{
|
||||
title: "Community Focused",
|
||||
description:
|
||||
"Invested in our communities through local partnerships, education programs, and infrastructure development.",
|
||||
bentoComponent: "map",
|
||||
},
|
||||
title: "Community Focused", description:
|
||||
"Invested in our communities through local partnerships, education programs, and infrastructure development.", bentoComponent: "map"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -137,45 +116,21 @@ export default function HomePage() {
|
||||
description="Hear from the customers and partners who trust Mission Heights Water Company for their water needs."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Robert Martinez",
|
||||
handle: "@robert_martinez",
|
||||
testimonial:
|
||||
"The merger has brought tremendous improvements to our water service. The new infrastructure and customer support are outstanding.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-handsome-business-leader-cafe_1262-3537.jpg",
|
||||
imageAlt: "Robert Martinez",
|
||||
},
|
||||
id: "1", name: "Robert Martinez", handle: "@robert_martinez", testimonial:
|
||||
"The merger has brought tremendous improvements to our water service. The new infrastructure and customer support are outstanding.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-handsome-business-leader-cafe_1262-3537.jpg", imageAlt: "Robert Martinez"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jennifer Chen",
|
||||
handle: "@jen_chen",
|
||||
testimonial:
|
||||
"Excellent water quality and reliability. Mission Heights has proven to be a trusted partner for our business operations.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-businesswoman_329181-11722.jpg",
|
||||
imageAlt: "Jennifer Chen",
|
||||
},
|
||||
id: "2", name: "Jennifer Chen", handle: "@jen_chen", testimonial:
|
||||
"Excellent water quality and reliability. Mission Heights has proven to be a trusted partner for our business operations.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-businesswoman_329181-11722.jpg", imageAlt: "Jennifer Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "David Thompson",
|
||||
handle: "@david_t",
|
||||
testimonial:
|
||||
"As a long-time customer of Banning Heights, I'm impressed with how smoothly the transition to Mission Heights has been handled.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-with-folded-arms-looking-camera_23-2147955314.jpg",
|
||||
imageAlt: "David Thompson",
|
||||
},
|
||||
id: "3", name: "David Thompson", handle: "@david_t", testimonial:
|
||||
"As a long-time customer of Banning Heights, I'm impressed with how smoothly the transition to Mission Heights has been handled.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-with-folded-arms-looking-camera_23-2147955314.jpg", imageAlt: "David Thompson"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah Williams",
|
||||
handle: "@sarah_w",
|
||||
testimonial:
|
||||
"The merger has brought innovation and better service coordination. I'm confident in Mission Heights' commitment to our community.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-businesswoman-indoors_23-2148824826.jpg",
|
||||
imageAlt: "Sarah Williams",
|
||||
},
|
||||
id: "4", name: "Sarah Williams", handle: "@sarah_w", testimonial:
|
||||
"The merger has brought innovation and better service coordination. I'm confident in Mission Heights' commitment to our community.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-businesswoman-indoors_23-2148824826.jpg", imageAlt: "Sarah Williams"},
|
||||
]}
|
||||
showRating={true}
|
||||
textboxLayout="default"
|
||||
@@ -189,35 +144,20 @@ export default function HomePage() {
|
||||
<FaqSplitText
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How does the merger affect my water bill?",
|
||||
content:
|
||||
"The merger aims to improve efficiency and service quality while maintaining competitive pricing. Billing structures will be communicated clearly to all customers.",
|
||||
},
|
||||
id: "1", title: "How does the merger affect my water bill?", content:
|
||||
"The merger aims to improve efficiency and service quality while maintaining competitive pricing. Billing structures will be communicated clearly to all customers."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Will water service be interrupted during the transition?",
|
||||
content:
|
||||
"No. We have carefully planned the integration to ensure continuous, uninterrupted water service to all customers throughout the transition period.",
|
||||
},
|
||||
id: "2", title: "Will water service be interrupted during the transition?", content:
|
||||
"No. We have carefully planned the integration to ensure continuous, uninterrupted water service to all customers throughout the transition period."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What happened to Banning Heights Mutual Water Company?",
|
||||
content:
|
||||
"Banning Heights Mutual Water Company has merged with Mission Heights Water Company to create a stronger, more resourceful utility company. The merger combines our strengths and expertise.",
|
||||
},
|
||||
id: "3", title: "What happened to Banning Heights Mutual Water Company?", content:
|
||||
"Banning Heights Mutual Water Company has merged with Mission Heights Water Company to create a stronger, more resourceful utility company. The merger combines our strengths and expertise."},
|
||||
{
|
||||
id: "4",
|
||||
title: "How do I report a water emergency?",
|
||||
content:
|
||||
"Our 24/7 emergency line is available at 1-800-MISSION-1. You can also use our mobile app or online portal to report urgent issues.",
|
||||
},
|
||||
id: "4", title: "How do I report a water emergency?", content:
|
||||
"Our 24/7 emergency line is available at 1-800-MISSION-1. You can also use our mobile app or online portal to report urgent issues."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Are there new service areas after the merger?",
|
||||
content:
|
||||
"Yes. The merger expands our service territory and brings improved infrastructure to additional communities in the region.",
|
||||
},
|
||||
id: "5", title: "Are there new service areas after the merger?", content:
|
||||
"Yes. The merger expands our service territory and brings improved infrastructure to additional communities in the region."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Learn more about the merger and how it affects your water service."
|
||||
@@ -246,32 +186,28 @@ export default function HomePage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Our Services", href: "/services" },
|
||||
{ label: "Careers", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Report Issue", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Accessibility", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Community",
|
||||
items: [
|
||||
title: "Community", items: [
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "News", href: "#" },
|
||||
{ label: "Events", href: "#" },
|
||||
@@ -284,4 +220,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user