Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
249
src/app/page.tsx
249
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "features"},
|
||||||
id: "features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Midstate Mechanical"
|
brandName="Midstate Mechanical"
|
||||||
/>
|
/>
|
||||||
@@ -56,78 +48,49 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitKpi
|
<HeroSplitKpi
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
title="Manhattan's Most Trusted Mechanical Contractor"
|
title="Manhattan's Most Trusted Mechanical Contractor"
|
||||||
description="Providing 5-star HVAC, plumbing, and heating services to Manhattan, KS. Same-day dispatch and dependable solutions from your local experts."
|
description="Providing 5-star HVAC, plumbing, and heating services to Manhattan, KS. Same-day dispatch and dependable solutions from your local experts."
|
||||||
kpis={[
|
kpis={[
|
||||||
{
|
{
|
||||||
value: "5.0",
|
value: "5.0", label: "Google Rating"},
|
||||||
label: "Google Rating",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "35+",
|
value: "35+", label: "Happy Reviews"},
|
||||||
label: "Happy Reviews",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "Ready",
|
value: "Ready", label: "Same-Day Dispatch"},
|
||||||
label: "Same-Day Dispatch",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
enableKpiAnimation={true}
|
enableKpiAnimation={true}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Request Service",
|
text: "Request Service", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/seasoned-mechanic-using-soft-dusting-brush-sweep-away-built-up-layer-dirt-debris-from-hvac-system-coil-while-adept-repairman-refills-air-conditioner-cooling-system-refrigerant-tank_482257-63969.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/seasoned-mechanic-using-soft-dusting-brush-sweep-away-built-up-layer-dirt-debris-from-hvac-system-coil-while-adept-repairman-refills-air-conditioner-cooling-system-refrigerant-tank_482257-63969.jpg"
|
||||||
imageAlt="Professional mechanical technician"
|
imageAlt="Professional mechanical technician"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg",
|
src: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg", alt: "Customer 1"},
|
||||||
alt: "Customer 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/young-blonde-woman-wearing-casual-blue-shirt-success-sign-doing-positive-gesture-with-hand-thumbs-up-smiling-happy-cheerful-expression-winner-gesture_839833-2022.jpg",
|
src: "http://img.b2bpic.net/free-photo/young-blonde-woman-wearing-casual-blue-shirt-success-sign-doing-positive-gesture-with-hand-thumbs-up-smiling-happy-cheerful-expression-winner-gesture_839833-2022.jpg", alt: "Customer 2"},
|
||||||
alt: "Customer 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/happy-man-with-thumbs-up_1187-3144.jpg",
|
src: "http://img.b2bpic.net/free-photo/happy-man-with-thumbs-up_1187-3144.jpg", alt: "Customer 3"},
|
||||||
alt: "Customer 3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-giving-thumbs-up-gray-wall_114579-63355.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-woman-giving-thumbs-up-gray-wall_114579-63355.jpg", alt: "Customer 4"},
|
||||||
alt: "Customer 4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/happy-businesswoman-reading-text-message-disbelief-office_637285-9615.jpg",
|
src: "http://img.b2bpic.net/free-photo/happy-businesswoman-reading-text-message-disbelief-office_637285-9615.jpg", alt: "Customer 5"},
|
||||||
alt: "Customer 5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by 1000+ local neighbors"
|
avatarText="Trusted by 1000+ local neighbors"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "HVAC Certified"},
|
||||||
text: "HVAC Certified",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Licensed Plumbers"},
|
||||||
text: "Licensed Plumbers",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "24/7 Support"},
|
||||||
text: "24/7 Support",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Local Owned"},
|
||||||
text: "Local Owned",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Gas Approved"},
|
||||||
text: "Gas Approved",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -139,15 +102,11 @@ export default function LandingPage() {
|
|||||||
description="At Midstate Mechanical Inc., we take pride in our Manhattan, KS roots. From our office staff—like Lisa—to our skilled field technicians, we work hard to be the name you trust for every heating, cooling, and plumbing need. Recommended by Manhattan Gas, we prioritize local community reliability."
|
description="At Midstate Mechanical Inc., we take pride in our Manhattan, KS roots. From our office staff—like Lisa—to our skilled field technicians, we work hard to be the name you trust for every heating, cooling, and plumbing need. Recommended by Manhattan Gas, we prioritize local community reliability."
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
value: "20+",
|
value: "20+", title: "Years Local Experience"},
|
||||||
title: "Years Local Experience",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "100%",
|
value: "100%", title: "Satisfaction Guaranteed"},
|
||||||
title: "Satisfaction Guaranteed",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/professional-repairmen-enlisted-air-conditioner-check-refilling-freon-expert-african-american-mechanic-colleague-using-manometers-precisely-measure-pressure-condenser_482257-65757.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/professional-repairmen-enlisted-air-conditioner-check-refilling-freon-expert-african-american-mechanic-colleague-using-manometers-precisely-measure-pressure-condenser_482257-65757.jpg"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
imageAlt="friendly hvac technician smiling"
|
imageAlt="friendly hvac technician smiling"
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
@@ -161,55 +120,31 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Air Conditioning",
|
title: "Air Conditioning", description: "Reliable repair and installation for your cooling systems.", icon: Flame,
|
||||||
description: "Reliable repair and installation for your cooling systems.",
|
|
||||||
icon: Flame,
|
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/technician-sweeping-debris-hvac-unit_482257-92789.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/technician-sweeping-debris-hvac-unit_482257-92789.jpg", imageAlt: "residential air conditioning system"},
|
||||||
imageAlt: "residential air conditioning system",
|
{
|
||||||
|
imageSrc: "http://img.b2bpic.net/free-photo/trained-worker-dissasembling-air-conditioner-outer-front-grill-order-start-servicing-broken-internal-parts-knowleadgeable-engineer-comissioned-by-home-owner-maintenance-hvac-system_482257-70163.jpg", imageAlt: "hvac cooling unit installation"},
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/trained-worker-dissasembling-air-conditioner-outer-front-grill-order-start-servicing-broken-internal-parts-knowleadgeable-engineer-comissioned-by-home-owner-maintenance-hvac-system_482257-70163.jpg",
|
title: "Heating", description: "Keep warm all winter with our expert furnace service.", icon: Flame,
|
||||||
imageAlt: "hvac cooling unit installation",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/seasoned-mechanic-using-soft-dusting-brush-sweep-away-built-up-layer-dirt-debris-from-hvac-system-coil-while-adept-repairman-refills-air-conditioner-cooling-system-refrigerant-tank_482257-63969.jpg?_wi=2",
|
|
||||||
imageAlt: "residential air conditioning system",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Heating",
|
|
||||||
description: "Keep warm all winter with our expert furnace service.",
|
|
||||||
icon: Flame,
|
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-air-conditioner_482257-96273.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-air-conditioner_482257-96273.jpg", imageAlt: "heating furnace installation unit"},
|
||||||
imageAlt: "heating furnace installation unit",
|
{
|
||||||
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-analyzing-building-model-with-woman-using-blueprints-plan-table-colleagues-working-together-design-construction-structure-layout-urban-development_482257-27842.jpg", imageAlt: "residential heating system repair"},
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-analyzing-building-model-with-woman-using-blueprints-plan-table-colleagues-working-together-design-construction-structure-layout-urban-development_482257-27842.jpg",
|
title: "Plumbing", description: "Comprehensive plumbing solutions from leak fixes to pipe repairs.", icon: Droplets,
|
||||||
imageAlt: "residential heating system repair",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-repairmen-enlisted-air-conditioner-check-refilling-freon-expert-african-american-mechanic-colleague-using-manometers-precisely-measure-pressure-condenser_482257-65757.jpg?_wi=2",
|
|
||||||
imageAlt: "residential air conditioning system",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Plumbing",
|
|
||||||
description: "Comprehensive plumbing solutions from leak fixes to pipe repairs.",
|
|
||||||
icon: Droplets,
|
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334230.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334230.jpg", imageAlt: "plumbing repair kitchen sink"},
|
||||||
imageAlt: "plumbing repair kitchen sink",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721535.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721535.jpg", imageAlt: "professional plumber tools working"},
|
||||||
imageAlt: "professional plumber tools working",
|
]
|
||||||
},
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg?_wi=1",
|
|
||||||
imageAlt: "residential air conditioning system",
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Comprehensive Home Solutions"
|
title="Comprehensive Home Solutions"
|
||||||
@@ -225,25 +160,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "1,500+", title: "Successful Repairs", description: "HVAC & plumbing jobs completed", icon: CheckCircle,
|
||||||
value: "1,500+",
|
|
||||||
title: "Successful Repairs",
|
|
||||||
description: "HVAC & plumbing jobs completed",
|
|
||||||
icon: CheckCircle,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "24/7", title: "Availability", description: "Ready to help when you need us", icon: Clock,
|
||||||
value: "24/7",
|
|
||||||
title: "Availability",
|
|
||||||
description: "Ready to help when you need us",
|
|
||||||
icon: Clock,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "100+", title: "Community Partners", description: "Reliable local relationships", icon: Users,
|
||||||
value: "100+",
|
|
||||||
title: "Community Partners",
|
|
||||||
description: "Reliable local relationships",
|
|
||||||
icon: Users,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Our Impact in Manhattan"
|
title="Our Impact in Manhattan"
|
||||||
@@ -256,14 +179,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"Manhattan Gas",
|
"Manhattan Gas", "Riley County Home Association", "Kansas Plumbing Standards", "Local Business Alliance", "Chamber of Commerce", "HVAC Certified Technicians", "BBB Accredited"]}
|
||||||
"Riley County Home Association",
|
|
||||||
"Kansas Plumbing Standards",
|
|
||||||
"Local Business Alliance",
|
|
||||||
"Chamber of Commerce",
|
|
||||||
"HVAC Certified Technicians",
|
|
||||||
"BBB Accredited",
|
|
||||||
]}
|
|
||||||
title="Trusted by Local Partners"
|
title="Trusted by Local Partners"
|
||||||
description="We are honored to be recommended by leading local organizations."
|
description="We are honored to be recommended by leading local organizations."
|
||||||
/>
|
/>
|
||||||
@@ -276,40 +192,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "John Doe", role: "Homeowner", testimonial: "Fast response, friendly and professional service! Best in the county.", imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg"},
|
||||||
name: "John Doe",
|
|
||||||
role: "Homeowner",
|
|
||||||
testimonial: "Fast response, friendly and professional service! Best in the county.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Jane Smith", role: "Client", testimonial: "From the office staff to the technicians—the best in Manhattan.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-cafe-sitting-with-laptop-working-remotely-freelancer-with-phone-hands-shows-okay-ok-gesture-approval-agree-with-something-like-product_1258-314217.jpg"},
|
||||||
name: "Jane Smith",
|
|
||||||
role: "Client",
|
|
||||||
testimonial: "From the office staff to the technicians—the best in Manhattan.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-cafe-sitting-with-laptop-working-remotely-freelancer-with-phone-hands-shows-okay-ok-gesture-approval-agree-with-something-like-product_1258-314217.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Robert Miller", role: "Homeowner", testimonial: "They fixed our heating system in record time. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-looking-confused-scratching-head-standing-isolated-pink-wall_141793-15220.jpg"},
|
||||||
name: "Robert Miller",
|
|
||||||
role: "Homeowner",
|
|
||||||
testimonial: "They fixed our heating system in record time. Highly recommend.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-looking-confused-scratching-head-standing-isolated-pink-wall_141793-15220.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Alice Wong", role: "Client", testimonial: "Reliable, professional, and local. They genuinely care.", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-couple-having-fun-christmas_1187-689.jpg"},
|
||||||
name: "Alice Wong",
|
|
||||||
role: "Client",
|
|
||||||
testimonial: "Reliable, professional, and local. They genuinely care.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-couple-having-fun-christmas_1187-689.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "David Brown", role: "Homeowner", testimonial: "Great experience with Midstate Mechanical. Very happy indeed.", imageSrc: "http://img.b2bpic.net/free-photo/view-person-creating-digital-diy-craft-content_23-2151515893.jpg"},
|
||||||
name: "David Brown",
|
|
||||||
role: "Homeowner",
|
|
||||||
testimonial: "Great experience with Midstate Mechanical. Very happy indeed.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/view-person-creating-digital-diy-craft-content_23-2151515893.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="What Our Neighbors Say"
|
title="What Our Neighbors Say"
|
||||||
description="Honest feedback from our valued Manhattan customers."
|
description="Honest feedback from our valued Manhattan customers."
|
||||||
@@ -322,20 +213,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "Do you provide same-day service?", content: "Yes, we strive to dispatch technicians the same day for urgent requests."},
|
||||||
title: "Do you provide same-day service?",
|
|
||||||
content: "Yes, we strive to dispatch technicians the same day for urgent requests.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "What is your service area?", content: "We primarily serve Manhattan, KS, and the surrounding Riley County area."},
|
||||||
title: "What is your service area?",
|
|
||||||
content: "We primarily serve Manhattan, KS, and the surrounding Riley County area.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "When are your office hours?", content: "We are open until 4:30 PM, Monday through Friday, with emergency dispatch options."},
|
||||||
title: "When are your office hours?",
|
|
||||||
content: "We are open until 4:30 PM, Monday through Friday, with emergency dispatch options.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/technologies-make-life-easier-portrait-cheerful-young-man-smiling-joyfully-happy-with-his-newly-bought-laptop-pc-while-using-it-remote-work-sitting-modern-cafeteria-coffee-break_273609-1942.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/technologies-make-life-easier-portrait-cheerful-young-man-smiling-joyfully-happy-with-his-newly-bought-laptop-pc-while-using-it-remote-work-sitting-modern-cafeteria-coffee-break_273609-1942.jpg"
|
||||||
title="Common Service Questions"
|
title="Common Service Questions"
|
||||||
@@ -350,16 +232,13 @@ export default function LandingPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
tag="Get in Touch"
|
tag="Get in Touch"
|
||||||
title="Ready for Service?"
|
title="Ready for Service?"
|
||||||
description="Call us at (785) 537-4343 or fill out our contact form to request an appointment. We're open until 4:30 PM."
|
description="Call us at (785) 537-4343 or fill out our contact form to request an appointment. We're open until 4:30 PM."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call Now",
|
text: "Call Now", href: "tel:7855374343"},
|
||||||
href: "tel:7855374343",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -369,33 +248,21 @@ export default function LandingPage() {
|
|||||||
logoText="Midstate Mechanical Inc."
|
logoText="Midstate Mechanical Inc."
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Navigation",
|
title: "Navigation", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Home",
|
label: "Home", href: "#hero"},
|
||||||
href: "#hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Services",
|
label: "Services", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Info",
|
title: "Info", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "230 Levee Dr, Manhattan, KS 66502",
|
label: "230 Levee Dr, Manhattan, KS 66502", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "(785) 537-4343",
|
label: "(785) 537-4343", href: "tel:7855374343"},
|
||||||
href: "tel:7855374343",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user