Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-06 18:52:30 +00:00

View File

@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Services",
id: "features",
},
name: "Services", id: "features"},
{
name: "Pricing",
id: "pricing",
},
name: "Pricing", id: "pricing"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="RepairTech"
/>
@@ -54,32 +46,15 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Professional Repairs for Your Devices"
description="Don't let a broken device slow you down. We specialize in fast, reliable repairs for smartphones, tablets, and laptops. Quality service you can trust."
tag="Certified Tech Repair"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/radiotrician-with-blue-protective-gloves-holding-smart-phone-with-blank-screen-trying-find-cause-malfunction_176532-10170.jpg?_wi=1",
imageAlt: "Smartphone repair",
},
imageSrc: "http://img.b2bpic.net/free-photo/radiotrician-with-blue-protective-gloves-holding-smart-phone-with-blank-screen-trying-find-cause-malfunction_176532-10170.jpg", imageAlt: "Smartphone repair"},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-man-looks-guides-internet-while-repaiting-his-smartphone-changes-screen-battery_346278-1196.jpg?_wi=1",
imageAlt: "Laptop repair",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/radiotrician-with-blue-protective-gloves-holding-smart-phone-with-blank-screen-trying-find-cause-malfunction_176532-10170.jpg?_wi=2",
imageAlt: "Technician working",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-man-looks-guides-internet-while-repaiting-his-smartphone-changes-screen-battery_346278-1196.jpg?_wi=2",
imageAlt: "Tools and hardware",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/radiotrician-with-blue-protective-gloves-holding-smart-phone-with-blank-screen-trying-find-cause-malfunction_176532-10170.jpg?_wi=3",
imageAlt: "Precision repair",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-man-looks-guides-internet-while-repaiting-his-smartphone-changes-screen-battery_346278-1196.jpg", imageAlt: "Laptop repair"}
]}
mediaAnimation="slide-up"
rating={5}
@@ -95,19 +70,13 @@ export default function LandingPage() {
description="We've repaired thousands of devices, restoring connectivity and productivity for our community. Our certified technicians use only high-quality parts for every repair."
metrics={[
{
value: "10k+",
title: "Devices Repaired",
},
value: "10k+", title: "Devices Repaired"},
{
value: "15",
title: "Years Experience",
},
value: "15", title: "Years Experience"},
{
value: "98%",
title: "Satisfaction Rate",
},
value: "98%", title: "Satisfaction Rate"},
]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-happy-man-repairing-circuit-board-computer_23-2147922202.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/portrait-happy-man-repairing-circuit-board-computer_23-2147922202.jpg"
imageAlt="Technician working on a tablet"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -121,38 +90,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "f1",
title: "Smartphone Repair",
descriptions: [
"Screen replacements",
"Battery swaps",
"Port repair",
],
imageSrc: "http://img.b2bpic.net/free-photo/radiotrician-with-blue-protective-gloves-holding-smart-phone-with-blank-screen-trying-find-cause-malfunction_176532-10170.jpg?_wi=4",
imageAlt: "smartphone repair professional workbench",
},
id: "f1", title: "Smartphone Repair", descriptions: [
"Screen replacements", "Battery swaps", "Port repair"],
imageSrc: "http://img.b2bpic.net/free-photo/radiotrician-with-blue-protective-gloves-holding-smart-phone-with-blank-screen-trying-find-cause-malfunction_176532-10170.jpg", imageAlt: "smartphone repair professional workbench"},
{
id: "f2",
title: "Laptop Solutions",
descriptions: [
"Motherboard repair",
"Keyboard replacement",
"OS reinstallation",
],
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-man-looks-guides-internet-while-repaiting-his-smartphone-changes-screen-battery_346278-1196.jpg?_wi=3",
imageAlt: "laptop repair service workshop",
},
id: "f2", title: "Laptop Solutions", descriptions: [
"Motherboard repair", "Keyboard replacement", "OS reinstallation"],
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-man-looks-guides-internet-while-repaiting-his-smartphone-changes-screen-battery_346278-1196.jpg", imageAlt: "laptop repair service workshop"},
{
id: "f3",
title: "Tablet Support",
descriptions: [
"LCD repair",
"Button functionality",
"Glass replacement",
],
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-man-repairing-circuit-board-computer_23-2147922202.jpg?_wi=2",
imageAlt: "tablet repair expert technician",
},
id: "f3", title: "Tablet Support", descriptions: [
"LCD repair", "Button functionality", "Glass replacement"],
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-man-repairing-circuit-board-computer_23-2147922202.jpg", imageAlt: "tablet repair expert technician"},
]}
title="Our Expert Services"
description="Whatever your device issue, our skilled team is here to fix it right."
@@ -166,52 +114,22 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "basic",
tag: "Essential",
price: "$49",
period: "/ per screen",
description: "Quick screen replacements for most phones.",
button: {
text: "Book Repair",
},
featuresTitle: "Included Services:",
features: [
"Quality glass",
"Water-resistant seal",
"Lifetime warranty on part",
],
id: "basic", tag: "Essential", price: "$49", period: "/ per screen", description: "Quick screen replacements for most phones.", button: {
text: "Book Repair"},
featuresTitle: "Included Services:", features: [
"Quality glass", "Water-resistant seal", "Lifetime warranty on part"],
},
{
id: "pro",
tag: "Popular",
price: "$89",
period: "/ per device",
description: "Professional laptop diagnostic and hardware repair.",
button: {
text: "Book Repair",
},
featuresTitle: "Included Services:",
features: [
"Diagnostic check",
"Hardware cleaning",
"OS optimization",
],
id: "pro", tag: "Popular", price: "$89", period: "/ per device", description: "Professional laptop diagnostic and hardware repair.", button: {
text: "Book Repair"},
featuresTitle: "Included Services:", features: [
"Diagnostic check", "Hardware cleaning", "OS optimization"],
},
{
id: "enterprise",
tag: "Pro",
price: "$129",
period: "/ per device",
description: "Advanced tablet and complex motherboard work.",
button: {
text: "Book Repair",
},
featuresTitle: "Included Services:",
features: [
"Advanced soldering",
"Data recovery",
"Performance testing",
],
id: "enterprise", tag: "Pro", price: "$129", period: "/ per device", description: "Advanced tablet and complex motherboard work.", button: {
text: "Book Repair"},
featuresTitle: "Included Services:", features: [
"Advanced soldering", "Data recovery", "Performance testing"],
},
]}
title="Transparent Pricing"
@@ -226,40 +144,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Alex P.",
role: "Photographer",
testimonial: "My camera lens was cracked and they fixed it perfectly in hours.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-man-repairing-circuit-board-computer_23-2147922202.jpg?_wi=3",
},
id: "1", name: "Alex P.", role: "Photographer", testimonial: "My camera lens was cracked and they fixed it perfectly in hours.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-man-repairing-circuit-board-computer_23-2147922202.jpg"},
{
id: "2",
name: "Maria L.",
role: "Teacher",
testimonial: "The laptop repair was speedy and now it runs better than when I bought it.",
imageSrc: "http://img.b2bpic.net/free-photo/young-male-pointing-mobile-phone-t-shirt-cap-looking-glad_176474-48195.jpg",
},
id: "2", name: "Maria L.", role: "Teacher", testimonial: "The laptop repair was speedy and now it runs better than when I bought it.", imageSrc: "http://img.b2bpic.net/free-photo/young-male-pointing-mobile-phone-t-shirt-cap-looking-glad_176474-48195.jpg"},
{
id: "3",
name: "David W.",
role: "Student",
testimonial: "Great service, very friendly staff, and fair pricing.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-worker-with-tool-case-bank-card-red-background-photo-color-worker-house-job-mechanic-instrument_140725-155572.jpg",
},
id: "3", name: "David W.", role: "Student", testimonial: "Great service, very friendly staff, and fair pricing.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-worker-with-tool-case-bank-card-red-background-photo-color-worker-house-job-mechanic-instrument_140725-155572.jpg"},
{
id: "4",
name: "Susan K.",
role: "Manager",
testimonial: "Fixed my tablet screen perfectly. I won't go anywhere else.",
imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-showing-smartphone-pointing-with-finger-it-looking-confident-smiling-green-background_141793-28693.jpg",
},
id: "4", name: "Susan K.", role: "Manager", testimonial: "Fixed my tablet screen perfectly. I won't go anywhere else.", imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-showing-smartphone-pointing-with-finger-it-looking-confident-smiling-green-background_141793-28693.jpg"},
{
id: "5",
name: "Tom B.",
role: "Designer",
testimonial: "Life savers! My laptop needed a new screen and they did it overnight.",
imageSrc: "http://img.b2bpic.net/free-photo/jolly-handsome-sportsman-reading-sms-device_1262-5216.jpg",
},
id: "5", name: "Tom B.", role: "Designer", testimonial: "Life savers! My laptop needed a new screen and they did it overnight.", imageSrc: "http://img.b2bpic.net/free-photo/jolly-handsome-sportsman-reading-sms-device_1262-5216.jpg"},
]}
title="What Our Customers Say"
description="We are proud to serve our local community and help you stay connected."
@@ -273,28 +166,17 @@ export default function LandingPage() {
description="Send us a message and we'll get you a quote and repair slot fast."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "device",
type: "text",
placeholder: "Device Model",
required: true,
name: "device", type: "text", placeholder: "Device Model", required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
name: "email", type: "email", placeholder: "Email Address", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Tell us about the issue",
rows: 4,
name: "message", placeholder: "Tell us about the issue", rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/seller-man-mobile-phone-professional-consultant-tech-store-shop_627829-4971.jpg"
/>
@@ -304,29 +186,19 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Services",
href: "#features",
},
label: "Services", href: "#features"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}