Merge version_1 into main #2
296
src/app/page.tsx
296
src/app/page.tsx
@@ -30,101 +30,42 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Builds",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "about" },
|
||||
{ name: "Builds", id: "products" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="NeonRigLabs"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Precision-Crafted Gaming & Workstation PCs"
|
||||
description="At NeonRigLabs, we assemble high-performance systems tested to meet your exact specifications. From gaming to professional editing, get your rig built, configured, and ready to dominate."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/gamer-feeling-disappointed-after-receiving-game-message_482257-82334.jpg",
|
||||
alt: "User 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-middle-aged-man-with-beard-hairstyle-dressed-elegant-blue-suit-textured-dark-background-studio_613910-19853.jpg",
|
||||
alt: "User 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-woman-beauty-content-creator-sitting-room-front-digital-camera_1258-281891.jpg",
|
||||
alt: "User 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/no-minute-without-my-laptop-handsome-young-man-working-laptop-while-enjoying-coffee-cafe_639032-2897.jpg",
|
||||
alt: "User 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/empty-desktop-with-futuristic-software-tools-shows-live-ai-brain-processing_482257-126206.jpg",
|
||||
alt: "User 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/gamer-feeling-disappointed-after-receiving-game-message_482257-82334.jpg", alt: "User 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-middle-aged-man-with-beard-hairstyle-dressed-elegant-blue-suit-textured-dark-background-studio_613910-19853.jpg", alt: "User 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-young-woman-beauty-content-creator-sitting-room-front-digital-camera_1258-281891.jpg", alt: "User 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/no-minute-without-my-laptop-handsome-young-man-working-laptop-while-enjoying-coffee-cafe_639032-2897.jpg", alt: "User 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/empty-desktop-with-futuristic-software-tools-shows-live-ai-brain-processing_482257-126206.jpg", alt: "User 5" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Build Your PC",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
text: "View Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
{ text: "Build Your PC", href: "#products" },
|
||||
{ text: "View Pricing", href: "#pricing" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Liquid Cooled",
|
||||
icon: Droplets,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Cable Managed",
|
||||
icon: Zap,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Stress Tested",
|
||||
icon: Gauge,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Windows 11 Pro",
|
||||
icon: Monitor,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "2-Week Build",
|
||||
icon: Clock,
|
||||
},
|
||||
{ type: "text-icon", text: "Liquid Cooled", icon: Droplets },
|
||||
{ type: "text-icon", text: "Cable Managed", icon: Zap },
|
||||
{ type: "text-icon", text: "Stress Tested", icon: Gauge },
|
||||
{ type: "text-icon", text: "Windows 11 Pro", icon: Monitor },
|
||||
{ type: "text-icon", text: "2-Week Build", icon: Clock },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -136,18 +77,9 @@ export default function LandingPage() {
|
||||
title="The NeonRigLabs Standard"
|
||||
description="Located in Sheffield, UK, we specialize in high-precision PC builds. Our process is transparent and dedicated to quality: selection, assembly, rigorous testing, and ready-to-run delivery with Windows 11 Pro installed."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Expert Assembly",
|
||||
description: "Every PC is assembled and cable-managed by experienced builders.",
|
||||
},
|
||||
{
|
||||
title: "Rigorous Testing",
|
||||
description: "Comprehensive hardware and driver testing ensures stability out of the box.",
|
||||
},
|
||||
{
|
||||
title: "Transparent Process",
|
||||
description: "Payment confirmed, parts ordered, built, tested, and shipped in ~2 weeks.",
|
||||
},
|
||||
{ title: "Expert Assembly", description: "Every PC is assembled and cable-managed by experienced builders." },
|
||||
{ title: "Rigorous Testing", description: "Comprehensive hardware and driver testing ensures stability out of the box." },
|
||||
{ title: "Transparent Process", description: "Payment confirmed, parts ordered, built, tested, and shipped in ~2 weeks." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/arab-guy-has-laptop-with-blank-display_482257-76185.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -161,48 +93,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Ultimate Gaming Rig",
|
||||
price: "Custom",
|
||||
variant: "Performance Focus",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gradient-view-illuminated-neon-gaming-desk-setup-with-keyboard_23-2149529382.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Pro Workstation",
|
||||
price: "Custom",
|
||||
variant: "Multi-core Efficiency",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-dark-night-desktop_169016-53733.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Elite Streaming Build",
|
||||
price: "Custom",
|
||||
variant: "Stable Bitrate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/game-is-display-rgb-professional-powerful-computer-stream-chat-is-prepared-virtual-tournament-streaming-professsional-microphone-empty-gaming-home-studio-with-neon-lights_482257-12598.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Compact Powerhouse",
|
||||
price: "Custom",
|
||||
variant: "SFF Design",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gradient-view-illuminated-neon-gaming-desk-setup-with-keyboard_23-2149529382.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Content Creator Pro",
|
||||
price: "Custom",
|
||||
variant: "Visual Accuracy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-dark-night-desktop_169016-53733.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Entry Tier Gamer",
|
||||
price: "Custom",
|
||||
variant: "High Value",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gradient-view-illuminated-neon-gaming-desk-setup-with-keyboard_23-2149529382.jpg?_wi=3",
|
||||
},
|
||||
{ id: "p1", name: "Ultimate Gaming Rig", price: "Custom", variant: "Performance Focus", imageSrc: "http://img.b2bpic.net/free-photo/gradient-view-illuminated-neon-gaming-desk-setup-with-keyboard_23-2149529382.jpg" },
|
||||
{ id: "p2", name: "Pro Workstation", price: "Custom", variant: "Multi-core Efficiency", imageSrc: "http://img.b2bpic.net/free-photo/laptop-dark-night-desktop_169016-53733.jpg" },
|
||||
{ id: "p3", name: "Elite Streaming Build", price: "Custom", variant: "Stable Bitrate", imageSrc: "http://img.b2bpic.net/free-photo/game-is-display-rgb-professional-powerful-computer-stream-chat-is-prepared-virtual-tournament-streaming-professsional-microphone-empty-gaming-home-studio-with-neon-lights_482257-12598.jpg" },
|
||||
{ id: "p4", name: "Compact Powerhouse", price: "Custom", variant: "SFF Design", imageSrc: "http://img.b2bpic.net/free-photo/gradient-view-illuminated-neon-gaming-desk-setup-with-keyboard_23-2149529382.jpg" },
|
||||
{ id: "p5", name: "Content Creator Pro", price: "Custom", variant: "Visual Accuracy", imageSrc: "http://img.b2bpic.net/free-photo/laptop-dark-night-desktop_169016-53733.jpg" },
|
||||
{ id: "p6", name: "Entry Tier Gamer", price: "Custom", variant: "High Value", imageSrc: "http://img.b2bpic.net/free-photo/gradient-view-illuminated-neon-gaming-desk-setup-with-keyboard_23-2149529382.jpg" },
|
||||
]}
|
||||
title="Our Custom Rig Configurations"
|
||||
description="Choose the platform that powers your ambition. Custom-built by specialists in Sheffield."
|
||||
@@ -215,57 +111,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "build-fee",
|
||||
badge: "Standard",
|
||||
price: "£55",
|
||||
subtitle: "Professional Assembly Fee",
|
||||
features: [
|
||||
"Hardware assembly",
|
||||
"Driver installation",
|
||||
"OS configuration",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Start Build",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "shipping",
|
||||
badge: "Delivery",
|
||||
price: "£40",
|
||||
subtitle: "Secure UK Shipping",
|
||||
features: [
|
||||
"Fully insured",
|
||||
"Professional packaging",
|
||||
"2-week turnaround",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Enquire",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "warranty",
|
||||
badge: "Support",
|
||||
price: "Included",
|
||||
subtitle: "6-Month Warranty",
|
||||
features: [
|
||||
"Component coverage",
|
||||
"Technical assistance",
|
||||
"Support via email",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Read Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ id: "build-fee", badge: "Standard", price: "£55", subtitle: "Professional Assembly Fee", features: ["Hardware assembly", "Driver installation", "OS configuration"], buttons: [{ text: "Start Build", href: "#contact" }] },
|
||||
{ id: "shipping", badge: "Delivery", price: "£40", subtitle: "Secure UK Shipping", features: ["Fully insured", "Professional packaging", "2-week turnaround"], buttons: [{ text: "Enquire", href: "#contact" }] },
|
||||
{ id: "warranty", badge: "Support", price: "Included", subtitle: "6-Month Warranty", features: ["Component coverage", "Technical assistance", "Support via email"], buttons: [{ text: "Read Policy", href: "#" }] },
|
||||
]}
|
||||
title="Transparent Pricing"
|
||||
description="No hidden costs. Simple, upfront pricing structure."
|
||||
@@ -278,41 +126,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alex R.",
|
||||
role: "Gamer",
|
||||
testimonial: "Build quality is top-notch. My gaming rig runs perfectly!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gamer-feeling-disappointed-after-receiving-game-message_482257-82334.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Jamie S.",
|
||||
role: "Streamer",
|
||||
testimonial: "Excellent service and very clean assembly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-middle-aged-man-with-beard-hairstyle-dressed-elegant-blue-suit-textured-dark-background-studio_613910-19853.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Jordan M.",
|
||||
role: "Editor",
|
||||
testimonial: "Professional communication from start to finish.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-beauty-content-creator-sitting-room-front-digital-camera_1258-281891.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Chris B.",
|
||||
role: "User",
|
||||
testimonial: "Fast turnaround and great packaging.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/no-minute-without-my-laptop-handsome-young-man-working-laptop-while-enjoying-coffee-cafe_639032-2897.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sam L.",
|
||||
role: "User",
|
||||
testimonial: "Happy with my system performance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-desktop-with-futuristic-software-tools-shows-live-ai-brain-processing_482257-126206.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Alex R.", role: "Gamer", testimonial: "Build quality is top-notch. My gaming rig runs perfectly!", imageSrc: "http://img.b2bpic.net/free-photo/gamer-feeling-disappointed-after-receiving-game-message_482257-82334.jpg" },
|
||||
{ id: "t2", name: "Jamie S.", role: "Streamer", testimonial: "Excellent service and very clean assembly.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-middle-aged-man-with-beard-hairstyle-dressed-elegant-blue-suit-textured-dark-background-studio_613910-19853.jpg" },
|
||||
{ id: "t3", name: "Jordan M.", role: "Editor", testimonial: "Professional communication from start to finish.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-beauty-content-creator-sitting-room-front-digital-camera_1258-281891.jpg" },
|
||||
{ id: "t4", name: "Chris B.", role: "User", testimonial: "Fast turnaround and great packaging.", imageSrc: "http://img.b2bpic.net/free-photo/no-minute-without-my-laptop-handsome-young-man-working-laptop-while-enjoying-coffee-cafe_639032-2897.jpg" },
|
||||
{ id: "t5", name: "Sam L.", role: "User", testimonial: "Happy with my system performance.", imageSrc: "http://img.b2bpic.net/free-photo/empty-desktop-with-futuristic-software-tools-shows-live-ai-brain-processing_482257-126206.jpg" },
|
||||
]}
|
||||
title="Customer Feedback"
|
||||
description="We believe in honest feedback. Trustpilot rating: 3.5/5."
|
||||
@@ -322,9 +140,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get in Touch"
|
||||
title="Ready to Build Your NeonRig?"
|
||||
description="Have questions or want to start your build? Send us an email or reach out on Messenger. Turnaround is approximately 2 weeks."
|
||||
@@ -340,37 +156,17 @@ export default function LandingPage() {
|
||||
logoText="NeonRigLabs"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "Services", href: "#about" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "Reviews", href: "#testimonials" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:neonriglabs@neonriglabs.biz",
|
||||
},
|
||||
{
|
||||
label: "Messenger",
|
||||
href: "https://facebook.com/NeonRigLabs",
|
||||
},
|
||||
title: "Support", items: [
|
||||
{ label: "Email", href: "mailto:neonriglabs@neonriglabs.biz" },
|
||||
{ label: "Messenger", href: "https://facebook.com/NeonRigLabs" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user