Merge version_1 into main #1
255
src/app/page.tsx
255
src/app/page.tsx
@@ -32,33 +32,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "#why-us",
|
||||
},
|
||||
name: "Why Us", id: "#why-us"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Process",
|
||||
id: "#process",
|
||||
},
|
||||
name: "Process", id: "#process"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="RMS Associates"
|
||||
/>
|
||||
@@ -67,19 +53,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "downward-rays-static",
|
||||
}}
|
||||
variant: "downward-rays-static"}}
|
||||
title="Reliable IT Support That Keeps Your Business Running"
|
||||
description="Managed IT Services, Business Phone Systems, Cybersecurity, and Technical Support trusted by businesses for over 20 years."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Consultation", href: "#contact"},
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Support", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/investors-reading-factory-paperwork-laptop-reviewing-financial-statements_482257-123452.jpg"
|
||||
imageAlt="Team assisting clients in a modern IT office"
|
||||
@@ -91,14 +72,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Innovate Solutions",
|
||||
"FinConnect Global",
|
||||
"DataStream Analytics",
|
||||
"EngagePro Marketing",
|
||||
"BuildWise Technologies",
|
||||
"HealthFlow Systems",
|
||||
"SkillUp Academy",
|
||||
]}
|
||||
"Innovate Solutions", "FinConnect Global", "DataStream Analytics", "EngagePro Marketing", "BuildWise Technologies", "HealthFlow Systems", "SkillUp Academy"]}
|
||||
title="Trusted by Leading Businesses for Over 20 Years"
|
||||
description="Partnering with leading companies across various industries for reliable IT solutions and strategic guidance."
|
||||
showCard={false}
|
||||
@@ -112,47 +86,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "managed-it",
|
||||
title: "Managed IT Services",
|
||||
subtitle: "Proactive monitoring, maintenance, and support for your business technology.",
|
||||
category: "Service",
|
||||
value: "24/7 Monitoring",
|
||||
},
|
||||
id: "managed-it", title: "Managed IT Services", subtitle: "Proactive monitoring, maintenance, and support for your business technology.", category: "Service", value: "24/7 Monitoring"},
|
||||
{
|
||||
id: "phone-systems",
|
||||
title: "Business Phone Systems",
|
||||
subtitle: "Modern VoIP phone solutions with mobile integration and easy management.",
|
||||
category: "Solution",
|
||||
value: "Scalable VoIP",
|
||||
},
|
||||
id: "phone-systems", title: "Business Phone Systems", subtitle: "Modern VoIP phone solutions with mobile integration and easy management.", category: "Solution", value: "Scalable VoIP"},
|
||||
{
|
||||
id: "cybersecurity",
|
||||
title: "Cybersecurity Solutions",
|
||||
subtitle: "Protect your business from threats with secure networks and monitoring.",
|
||||
category: "Security",
|
||||
value: "Threat Protection",
|
||||
},
|
||||
id: "cybersecurity", title: "Cybersecurity Solutions", subtitle: "Protect your business from threats with secure networks and monitoring.", category: "Security", value: "Threat Protection"},
|
||||
{
|
||||
id: "help-desk",
|
||||
title: "Help Desk Support",
|
||||
subtitle: "Friendly technicians available when you need assistance, ensuring minimal downtime.",
|
||||
category: "Support",
|
||||
value: "Fast Response",
|
||||
},
|
||||
id: "help-desk", title: "Help Desk Support", subtitle: "Friendly technicians available when you need assistance, ensuring minimal downtime.", category: "Support", value: "Fast Response"},
|
||||
{
|
||||
id: "cloud-solutions",
|
||||
title: "Cloud Solutions",
|
||||
subtitle: "Secure access to files, applications, and collaboration tools from anywhere.",
|
||||
category: "Platform",
|
||||
value: "Anytime Access",
|
||||
},
|
||||
id: "cloud-solutions", title: "Cloud Solutions", subtitle: "Secure access to files, applications, and collaboration tools from anywhere.", category: "Platform", value: "Anytime Access"},
|
||||
{
|
||||
id: "network-management",
|
||||
title: "Network Management",
|
||||
subtitle: "Reliable infrastructure designed for performance and uncompromised security.",
|
||||
category: "Infrastructure",
|
||||
value: "Optimized Performance",
|
||||
},
|
||||
id: "network-management", title: "Network Management", subtitle: "Reliable infrastructure designed for performance and uncompromised security.", category: "Infrastructure", value: "Optimized Performance"},
|
||||
]}
|
||||
title="Comprehensive IT Services for Your Business"
|
||||
description="Proactive monitoring, maintenance, and support designed to keep your business technology operating smoothly and securely."
|
||||
@@ -167,25 +111,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "fast-response",
|
||||
value: "Fast Response",
|
||||
description: "Problems are addressed quickly so your team stays productive.",
|
||||
},
|
||||
id: "fast-response", value: "Fast Response", description: "Problems are addressed quickly so your team stays productive."},
|
||||
{
|
||||
id: "experienced-team",
|
||||
value: "Experienced Team",
|
||||
description: "Knowledgeable technicians who explain solutions clearly and effectively.",
|
||||
},
|
||||
id: "experienced-team", value: "Experienced Team", description: "Knowledgeable technicians who explain solutions clearly and effectively."},
|
||||
{
|
||||
id: "reliable-service",
|
||||
value: "Reliable Service",
|
||||
description: "Customers consistently mention dependable support and minimal downtime.",
|
||||
},
|
||||
id: "reliable-service", value: "Reliable Service", description: "Customers consistently mention dependable support and minimal downtime."},
|
||||
{
|
||||
id: "long-term-partnership",
|
||||
value: "Long-Term Partnership",
|
||||
description: "Many clients have trusted RMS for years, growing together successfully.",
|
||||
},
|
||||
id: "long-term-partnership", value: "Long-Term Partnership", description: "Many clients have trusted RMS for years, growing together successfully."},
|
||||
]}
|
||||
title="Why Businesses Choose RMS Associates"
|
||||
description="Our commitment to excellence ensures your business receives unparalleled IT support and strategic guidance."
|
||||
@@ -199,21 +131,13 @@ export default function LandingPage() {
|
||||
description="For more than two decades, RMS Associates has helped businesses manage technology, improve reliability, and support growth through responsive IT services and strategic guidance. We are committed to empowering your success."
|
||||
metrics={[
|
||||
{
|
||||
value: "Reliability",
|
||||
title: "Consistent uptime and dependable service.",
|
||||
},
|
||||
value: "Reliability", title: "Consistent uptime and dependable service."},
|
||||
{
|
||||
value: "Communication",
|
||||
title: "Clear, concise, and proactive updates.",
|
||||
},
|
||||
value: "Communication", title: "Clear, concise, and proactive updates."},
|
||||
{
|
||||
value: "Expertise",
|
||||
title: "Deep technical knowledge and problem-solving.",
|
||||
},
|
||||
value: "Expertise", title: "Deep technical knowledge and problem-solving."},
|
||||
{
|
||||
value: "Customer First",
|
||||
title: "Dedicated to client satisfaction and needs.",
|
||||
},
|
||||
value: "Customer First", title: "Dedicated to client satisfaction and needs."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/concentrated-manager-sitting-table-looking-camera_74855-4096.jpg"
|
||||
imageAlt="Professional team of IT consultants"
|
||||
@@ -230,33 +154,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "process-1",
|
||||
name: "1. Assess",
|
||||
price: "Discovery",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vlb1j8",
|
||||
imageAlt: "Magnifying glass over network diagram",
|
||||
},
|
||||
id: "process-1", name: "1. Assess", price: "Discovery", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vlb1j8", imageAlt: "Magnifying glass over network diagram"},
|
||||
{
|
||||
id: "process-2",
|
||||
name: "2. Plan",
|
||||
price: "Strategy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-puzzle-pieces-blue-background_23-2149299055.jpg",
|
||||
imageAlt: "Blueprint with gears and arrows",
|
||||
},
|
||||
id: "process-2", name: "2. Plan", price: "Strategy", imageSrc: "http://img.b2bpic.net/free-photo/top-view-puzzle-pieces-blue-background_23-2149299055.jpg", imageAlt: "Blueprint with gears and arrows"},
|
||||
{
|
||||
id: "process-3",
|
||||
name: "3. Implement",
|
||||
price: "Deployment",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/miniature-workers-working-chip-motherboard_1252-836.jpg",
|
||||
imageAlt: "Hand inserting component into circuit board",
|
||||
},
|
||||
id: "process-3", name: "3. Implement", price: "Deployment", imageSrc: "http://img.b2bpic.net/free-photo/miniature-workers-working-chip-motherboard_1252-836.jpg", imageAlt: "Hand inserting component into circuit board"},
|
||||
{
|
||||
id: "process-4",
|
||||
name: "4. Support",
|
||||
price: "Ongoing Care",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/call-center-banners_23-2147508361.jpg",
|
||||
imageAlt: "Shield protecting a cloud server",
|
||||
},
|
||||
id: "process-4", name: "4. Support", price: "Ongoing Care", imageSrc: "http://img.b2bpic.net/free-vector/call-center-banners_23-2147508361.jpg", imageAlt: "Shield protecting a cloud server"},
|
||||
]}
|
||||
title="Our Streamlined Process"
|
||||
description="We follow a proven methodology to ensure seamless technology solutions and exceptional ongoing support for your business."
|
||||
@@ -266,30 +170,20 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={false}
|
||||
testimonial="\"It has proved to be the best decision we could've made. They continue to meet our needs and exceed our expectations. Our server downtime has been zero.\""
|
||||
testimonial={`It has proved to be the best decision we could've made. They continue to meet our needs and exceed our expectations. Our server downtime has been zero.`}
|
||||
rating={5}
|
||||
author="Satisfied Client, Google Reviews"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/startup-worker-uses-laptop-open-space-reviewing-project-data-documents-workstation-executive-assistant-working-marketing-strategy-business-development-ai-developer_482257-65810.jpg",
|
||||
alt: "Sarah Johnson",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/startup-worker-uses-laptop-open-space-reviewing-project-data-documents-workstation-executive-assistant-working-marketing-strategy-business-development-ai-developer_482257-65810.jpg", alt: "Sarah Johnson"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/freelancing-system-administrator-upgrading-high-tech-ai-confused-by-complexity_482257-83356.jpg",
|
||||
alt: "Michael Chen",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/freelancing-system-administrator-upgrading-high-tech-ai-confused-by-complexity_482257-83356.jpg", alt: "Michael Chen"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/modern-businesswoman-with-laptop-outdoors_23-2148171067.jpg",
|
||||
alt: "Emily Rodriguez",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/modern-businesswoman-with-laptop-outdoors_23-2148171067.jpg", alt: "Emily Rodriguez"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/serene-businessman-with-glasses_1098-719.jpg",
|
||||
alt: "David Kim",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/serene-businessman-with-glasses_1098-719.jpg", alt: "David Kim"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-man-black-suit-glasses-looking-front-surprised-with-wide-open-eyes-standing-pink-wall_141793-50827.jpg",
|
||||
alt: "Operations Manager",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/business-man-black-suit-glasses-looking-front-surprised-with-wide-open-eyes-standing-pink-wall_141793-50827.jpg", alt: "Operations Manager"},
|
||||
]}
|
||||
ratingAnimation="none"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -300,14 +194,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Need IT Support You Can Count On? Get expert help from a team that businesses trust. Schedule a Free Consultation today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule a Consultation",
|
||||
href: "#footer",
|
||||
},
|
||||
text: "Schedule a Consultation", href: "#footer"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -317,83 +208,49 @@ export default function LandingPage() {
|
||||
logoText="RMS Associates"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Managed IT",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Managed IT", href: "#services"},
|
||||
{
|
||||
label: "VoIP Phone Systems",
|
||||
href: "#services",
|
||||
},
|
||||
label: "VoIP Phone Systems", href: "#services"},
|
||||
{
|
||||
label: "Cybersecurity",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Cybersecurity", href: "#services"},
|
||||
{
|
||||
label: "Cloud Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Cloud Services", href: "#services"},
|
||||
{
|
||||
label: "Network Support",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Network Support", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Phone: (555) 123-4567",
|
||||
href: "tel:+15551234567",
|
||||
},
|
||||
label: "Phone: (555) 123-4567", href: "tel:+15551234567"},
|
||||
{
|
||||
label: "Email: info@rms.com",
|
||||
href: "mailto:info@rms.com",
|
||||
},
|
||||
label: "Email: info@rms.com", href: "mailto:info@rms.com"},
|
||||
{
|
||||
label: "Office: 123 Tech Drive, Suite 100",
|
||||
href: "#",
|
||||
},
|
||||
label: "Office: 123 Tech Drive, Suite 100", href: "#"},
|
||||
{
|
||||
label: "City, State 90210",
|
||||
href: "#",
|
||||
},
|
||||
label: "City, State 90210", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social Links",
|
||||
items: [
|
||||
title: "Social Links", items: [
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "https://linkedin.com/company/rms-associates",
|
||||
},
|
||||
label: "LinkedIn", href: "https://linkedin.com/company/rms-associates"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/rms-associates",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/rms-associates"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user