Merge version_1 into main #1
213
src/app/page.tsx
213
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Radiance Mechanical"
|
||||
/>
|
||||
@@ -55,71 +47,46 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Regina’s Premium Plumbing & Heating Experts"
|
||||
description="24/7 emergency service. Fast response. Honest pricing. Exceptional workmanship. Radiance Mechanical is your dedicated local partner."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:3065316074",
|
||||
},
|
||||
text: "Call Now", href: "tel:3065316074"},
|
||||
{
|
||||
text: "Get Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Free Quote", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/albino-worker-with-face-mask-tightening-valve-construction-site_637285-8178.jpg"
|
||||
imageAlt="Radiance Mechanical technician performing luxury service"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-father-posing-while-giving-thumbs-up_23-2148414860.jpg",
|
||||
alt: "Happy father posing while giving thumbs up",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-father-posing-while-giving-thumbs-up_23-2148414860.jpg", alt: "Happy father posing while giving thumbs up"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg",
|
||||
alt: "Beautiful young african american woman smiling cheerful friendly face laughing confident",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg", alt: "Beautiful young african american woman smiling cheerful friendly face laughing confident"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-father-posing-with-arms-crossed_23-2148414862.jpg",
|
||||
alt: "Smiley father posing with arms crossed",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-father-posing-with-arms-crossed_23-2148414862.jpg", alt: "Smiley father posing with arms crossed"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-elder-woman-kitchen-holding-tablet_23-2148419314.jpg",
|
||||
alt: "Happy elder woman in the kitchen holding tablet",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-elder-woman-kitchen-holding-tablet_23-2148419314.jpg", alt: "Happy elder woman in the kitchen holding tablet"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-man-taking-keys-from-realtor-woman-standing-indoors_259150-58367.jpg",
|
||||
alt: "Happy man taking keys from realtor woman standing indoors",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-man-taking-keys-from-realtor-woman-standing-indoors_259150-58367.jpg", alt: "Happy man taking keys from realtor woman standing indoors"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ Regina families"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "24/7 Emergency Service",
|
||||
icon: Clock,
|
||||
type: "text-icon", text: "24/7 Emergency Service", icon: Clock,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Licensed Technicians",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Licensed Technicians", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Transparent Pricing",
|
||||
icon: Percent,
|
||||
type: "text-icon", text: "Transparent Pricing", icon: Percent,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Premium Quality",
|
||||
icon: Diamond,
|
||||
type: "text-icon", text: "Premium Quality", icon: Diamond,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Local Experts",
|
||||
icon: MapPin,
|
||||
type: "text-icon", text: "Local Experts", icon: MapPin,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -132,29 +99,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Fast Response Times",
|
||||
descriptions: [
|
||||
"When emergencies happen, we move quickly. No waiting.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/customer-service-illustration_24908-61553.jpg",
|
||||
},
|
||||
id: "f1", title: "Fast Response Times", descriptions: [
|
||||
"When emergencies happen, we move quickly. No waiting."],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/customer-service-illustration_24908-61553.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Work Done Right",
|
||||
descriptions: [
|
||||
"Meticulous installs, long-term solutions, zero shortcuts.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881763.jpg",
|
||||
},
|
||||
id: "f2", title: "Work Done Right", descriptions: [
|
||||
"Meticulous installs, long-term solutions, zero shortcuts."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881763.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Fair Honest Pricing",
|
||||
descriptions: [
|
||||
"Transparent, fair quotes with absolutely no surprises.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/cmyk-calibration-element-collection_23-2147954701.jpg",
|
||||
},
|
||||
id: "f3", title: "Fair Honest Pricing", descriptions: [
|
||||
"Transparent, fair quotes with absolutely no surprises."],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/cmyk-calibration-element-collection_23-2147954701.jpg"},
|
||||
]}
|
||||
title="Why Homeowners Choose Radiance"
|
||||
description="We don't just fix problems; we enhance your home's comfort, efficiency, and reliability with elite workmanship."
|
||||
@@ -169,41 +124,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "s1",
|
||||
name: "Emergency Plumbing",
|
||||
price: "24/7 Service",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/support-contact-call-center-icons-set_1284-4347.jpg",
|
||||
},
|
||||
id: "s1", name: "Emergency Plumbing", price: "24/7 Service", imageSrc: "http://img.b2bpic.net/free-vector/support-contact-call-center-icons-set_1284-4347.jpg"},
|
||||
{
|
||||
id: "s2",
|
||||
name: "Furnace Repair",
|
||||
price: "Certified Technicians",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580564.jpg",
|
||||
},
|
||||
id: "s2", name: "Furnace Repair", price: "Certified Technicians", imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580564.jpg"},
|
||||
{
|
||||
id: "s3",
|
||||
name: "Water Heaters",
|
||||
price: "Tankless/Standard",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-handshake-icon-isolated-business-concept_107791-15671.jpg",
|
||||
},
|
||||
id: "s3", name: "Water Heaters", price: "Tankless/Standard", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-handshake-icon-isolated-business-concept_107791-15671.jpg"},
|
||||
{
|
||||
id: "s4",
|
||||
name: "Drain & Leak Repair",
|
||||
price: "Precision Fixes",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg",
|
||||
},
|
||||
id: "s4", name: "Drain & Leak Repair", price: "Precision Fixes", imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg"},
|
||||
{
|
||||
id: "s5",
|
||||
name: "Gas Line Install",
|
||||
price: "Safety Focused",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-worker-with-headphones-protective-glasses_23-2148773436.jpg",
|
||||
},
|
||||
id: "s5", name: "Gas Line Install", price: "Safety Focused", imageSrc: "http://img.b2bpic.net/free-photo/front-view-worker-with-headphones-protective-glasses_23-2148773436.jpg"},
|
||||
{
|
||||
id: "s6",
|
||||
name: "HVAC Maintenance",
|
||||
price: "Long-term Comfort",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handshake-with-world-map-background_1160-630.jpg",
|
||||
},
|
||||
id: "s6", name: "HVAC Maintenance", price: "Long-term Comfort", imageSrc: "http://img.b2bpic.net/free-photo/handshake-with-world-map-background_1160-630.jpg"},
|
||||
]}
|
||||
title="Premium Services"
|
||||
description="Expert mechanical solutions tailored to the Regina climate."
|
||||
@@ -212,50 +143,26 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
role: "Homeowner",
|
||||
company: "Regina Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", role: "Homeowner", company: "Regina Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark D.",
|
||||
role: "Homeowner",
|
||||
company: "Regina Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk-posing_74855-9949.jpg",
|
||||
},
|
||||
id: "t2", name: "Mark D.", role: "Homeowner", company: "Regina Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk-posing_74855-9949.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
role: "Business Owner",
|
||||
company: "Regina Retail",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/this-is-my-way-relax_329181-1143.jpg",
|
||||
},
|
||||
id: "t3", name: "Emily R.", role: "Business Owner", company: "Regina Retail", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/this-is-my-way-relax_329181-1143.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David W.",
|
||||
role: "Homeowner",
|
||||
company: "Regina Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-home-with-heater_23-2149339547.jpg",
|
||||
},
|
||||
id: "t4", name: "David W.", role: "Homeowner", company: "Regina Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-home-with-heater_23-2149339547.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Julie L.",
|
||||
role: "Homeowner",
|
||||
company: "Regina Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-male-boss-instructing-female-assistant_1262-20385.jpg",
|
||||
},
|
||||
id: "t5", name: "Julie L.", role: "Homeowner", company: "Regina Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-male-boss-instructing-female-assistant_1262-20385.jpg"},
|
||||
]}
|
||||
title="Trusted by Regina"
|
||||
description="See why our neighbors trust Radiance Mechanical."
|
||||
@@ -277,20 +184,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you provide 24/7 service?",
|
||||
content: "Yes, we are available 24/7 for all emergency mechanical and plumbing needs in Regina.",
|
||||
},
|
||||
id: "q1", title: "Do you provide 24/7 service?", content: "Yes, we are available 24/7 for all emergency mechanical and plumbing needs in Regina."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are your technicians licensed?",
|
||||
content: "Absolutely. All our technicians are fully licensed, insured, and highly trained.",
|
||||
},
|
||||
id: "q2", title: "Are your technicians licensed?", content: "Absolutely. All our technicians are fully licensed, insured, and highly trained."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What areas do you serve?",
|
||||
content: "We proudly serve Regina and surrounding Saskatchewan communities.",
|
||||
},
|
||||
id: "q3", title: "What areas do you serve?", content: "We proudly serve Regina and surrounding Saskatchewan communities."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dealership-agent-talking-with-client-gain-insights-into-what-might-sway-him_482257-124075.jpg"
|
||||
title="Frequently Asked Questions"
|
||||
@@ -304,20 +202,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Urgent Support"
|
||||
title="Need Help Right Now?"
|
||||
description="We are available 24/7 for urgent plumbing and heating calls."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call (306) 531-6074",
|
||||
href: "tel:3065316074",
|
||||
},
|
||||
text: "Call (306) 531-6074", href: "tel:3065316074"},
|
||||
{
|
||||
text: "Get Immediate Help",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Immediate Help", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -326,13 +219,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Radiance Mechanical"
|
||||
leftLink={{
|
||||
text: "3306 Elgaard Dr, Regina, SK",
|
||||
href: "#",
|
||||
}}
|
||||
text: "3306 Elgaard Dr, Regina, SK", href: "#"}}
|
||||
rightLink={{
|
||||
text: "(306) 531-6074",
|
||||
href: "tel:3065316074",
|
||||
}}
|
||||
text: "(306) 531-6074", href: "tel:3065316074"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user