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