Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5a329f8a2f |
294
src/app/page.tsx
294
src/app/page.tsx
@@ -31,48 +31,26 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "hero" },
|
||||||
name: "Home",
|
{ name: "About", id: "about" },
|
||||||
id: "hero",
|
{ name: "Travel Nursing", id: "features" },
|
||||||
},
|
{ name: "Contact", id: "contact" },
|
||||||
{
|
|
||||||
name: "About",
|
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Services",
|
|
||||||
id: "features",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Projects",
|
|
||||||
id: "products",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="HVAC Pro"
|
brandName="Venture Healthcare"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogo
|
<HeroLogo
|
||||||
logoText="HVAC Construction Solutions"
|
logoText="Venture Healthcare Inc."
|
||||||
description="Expertly engineered heating, ventilation, and air conditioning solutions for commercial and industrial projects."
|
description="Connecting passionate travel nurses with rewarding career opportunities across the nation."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "View Opportunities", href: "#features" },
|
||||||
text: "View Our Projects",
|
{ text: "Contact Us", href: "#contact" },
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: "Request a Quote",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/wireman-does-air-conditioner-maintenance_482257-85109.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/doctor-working-with-patient_23-2148738281.jpg"
|
||||||
imageAlt="HVAC System Installation"
|
imageAlt="Healthcare Professionals"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -80,26 +58,11 @@ export default function LandingPage() {
|
|||||||
<InlineImageSplitTextAbout
|
<InlineImageSplitTextAbout
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
heading={[
|
heading={[
|
||||||
{
|
{ type: "text", content: "Your Career, " },
|
||||||
type: "text",
|
{ type: "image", src: "http://img.b2bpic.net/free-photo/nurse-holding-chart_23-2148421252.jpg", alt: "Travel Nurse" },
|
||||||
content: "Delivering Quality ",
|
{ type: "text", content: " Your Journey" },
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "image",
|
|
||||||
src: "http://img.b2bpic.net/free-photo/factory-workers-working-together-industrial-metal-production-line-hall_342744-239.jpg",
|
|
||||||
alt: "About HVAC",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
content: " HVAC Systems",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
buttons={[
|
|
||||||
{
|
|
||||||
text: "Read More",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
|
buttons={[{ text: "Join Our Team", href: "#contact" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -109,237 +72,40 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
tag: "Design",
|
tag: "Nursing", title: "Travel Nursing", subtitle: "Exclusive Assignments", description: "Access top-tier travel nursing positions with industry-leading support and benefits.", imageSrc: "http://img.b2bpic.net/free-photo/nurse-examining-patient_23-2149334225.jpg"},
|
||||||
title: "Precision Design",
|
|
||||||
subtitle: "Custom HVAC Solutions",
|
|
||||||
description: "Tailored heating and cooling design for complex industrial and commercial spaces.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-refilling-air-conditione-freon_482257-85114.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
tag: "Construction",
|
tag: "Community", title: "Company Culture", subtitle: "Driven by Excellence", description: "We foster a supportive environment where every nurse can thrive personally and professionally.", imageSrc: "http://img.b2bpic.net/free-photo/medical-team-working-together_23-2148204025.jpg"},
|
||||||
title: "Expert Installation",
|
|
||||||
subtitle: "Professional Craftsmanship",
|
|
||||||
description: "High-efficiency installation services meeting all safety and regulatory codes.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/technician-looking-freon-leaks_482257-92791.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
tag: "Maintenance",
|
|
||||||
title: "Reliable Maintenance",
|
|
||||||
subtitle: "Extended System Life",
|
|
||||||
description: "Proactive climate control management to ensure optimal efficiency and system longevity.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Specialized HVAC Services"
|
title="Why Venture Healthcare?"
|
||||||
description="We offer comprehensive HVAC services from system design to full-scale construction and installation."
|
description="We prioritize our nurses by providing personalized career guidance and comprehensive placement services."
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="products" data-section="products">
|
|
||||||
<ProductCardFour
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
gridVariant="three-columns-all-equal-width"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
products={[
|
|
||||||
{
|
|
||||||
id: "p1",
|
|
||||||
name: "Industrial Chiller",
|
|
||||||
price: "Custom",
|
|
||||||
variant: "Heavy Duty",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388961.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p2",
|
|
||||||
name: "Cooling Tower",
|
|
||||||
price: "Custom",
|
|
||||||
variant: "High Efficiency",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250261.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p3",
|
|
||||||
name: "Split System",
|
|
||||||
price: "Custom",
|
|
||||||
variant: "HVAC Standard",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-abstract-metal-wallpaper-close-up_23-2148859874.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p4",
|
|
||||||
name: "Air Filter Unit",
|
|
||||||
price: "Custom",
|
|
||||||
variant: "Clean Air",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/combine-machine-service-mechanic-repairing-motor-outdoors_146671-19071.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p5",
|
|
||||||
name: "Control Cabinet",
|
|
||||||
price: "Custom",
|
|
||||||
variant: "Advanced",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-video-conferening_23-2148738281.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p6",
|
|
||||||
name: "Heating Unit",
|
|
||||||
price: "Custom",
|
|
||||||
variant: "Premium",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281313.jpg",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
title="Our HVAC Infrastructure"
|
|
||||||
description="Premium climate control equipment and systems for large-scale construction applications."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="metrics" data-section="metrics">
|
|
||||||
<MetricCardFourteen
|
|
||||||
useInvertedBackground={false}
|
|
||||||
title="Our Project Success"
|
|
||||||
tag="Performance"
|
|
||||||
metrics={[
|
|
||||||
{
|
|
||||||
id: "m1",
|
|
||||||
value: "150+",
|
|
||||||
description: "Projects Completed",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m2",
|
|
||||||
value: "99%",
|
|
||||||
description: "Client Satisfaction",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m3",
|
|
||||||
value: "25+",
|
|
||||||
description: "Years Experience",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
metricsAnimation="slide-up"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="testimonial" data-section="testimonial">
|
|
||||||
<TestimonialCardFifteen
|
|
||||||
useInvertedBackground={false}
|
|
||||||
testimonial="The HVAC Pro team exceeded our expectations on the industrial chiller installation. Professional, efficient, and precise work."
|
|
||||||
rating={5}
|
|
||||||
author="Sarah Miller, Director of Facilities"
|
|
||||||
avatars={[
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg",
|
|
||||||
alt: "Sarah",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/happy-professional-architecture-holding-clipboard-construction-site_23-2148204025.jpg",
|
|
||||||
alt: "Michael",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-construction_23-2150772851.jpg",
|
|
||||||
alt: "Robert",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-wearing-helmets_23-2149366669.jpg",
|
|
||||||
alt: "David",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-with-olives-beer_23-2147680964.jpg",
|
|
||||||
alt: "Jane",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
ratingAnimation="slide-up"
|
|
||||||
avatarsAnimation="slide-up"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
|
||||||
<FaqBase
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
faqs={[
|
|
||||||
{
|
|
||||||
id: "q1",
|
|
||||||
title: "Do you provide maintenance for HVAC?",
|
|
||||||
content: "Yes, we offer comprehensive preventive maintenance plans for all installed systems.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "q2",
|
|
||||||
title: "Can you design systems for large plants?",
|
|
||||||
content: "Our expertise lies in complex HVAC systems for industrial facilities and warehouses.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "q3",
|
|
||||||
title: "Are your installations certified?",
|
|
||||||
content: "All our work meets national safety standards and building code certifications.",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
title="Common HVAC Questions"
|
|
||||||
description="Get answers to your questions about HVAC installation and construction services."
|
|
||||||
faqsAnimation="slide-up"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Request a Project Consult"
|
title="Let's Get in Touch"
|
||||||
description="Ready to discuss your project requirements? Our engineering team is here to assist."
|
description="Reach out to our recruitment experts to begin your next assignment or for general inquiries. Our office is located in the heart of the city."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
||||||
name: "name",
|
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||||
type: "text",
|
|
||||||
placeholder: "Company Name",
|
|
||||||
required: true,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "email",
|
|
||||||
type: "email",
|
|
||||||
placeholder: "Email Address",
|
|
||||||
required: true,
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{ name: "message", placeholder: "How can we help you?", rows: 4 }}
|
||||||
name: "details",
|
imageSrc="http://img.b2bpic.net/free-photo/office-desk-modern_23-2148006560.jpg"
|
||||||
placeholder: "Describe your project",
|
|
||||||
rows: 4,
|
|
||||||
}}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/desk-office_23-2148006560.jpg"
|
|
||||||
imageAlt="HVAC Consultation"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "Venture Healthcare", items: [{ label: "Careers", href: "#" }, { label: "Resources", href: "#" }] },
|
||||||
title: "Company",
|
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "About Us",
|
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Services",
|
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Legal",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Privacy Policy",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Terms of Service",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
bottomLeftText="© 2024 HVAC Pro Industries"
|
bottomLeftText="© 2025 Venture Healthcare Inc."
|
||||||
bottomRightText="All rights reserved"
|
bottomRightText="123 Health Ave, Medical District"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user