From a3286b7a7f8c2eb52bad9ad1f8e0b859f6c664ac Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 16:44:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 296 ++++++++--------------------------------------- 1 file changed, 46 insertions(+), 250 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5645d8d..bbff021 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,101 +30,42 @@ export default function LandingPage() {
@@ -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() {