Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1cecc53838 | |||
| 2147fa3b51 |
150
src/app/page.tsx
150
src/app/page.tsx
@@ -26,9 +26,15 @@ import {
|
||||
Settings,
|
||||
Shield,
|
||||
Star,
|
||||
Hammer,
|
||||
Stethoscope,
|
||||
TrendingUp,
|
||||
Users,
|
||||
Wrench,
|
||||
Hammer,
|
||||
Paintbrush,
|
||||
Home,
|
||||
Zap,
|
||||
Layers,
|
||||
} from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -47,7 +53,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
brandName="Silver Ridge Construction"
|
||||
brandName="MedicalBiz"
|
||||
navItems={[
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
@@ -59,17 +65,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
title="Professional Construction Excellence"
|
||||
description="Silver Ridge Construction delivers premium building solutions for residential and commercial projects. With decades of industry expertise, we combine innovative techniques with meticulous craftsmanship to bring your vision to life."
|
||||
tag="Construction & Building"
|
||||
tagIcon={Hammer}
|
||||
title="Expert Medical Business Consulting Solutions"
|
||||
description="Streamline your healthcare operations, optimize financial performance, and navigate regulatory requirements with our specialized consulting expertise. We help medical practices and healthcare organizations achieve sustainable growth."
|
||||
tag="Healthcare Consulting"
|
||||
tagIcon={Stethoscope}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/construction-engineer-checking-schedule_1098-12345.jpg"
|
||||
imageAlt="Professional construction team on site"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mobile-colleagues_1098-14113.jpg"
|
||||
imageAlt="Medical business consulting dashboard"
|
||||
buttons={[
|
||||
{ text: "Request Quote", href: "#contact" },
|
||||
{ text: "Our Projects", href: "#about" },
|
||||
{ text: "Schedule Consultation", href: "#contact" },
|
||||
{ text: "Learn More", href: "#about" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -77,47 +83,59 @@ export default function LandingPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
title="Building Trust Through Quality Craftsmanship"
|
||||
description="Silver Ridge Construction has been a trusted name in the construction industry for over 20 years. We specialize in turning complex building challenges into successful projects. From initial planning through final inspection, our team ensures every project meets the highest standards of quality, safety, and professionalism. We work with homeowners, business owners, and developers to deliver results that exceed expectations."
|
||||
title="Your Trusted Healthcare Business Partner"
|
||||
description="At Medical Business Solutions, we combine 15+ years of healthcare industry expertise with strategic business acumen. We specialize in helping medical practices, clinics, and healthcare organizations optimize operations, improve profitability, and navigate complex regulatory landscapes. Our consultants work closely with leadership teams to develop customized strategies that drive measurable results."
|
||||
tag="About Us"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/construction-team-reviewing-blueprints_1303-21212.jpg"
|
||||
imageAlt="Construction team reviewing project plans"
|
||||
buttons={[{ text: "View Our Services", href: "#services" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/team-young-specialist-doctors-reviewing-documents-corridor-hospital_1303-21211.jpg"
|
||||
imageAlt="Healthcare consulting team"
|
||||
buttons={[{ text: "Explore Our Services", href: "#services" }]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureBento
|
||||
title="Comprehensive Construction Services"
|
||||
description="We provide end-to-end construction solutions tailored to your project needs and budget."
|
||||
title="Comprehensive Healthcare Solutions"
|
||||
description="We deliver targeted consulting across critical areas of healthcare operations and business management."
|
||||
tag="Services"
|
||||
tagIcon={Briefcase}
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Residential Construction", description: "Custom homes, renovations, and residential additions built to your specifications.", bentoComponent: "animated-bar-chart"},
|
||||
{
|
||||
title: "Commercial Projects", description: "Office buildings, retail spaces, and industrial facilities for growing businesses.", bentoComponent: "line-chart"},
|
||||
{
|
||||
title: "Project Management", description: "Complete oversight ensuring projects stay on schedule and within budget parameters.", bentoComponent: "3d-task-list", items: [
|
||||
{ icon: CheckCircle, label: "Planning & Design", time: "Phase 1" },
|
||||
{ icon: Shield, label: "Construction", time: "Phase 2" },
|
||||
{ icon: FileCheck, label: "Completion", time: "Phase 3" },
|
||||
],
|
||||
title: "Bathroom Remodeling", description: "Transform bathrooms with modern fixtures, layouts, and sustainable materials.", bentoComponent: "reveal-icon", icon: Wrench,
|
||||
},
|
||||
{
|
||||
title: "Safety & Compliance", description: "Adherence to all building codes, safety standards, and regulatory requirements.", bentoComponent: "orbiting-icons", centerIcon: Shield,
|
||||
items: [
|
||||
{ icon: CheckCircle, ring: 1 },
|
||||
{ icon: Lock, ring: 2 },
|
||||
{ icon: BarChart3, ring: 3 },
|
||||
],
|
||||
title: "Demolition", description: "Safe and efficient demolition services for renovation projects.", bentoComponent: "reveal-icon", icon: Hammer,
|
||||
},
|
||||
{
|
||||
title: "Team Expertise", description: "Licensed contractors, engineers, and skilled tradespeople dedicated to excellence.", bentoComponent: "marquee", centerIcon: Users,
|
||||
variant: "text", texts: [
|
||||
"Licensed Contractors", "Certified Engineers", "Master Craftspeople", "Safety Specialists"],
|
||||
title: "Drywall Installation", description: "Professional drywall installation for new construction and renovations.", bentoComponent: "reveal-icon", icon: Layers,
|
||||
},
|
||||
{
|
||||
title: "Drywall Repair", description: "Expert drywall repair and finishing for damaged walls and ceilings.", bentoComponent: "reveal-icon", icon: Paintbrush,
|
||||
},
|
||||
{
|
||||
title: "Home Renovations", description: "Complete home renovation services from concept to completion.", bentoComponent: "reveal-icon", icon: Home,
|
||||
},
|
||||
{
|
||||
title: "Kitchen Remodeling", description: "Design and build custom kitchens with modern amenities and layouts.", bentoComponent: "reveal-icon", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Refurbishment", description: "Comprehensive refurbishment services to restore and update properties.", bentoComponent: "reveal-icon", icon: Paintbrush,
|
||||
},
|
||||
{
|
||||
title: "Remodeling", description: "Strategic remodeling projects tailored to your vision and budget.", bentoComponent: "reveal-icon", icon: Hammer,
|
||||
},
|
||||
{
|
||||
title: "Repair Flooring", description: "Professional flooring repair services for all floor types.", bentoComponent: "reveal-icon", icon: Wrench,
|
||||
},
|
||||
{
|
||||
title: "Repairs and Maintenance", description: "Ongoing maintenance and repair services to keep your property in top condition.", bentoComponent: "reveal-icon", icon: Settings,
|
||||
},
|
||||
{
|
||||
title: "Tile Work Installation", description: "Expert tile installation for bathrooms, kitchens, and other spaces.", bentoComponent: "reveal-icon", icon: Layers,
|
||||
},
|
||||
{
|
||||
title: "Tile Work Replacement", description: "Professional tile replacement and restoration services.", bentoComponent: "reveal-icon", icon: Paintbrush,
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -128,16 +146,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardEleven
|
||||
title="Proven Track Record"
|
||||
description="Our commitment to excellence is reflected in these impressive project statistics."
|
||||
title="Proven Results & Impact"
|
||||
description="Our consulting has helped healthcare organizations achieve significant improvements."
|
||||
tag="Results"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "500+", title: "Projects Completed", description: "Successful construction projects across residential and commercial sectors", imageSrc: "http://img.b2bpic.net/free-photo/construction-site-progress_1098-12346.jpg", imageAlt: "Completed construction projects"},
|
||||
id: "1", value: "35%", title: "Revenue Increase", description: "Average revenue growth within 12 months", imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-laptop-with-data-visualizations-charts_9975-22092.jpg", imageAlt: "Revenue growth metrics"},
|
||||
{
|
||||
id: "2", value: "98%", title: "Client Satisfaction", description: "Consistently high satisfaction ratings and repeat client relationships", imageSrc: "http://img.b2bpic.net/free-photo/happy-homeowners-new-house_1303-21213.jpg", imageAlt: "Satisfied clients with completed projects"},
|
||||
id: "2", value: "98%", title: "Client Satisfaction", description: "Consistently high satisfaction rates across projects", imageSrc: "http://img.b2bpic.net/free-photo/serious-doctor-discussing-with-senior-couple-about-their-medical-documents-appointment-clinic_637285-1493.jpg", imageAlt: "Client satisfaction ratings"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -147,23 +165,23 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureBento
|
||||
title="Why Choose Silver Ridge Construction"
|
||||
description="We bring expertise, reliability, and exceptional quality to every project we undertake."
|
||||
title="Why Choose Medical Business Solutions"
|
||||
description="We bring specialized expertise, proven methodologies, and personalized attention to every engagement."
|
||||
tag="Why Us"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "20+ Years Experience", description: "Decades of proven expertise in residential and commercial construction.", bentoComponent: "reveal-icon", icon: Award,
|
||||
title: "Industry Expertise", description: "Deep knowledge of healthcare operations, regulations, and best practices.", bentoComponent: "reveal-icon", icon: Award,
|
||||
},
|
||||
{
|
||||
title: "Quality Guarantee", description: "Comprehensive warranties and commitment to superior craftsmanship on all projects.", bentoComponent: "reveal-icon", icon: CheckCircle,
|
||||
title: "Customized Solutions", description: "Tailored strategies designed specifically for your organization's unique needs.", bentoComponent: "reveal-icon", icon: Settings,
|
||||
},
|
||||
{
|
||||
title: "On-Time Delivery", description: "Proven track record of meeting project timelines and budget commitments.", bentoComponent: "reveal-icon", icon: TrendingUp,
|
||||
title: "Proven Track Record", description: "Successful engagements with 200+ healthcare organizations nationwide.", bentoComponent: "reveal-icon", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Professional Support", description: "Dedicated project managers and responsive customer service throughout construction.", bentoComponent: "reveal-icon", icon: Headset,
|
||||
title: "Ongoing Support", description: "Continuous guidance and partnership to ensure long-term success and sustainability.", bentoComponent: "reveal-icon", icon: Headset,
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -176,16 +194,16 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "John Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-satisfied_1163-5475.jpg", imageAlt: "John Mitchell, Homeowner"},
|
||||
id: "1", name: "Dr. Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg", imageAlt: "Dr. Sarah Mitchell, Clinic Director"},
|
||||
{
|
||||
id: "2", name: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-office_1398-733.jpg", imageAlt: "Sarah Chen, Business Owner"},
|
||||
id: "2", name: "James Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/doctor-clinic-interior_1398-732.jpg", imageAlt: "James Rodriguez, Medical Practice Owner"},
|
||||
{
|
||||
id: "3", name: "Michael Davis", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-portrait_1194-3798.jpg", imageAlt: "Michael Davis, Property Developer"},
|
||||
id: "3", name: "Emily Chen", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "Emily Chen, Healthcare Administrator"},
|
||||
{
|
||||
id: "4", name: "Jennifer Wilson", imageSrc: "http://img.b2bpic.net/free-photo/professional-businesswoman_329181-19344.jpg", imageAlt: "Jennifer Wilson, Architect"},
|
||||
id: "4", name: "Michael Thompson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-office_329181-19343.jpg", imageAlt: "Michael Thompson, Practice Manager"},
|
||||
]}
|
||||
cardTitle="Trusted by homeowners and business owners for exceptional construction quality and reliability"
|
||||
cardTag="Client Testimonials"
|
||||
cardTitle="Trusted by healthcare leaders across the nation to optimize operations and drive growth"
|
||||
cardTag="Client Success Stories"
|
||||
cardTagIcon={Star}
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -195,21 +213,21 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our construction services and process."
|
||||
description="Get answers to common questions about our consulting services and approach."
|
||||
tag="Help"
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What types of projects do you specialize in?", content: "We handle a wide range of projects including residential construction, commercial developments, renovations, additions, and custom builds. Whether it's a single-family home, multi-unit commercial building, or specialized project, we have the expertise and resources to deliver exceptional results."},
|
||||
id: "1", title: "What healthcare organizations do you typically work with?", content: "We work with a wide range of healthcare providers including private medical practices, specialty clinics, urgent care centers, mental health facilities, dental offices, and mid-sized healthcare networks. Our services scale from solo practitioners to multi-location organizations."},
|
||||
{
|
||||
id: "2", title: "How do you ensure projects stay on schedule and budget?", content: "Our experienced project managers use detailed planning, regular communication, and proactive management to keep projects on track. We establish clear timelines, maintain strict cost controls, and provide regular progress updates to keep you informed every step of the way."},
|
||||
id: "2", title: "How long does a typical consulting engagement take?", content: "Engagement length varies based on project scope. Initial assessments typically take 2-4 weeks, implementation projects range from 3-6 months, and ongoing optimization support is customized to your needs. We work with you to establish realistic timelines and milestones."},
|
||||
{
|
||||
id: "3", title: "What safety measures do you implement?", content: "Safety is our top priority. We maintain OSHA compliance, conduct regular safety training, use proper equipment and protocols, and maintain comprehensive insurance coverage. Our team follows industry best practices to ensure a safe working environment for everyone on site."},
|
||||
id: "3", title: "What is your approach to confidentiality and data security?", content: "We maintain strict HIPAA compliance and confidentiality agreements for all client data. Our team follows industry-standard security protocols, uses encrypted communications, and ensures all sensitive information is protected throughout the consulting process."},
|
||||
{
|
||||
id: "4", title: "Do you offer warranties on your work?", content: "Yes, we stand behind our work with comprehensive warranties. We provide guarantees on labor and materials, and we're committed to addressing any concerns that arise after project completion."},
|
||||
id: "4", title: "Do you provide staff training and implementation support?", content: "Yes, comprehensive training and change management are integral parts of our service delivery. We provide on-site or remote training sessions, documentation, ongoing support during implementation, and resources to ensure successful adoption of new systems and processes."},
|
||||
{
|
||||
id: "5", title: "How do you communicate project progress?", content: "We believe in transparent communication. Your dedicated project manager provides regular updates, site photos, and is available to answer questions. We schedule periodic progress meetings and maintain open lines of communication throughout the entire project."},
|
||||
id: "5", title: "How do you measure success and ROI?", content: "We establish clear KPIs at the project start, track measurable outcomes throughout the engagement, and provide detailed reporting on results. Common metrics include revenue improvement, cost reduction, operational efficiency gains, and patient satisfaction improvements."},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -219,18 +237,18 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactFaq
|
||||
ctaTitle="Ready to Start Your Construction Project?"
|
||||
ctaDescription="Contact us today to discuss your project requirements and receive a professional consultation. Our team is ready to help bring your vision to life."
|
||||
ctaTitle="Ready to Transform Your Healthcare Business?"
|
||||
ctaDescription="Schedule a free consultation with our team to discuss your specific needs and how we can help optimize your operations."
|
||||
ctaButton={{
|
||||
text: "Schedule Consultation", href: "mailto:info@silverridgeconstruction.com"}}
|
||||
text: "Schedule Your Free Consultation", href: "mailto:info@medicalbusiness.com"}}
|
||||
ctaIcon={Phone}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How do I get started with Silver Ridge Construction?", content: "Simply contact us to schedule a free consultation. We'll discuss your project vision, requirements, and timeline. After understanding your needs, we'll provide a detailed proposal and next steps for moving forward."},
|
||||
id: "1", title: "What's included in the initial consultation?", content: "Our free 30-minute consultation includes an assessment of your current operations, discussion of key challenges and goals, overview of relevant solutions, and a customized proposal for next steps."},
|
||||
{
|
||||
id: "2", title: "How is pricing determined?", content: "We provide transparent, competitive pricing based on project scope, materials, labor, and timeline. Each project is unique, so we tailor our estimates to your specific needs and budget requirements."},
|
||||
id: "2", title: "How are your fees structured?", content: "We offer flexible engagement models including project-based fees, retainer arrangements, and performance-based pricing. Pricing is customized based on scope, duration, and complexity of your specific needs."},
|
||||
{
|
||||
id: "3", title: "Can you work with my existing architect or designer?", content: "Absolutely. We collaborate seamlessly with architects, designers, and other professionals involved in your project. We're committed to working as part of your team to achieve the best possible outcome."},
|
||||
id: "3", title: "Can you work with organizations of any size?", content: "Yes, we serve organizations of all sizes from solo practitioners to large healthcare networks. Our services and fees scale appropriately to match the complexity and scope of your organization."},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
@@ -239,15 +257,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Silver Ridge Construction"
|
||||
copyrightText="© 2025 Silver Ridge Construction. All rights reserved. Building Excellence Since 2005."
|
||||
logoText="Medical Business Solutions"
|
||||
copyrightText="© 2025 Medical Business Solutions. All rights reserved. 1260 East Ave #130, Open 8 AM Friday."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com", ariaLabel: "LinkedIn"},
|
||||
{
|
||||
icon: Mail,
|
||||
href: "mailto:info@silverridgeconstruction.com", ariaLabel: "Email"},
|
||||
href: "mailto:info@medicalbusiness.com", ariaLabel: "Email"},
|
||||
{
|
||||
icon: Phone,
|
||||
href: "tel:+1-800-000-0000", ariaLabel: "Phone"},
|
||||
|
||||
Reference in New Issue
Block a user