Merge version_1 into main #2
146
src/app/page.tsx
146
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Red Light Splicing"
|
||||
/>
|
||||
@@ -52,42 +44,21 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Precision Splicing, Liverpool Based."
|
||||
description="Expert fiber optic and cable splicing services delivered with unmatched precision. Red Light Splicing provides reliable infrastructure solutions for businesses across the North West."
|
||||
tag="Reliable & Fast"
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
{
|
||||
text: "Our Services",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Our Services", href: "#features"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lot-old-instruments-tool-box_146671-19076.jpg?_wi=1",
|
||||
imageAlt: "Industrial fiber optic splicing machine",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lot-old-instruments-tool-box_146671-19076.jpg", imageAlt: "Industrial fiber optic splicing machine"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-network-engineer-with-box-looking-ethernet-switches_23-2148323473.jpg?_wi=1",
|
||||
imageAlt: "Professional technician with fiber optics",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-overalls-against-backdrop-emergency-lighting_169016-66832.jpg?_wi=1",
|
||||
imageAlt: "Electrician working on switchboard",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-happy-expression_1194-3550.jpg?_wi=1",
|
||||
imageAlt: "Construction site precision tools",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-man-hardhat_23-2147711023.jpg?_wi=1",
|
||||
imageAlt: "Network engineer onsite inspection",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-network-engineer-with-box-looking-ethernet-switches_23-2148323473.jpg", imageAlt: "Professional technician with fiber optics"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -100,20 +71,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "The Red Light Splicing Standard",
|
||||
},
|
||||
type: "text", content: "The Red Light Splicing Standard"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-overalls-against-backdrop-emergency-lighting_169016-66832.jpg",
|
||||
alt: "About Red Light",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-overalls-against-backdrop-emergency-lighting_169016-66832.jpg", alt: "About Red Light"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Learn More", href: "#features"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -125,40 +89,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Fiber Optic Splicing",
|
||||
description: "Precision fusion splicing for high-speed fiber networks.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lot-old-instruments-tool-box_146671-19076.jpg?_wi=2",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-overalls-against-backdrop-emergency-lighting_169016-66832.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lot-old-instruments-tool-box_146671-19076.jpg?_wi=3",
|
||||
imageAlt: "industrial fiber optic splicing machine close up",
|
||||
title: "Fiber Optic Splicing", description: "Precision fusion splicing for high-speed fiber networks.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/lot-old-instruments-tool-box_146671-19076.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-overalls-against-backdrop-emergency-lighting_169016-66832.jpg" },
|
||||
},
|
||||
{
|
||||
title: "Cable Termination",
|
||||
description: "Reliable cable terminations for all commercial environments.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-network-engineer-with-box-looking-ethernet-switches_23-2148323473.jpg?_wi=2",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lot-old-instruments-tool-box_146671-19076.jpg?_wi=4",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-network-engineer-with-box-looking-ethernet-switches_23-2148323473.jpg?_wi=3",
|
||||
imageAlt: "fiber optic cables glowing tech background",
|
||||
title: "Cable Termination", description: "Reliable cable terminations for all commercial environments.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/young-network-engineer-with-box-looking-ethernet-switches_23-2148323473.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/lot-old-instruments-tool-box_146671-19076.jpg" },
|
||||
},
|
||||
{
|
||||
title: "Emergency Repair",
|
||||
description: "24/7 emergency response for critical network failures.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-overalls-against-backdrop-emergency-lighting_169016-66832.jpg?_wi=3",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-network-engineer-with-box-looking-ethernet-switches_23-2148323473.jpg?_wi=4",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-overalls-against-backdrop-emergency-lighting_169016-66832.jpg?_wi=4",
|
||||
imageAlt: "professional worker splicing cables workshop",
|
||||
title: "Emergency Repair", description: "24/7 emergency response for critical network failures.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-overalls-against-backdrop-emergency-lighting_169016-66832.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-network-engineer-with-box-looking-ethernet-switches_23-2148323473.jpg" },
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -174,40 +114,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John Smith",
|
||||
role: "Site Manager",
|
||||
testimonial: "Exceptional precision and very reliable service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-happy-expression_1194-3550.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "John Smith", role: "Site Manager", testimonial: "Exceptional precision and very reliable service.", imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-happy-expression_1194-3550.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Jones",
|
||||
role: "Network Engineer",
|
||||
testimonial: "The go-to team for any complex splicing job.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-man-hardhat_23-2147711023.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Sarah Jones", role: "Network Engineer", testimonial: "The go-to team for any complex splicing job.", imageSrc: "http://img.b2bpic.net/free-photo/successful-man-hardhat_23-2147711023.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mark Wilson",
|
||||
role: "IT Director",
|
||||
testimonial: "Fast response times and excellent quality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/solar-panel-industry-expert-stands-high-tech-facility-inspection_482257-126036.jpg",
|
||||
},
|
||||
id: "3", name: "Mark Wilson", role: "IT Director", testimonial: "Fast response times and excellent quality.", imageSrc: "http://img.b2bpic.net/free-photo/solar-panel-industry-expert-stands-high-tech-facility-inspection_482257-126036.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emily Davis",
|
||||
role: "Project Manager",
|
||||
testimonial: "Professional team and great attention to detail.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg",
|
||||
},
|
||||
id: "4", name: "Emily Davis", role: "Project Manager", testimonial: "Professional team and great attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "David Clark",
|
||||
role: "Facility Owner",
|
||||
testimonial: "Highly recommend their splicing services.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/presentation-concept-with-two-architects_23-2147702562.jpg",
|
||||
},
|
||||
id: "5", name: "David Clark", role: "Facility Owner", testimonial: "Highly recommend their splicing services.", imageSrc: "http://img.b2bpic.net/free-photo/presentation-concept-with-two-architects_23-2147702562.jpg"},
|
||||
]}
|
||||
title="Client Success"
|
||||
description="Why businesses in Liverpool trust Red Light Splicing."
|
||||
@@ -218,14 +133,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Ready to get started? Contact Red Light Splicing today for a quote."
|
||||
buttons={[
|
||||
{
|
||||
text: "Email Us",
|
||||
href: "mailto:hello@redlightsplicing.co.uk",
|
||||
},
|
||||
text: "Email Us", href: "mailto:hello@redlightsplicing.co.uk"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -234,13 +146,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Red Light Splicing"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Liverpool, UK",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Liverpool, UK", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user