Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9a882596f6 | |||
| eaa008dc97 |
204
src/app/page.tsx
204
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "services"},
|
||||||
id: "services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Pricing",
|
name: "Pricing", id: "pricing"},
|
||||||
id: "pricing",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="RepairTech"
|
brandName="RepairTech"
|
||||||
/>
|
/>
|
||||||
@@ -55,37 +47,24 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardCarousel
|
<HeroBillboardCarousel
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
title="Get Your Laptops & Vacuums Back in Action"
|
||||||
title="Expert Repair for Your Tech & Home"
|
|
||||||
description="Professional laptop diagnostics and thorough vacuum cleaner restoration. Quality service, fast turnaround."
|
description="Professional laptop diagnostics and thorough vacuum cleaner restoration. Quality service, fast turnaround."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Book Repair",
|
text: "Book Repair", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821305.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821305.jpg?_wi=1", imageAlt: "Laptop repair tech"},
|
||||||
imageAlt: "Laptop repair tech",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-vacuum-cleaning_23-2148514790.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/man-with-vacuum-cleaning_23-2148514790.jpg?_wi=1", imageAlt: "Vacuum repair service"},
|
||||||
imageAlt: "Vacuum repair service",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/people-repairing-computer-chips_23-2150880943.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/people-repairing-computer-chips_23-2150880943.jpg", imageAlt: "Service center interior"},
|
||||||
imageAlt: "Service center interior",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/techician-uses-driver-unscrew-small-screws-smartphone-body_346278-1189.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/techician-uses-driver-unscrew-small-screws-smartphone-body_346278-1189.jpg", imageAlt: "Laptop repair closeup"},
|
||||||
imageAlt: "Laptop repair closeup",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-steel-fatory-equipment-steel-production_1303-22929.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/man-working-steel-fatory-equipment-steel-production_1303-22929.jpg", imageAlt: "Vacuum part inspection"},
|
||||||
imageAlt: "Vacuum part inspection",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -95,9 +74,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Reliable Service You Can Trust"
|
title="Reliable Service You Can Trust"
|
||||||
description={[
|
description={[
|
||||||
"We provide expert repairs for high-end laptops and vacuum cleaners, ensuring your equipment operates like new. Our team is dedicated to fast, professional results.",
|
"We provide expert repairs for high-end laptops and vacuum cleaners, ensuring your equipment operates like new. Our team is dedicated to fast, professional results.", "From complex circuit repairs to mechanical vacuum servicing, we have the tools and experience to fix your most essential household items."]}
|
||||||
"From complex circuit repairs to mechanical vacuum servicing, we have the tools and experience to fix your most essential household items.",
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -107,23 +84,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Laptop Diagnostics",
|
title: "Laptop Diagnostics", description: "Expert motherboard, battery, and screen repair services for all major laptop brands.", imageSrc: "http://img.b2bpic.net/free-photo/male-technician-examining-mother-board-with-digital-multimeter_23-2147922353.jpg", imageAlt: "laptop diagnostics icon"},
|
||||||
description: "Expert motherboard, battery, and screen repair services for all major laptop brands.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/male-technician-examining-mother-board-with-digital-multimeter_23-2147922353.jpg",
|
|
||||||
imageAlt: "laptop diagnostics icon",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Appliance Servicing",
|
title: "Appliance Servicing", description: "Professional cleaning and mechanical restoration for high-end vacuum cleaners.", imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service_627829-3865.jpg", imageAlt: "vacuum maintenance service"},
|
||||||
description: "Professional cleaning and mechanical restoration for high-end vacuum cleaners.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service_627829-3865.jpg",
|
|
||||||
imageAlt: "vacuum maintenance service",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Fast Turnaround",
|
title: "Fast Turnaround", description: "We prioritize efficiency so you can get back to your work and household chores quickly.", imageSrc: "http://img.b2bpic.net/free-photo/female-hacker-cracking-binary-code_53876-98535.jpg", imageAlt: "fast repair concept"},
|
||||||
description: "We prioritize efficiency so you can get back to your work and household chores quickly.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/female-hacker-cracking-binary-code_53876-98535.jpg",
|
|
||||||
imageAlt: "fast repair concept",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Specialized Repair Services"
|
title="Our Specialized Repair Services"
|
||||||
description="Comprehensive diagnostic and repair solutions for your devices and appliances."
|
description="Comprehensive diagnostic and repair solutions for your devices and appliances."
|
||||||
@@ -137,20 +102,11 @@ export default function LandingPage() {
|
|||||||
tag="Quality Assured"
|
tag="Quality Assured"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "1500+", description: "Laptops Repaired"},
|
||||||
value: "1500+",
|
|
||||||
description: "Laptops Repaired",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "2000+", description: "Vacuums Restored"},
|
||||||
value: "2000+",
|
|
||||||
description: "Vacuums Restored",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "99%", description: "Customer Satisfaction"},
|
||||||
value: "99%",
|
|
||||||
description: "Customer Satisfaction",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="blur-reveal"
|
metricsAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
@@ -161,35 +117,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", imageAlt: "happy customer laptop"},
|
||||||
name: "Sarah J.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg",
|
|
||||||
imageAlt: "happy customer laptop",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Michael R.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-caucasian-female-call-center-operator-headphones-sitting-desk-with-office-tools_141793-122341.jpg", imageAlt: "satisfied professional appliance"},
|
||||||
name: "Michael R.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-caucasian-female-call-center-operator-headphones-sitting-desk-with-office-tools_141793-122341.jpg",
|
|
||||||
imageAlt: "satisfied professional appliance",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Emily D.", imageSrc: "http://img.b2bpic.net/free-photo/customer-evaluation-feedback-smiley-emoticons_53876-124368.jpg", imageAlt: "happy student repair"},
|
||||||
name: "Emily D.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/customer-evaluation-feedback-smiley-emoticons_53876-124368.jpg",
|
|
||||||
imageAlt: "happy student repair",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Robert K.", imageSrc: "http://img.b2bpic.net/free-photo/excited-cheerful-blond-girl-rejoicing-camera-with-copy-space-text-promotional-content-near-yellow-background_574295-2365.jpg", imageAlt: "homeowner appliance repair"},
|
||||||
name: "Robert K.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-cheerful-blond-girl-rejoicing-camera-with-copy-space-text-promotional-content-near-yellow-background_574295-2365.jpg",
|
|
||||||
imageAlt: "homeowner appliance repair",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Anna P.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-office_23-2148162623.jpg", imageAlt: "remote worker repair"},
|
||||||
name: "Anna P.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-office_23-2148162623.jpg",
|
|
||||||
imageAlt: "remote worker repair",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
cardTitle="Client Feedback"
|
cardTitle="Client Feedback"
|
||||||
cardTag="Trusted by locals"
|
cardTag="Trusted by locals"
|
||||||
@@ -204,54 +140,23 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1", title: "Basic Check", price: "$49", period: "fixed", features: [
|
||||||
title: "Basic Check",
|
"Diagnostic Report", "Cleaning"],
|
||||||
price: "$49",
|
|
||||||
period: "fixed",
|
|
||||||
features: [
|
|
||||||
"Diagnostic Report",
|
|
||||||
"Cleaning",
|
|
||||||
],
|
|
||||||
button: {
|
button: {
|
||||||
text: "Select",
|
text: "Select", href: "#contact"},
|
||||||
href: "#contact",
|
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-with-equipment-soldering-working-home_1157-47196.jpg", imageAlt: "motherboard repair specialist"},
|
||||||
},
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-with-equipment-soldering-working-home_1157-47196.jpg",
|
|
||||||
imageAlt: "motherboard repair specialist",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2", title: "Standard Repair", price: "$129", period: "inc. parts", features: [
|
||||||
title: "Standard Repair",
|
"Full Repair", "Warranty"],
|
||||||
price: "$129",
|
|
||||||
period: "inc. parts",
|
|
||||||
features: [
|
|
||||||
"Full Repair",
|
|
||||||
"Warranty",
|
|
||||||
],
|
|
||||||
button: {
|
button: {
|
||||||
text: "Select",
|
text: "Select", href: "#contact"},
|
||||||
href: "#contact",
|
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821305.jpg?_wi=2", imageAlt: "motherboard repair specialist"},
|
||||||
},
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821305.jpg?_wi=2",
|
|
||||||
imageAlt: "motherboard repair specialist",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p3",
|
id: "p3", title: "Premium Resto", price: "$249", period: "inc. parts", features: [
|
||||||
title: "Premium Resto",
|
"Deep Clean", "Performance Tune", "Priority"],
|
||||||
price: "$249",
|
|
||||||
period: "inc. parts",
|
|
||||||
features: [
|
|
||||||
"Deep Clean",
|
|
||||||
"Performance Tune",
|
|
||||||
"Priority",
|
|
||||||
],
|
|
||||||
button: {
|
button: {
|
||||||
text: "Select",
|
text: "Select", href: "#contact"},
|
||||||
href: "#contact",
|
imageSrc: "http://img.b2bpic.net/free-photo/man-with-vacuum-cleaning_23-2148514790.jpg?_wi=2", imageAlt: "motherboard repair specialist"},
|
||||||
},
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-vacuum-cleaning_23-2148514790.jpg?_wi=2",
|
|
||||||
imageAlt: "motherboard repair specialist",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Transparent Pricing"
|
title="Transparent Pricing"
|
||||||
description="Choose the repair plan that best suits your needs."
|
description="Choose the repair plan that best suits your needs."
|
||||||
@@ -264,20 +169,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1",
|
id: "q1", title: "How long does a repair take?", content: "Most repairs are completed within 2-3 business days."},
|
||||||
title: "How long does a repair take?",
|
|
||||||
content: "Most repairs are completed within 2-3 business days.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q2",
|
id: "q2", title: "Is there a warranty?", content: "Yes, we provide a 90-day warranty on all repairs."},
|
||||||
title: "Is there a warranty?",
|
|
||||||
content: "Yes, we provide a 90-day warranty on all repairs.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q3",
|
id: "q3", title: "Do I need an appointment?", content: "Appointments are encouraged but walk-ins are welcome."},
|
||||||
title: "Do I need an appointment?",
|
|
||||||
content: "Appointments are encouraged but walk-ins are welcome.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/helpline-worker-troubleshooting-errors-solar-production-systems-using-headset_482257-125794.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/helpline-worker-troubleshooting-errors-solar-production-systems-using-headset_482257-125794.jpg"
|
||||||
title="Common Questions"
|
title="Common Questions"
|
||||||
@@ -295,22 +191,14 @@ export default function LandingPage() {
|
|||||||
description="Fill out the form below to book your repair service."
|
description="Fill out the form below to book your repair service."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name",
|
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||||
type: "text",
|
|
||||||
placeholder: "Your Name",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "email",
|
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||||
type: "email",
|
|
||||||
placeholder: "Email Address",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message",
|
name: "message", placeholder: "What needs fixing?", rows: 4,
|
||||||
placeholder: "What needs fixing?",
|
|
||||||
rows: 4,
|
|
||||||
required: true,
|
required: true,
|
||||||
}}
|
}}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/man-woman-using-smartphones-office_23-2147707732.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/man-woman-using-smartphones-office_23-2147707732.jpg"
|
||||||
@@ -322,13 +210,9 @@ export default function LandingPage() {
|
|||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="RepairTech © 2024"
|
logoText="RepairTech © 2024"
|
||||||
leftLink={{
|
leftLink={{
|
||||||
text: "Privacy Policy",
|
text: "Privacy Policy", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
rightLink={{
|
rightLink={{
|
||||||
text: "Terms of Service",
|
text: "Terms of Service", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user