Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6affa733c8 |
206
src/app/page.tsx
206
src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="OPRAVMI.TO"
|
||||
/>
|
||||
@@ -60,41 +50,24 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Fast & Reliable Electronics Repair"
|
||||
description="We fix your devices quickly, professionally, and at a fair price right here in Zvolen."
|
||||
buttons={[
|
||||
{
|
||||
text: "Request Repair",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Estimate", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-her-workshop-creative-invention_23-2149067205.jpg",
|
||||
imageAlt: "electronics repair workbench",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-her-workshop-creative-invention_23-2149067205.jpg", imageAlt: "electronics repair workbench"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineer-writes-ai-code-laptop_482257-96435.jpg",
|
||||
imageAlt: "technician circuit board repair",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineer-writes-ai-code-laptop_482257-96435.jpg", imageAlt: "technician circuit board repair"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-sound-mixer_107420-84996.jpg",
|
||||
imageAlt: "audio equipment repair",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-sound-mixer_107420-84996.jpg", imageAlt: "audio equipment repair"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/miniature-workers-working-chip-motherboard_1252-831.jpg",
|
||||
imageAlt: "Miniature workers working on chip of motherboard",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/miniature-workers-working-chip-motherboard_1252-831.jpg", imageAlt: "Miniature workers working on chip of motherboard"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-repairing-computer-chips_23-2150880966.jpg",
|
||||
imageAlt: "People repairing computer chips",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-repairing-computer-chips_23-2150880966.jpg", imageAlt: "People repairing computer chips"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -106,33 +79,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
tag: "Fix",
|
||||
title: "TV Repair",
|
||||
subtitle: "Expert TV Service",
|
||||
description: "Full repair for LED, LCD, and smart TV screens and components.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-tech-clinical-environment-with-pc-displays-showing-healthcare-software_482257-124292.jpg",
|
||||
},
|
||||
tag: "Fix", title: "TV Repair", subtitle: "Expert TV Service", description: "Full repair for LED, LCD, and smart TV screens and components.", imageSrc: "http://img.b2bpic.net/free-photo/high-tech-clinical-environment-with-pc-displays-showing-healthcare-software_482257-124292.jpg"},
|
||||
{
|
||||
tag: "Audio",
|
||||
title: "Headphones & Audio",
|
||||
subtitle: "High-Quality Sound",
|
||||
description: "Expert repair for high-end audio devices and headphone components.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bit-screw-driver-with-small-screw-magnetised-it-fixing-electronic-device-concept_346278-1778.jpg",
|
||||
},
|
||||
tag: "Audio", title: "Headphones & Audio", subtitle: "High-Quality Sound", description: "Expert repair for high-end audio devices and headphone components.", imageSrc: "http://img.b2bpic.net/free-photo/bit-screw-driver-with-small-screw-magnetised-it-fixing-electronic-device-concept_346278-1778.jpg"},
|
||||
{
|
||||
tag: "Tech",
|
||||
title: "General Repairs",
|
||||
subtitle: "Diagnostics & Troubleshooting",
|
||||
description: "Comprehensive troubleshooting for any type of consumer electronics.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/admin-cloud-computing-business_482257-91146.jpg",
|
||||
},
|
||||
tag: "Tech", title: "General Repairs", subtitle: "Diagnostics & Troubleshooting", description: "Comprehensive troubleshooting for any type of consumer electronics.", imageSrc: "http://img.b2bpic.net/free-photo/admin-cloud-computing-business_482257-91146.jpg"},
|
||||
{
|
||||
tag: "Home",
|
||||
title: "On-Site Repair",
|
||||
subtitle: "Home Service Convenience",
|
||||
description: "Can't bring it to us? We provide professional repairs right at your home.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-worker-uniform-gesturing-with-fingers-looking-mild-front-view_176474-21707.jpg",
|
||||
},
|
||||
tag: "Home", title: "On-Site Repair", subtitle: "Home Service Convenience", description: "Can't bring it to us? We provide professional repairs right at your home.", imageSrc: "http://img.b2bpic.net/free-photo/young-worker-uniform-gesturing-with-fingers-looking-mild-front-view_176474-21707.jpg"},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="We specialize in restoring your devices to peak performance with efficiency."
|
||||
@@ -146,17 +99,11 @@ export default function LandingPage() {
|
||||
description="At OPRAVMI.TO, we believe in clear communication and customer-first service. Our dedicated technicians ensure your devices are treated with care and handled efficiently."
|
||||
metrics={[
|
||||
{
|
||||
value: "4.5",
|
||||
title: "Star Rating",
|
||||
},
|
||||
value: "4.5", title: "Star Rating"},
|
||||
{
|
||||
value: "46+",
|
||||
title: "Happy Reviews",
|
||||
},
|
||||
value: "46+", title: "Happy Reviews"},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Commitment",
|
||||
},
|
||||
value: "100%", title: "Commitment"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-inventor-creating-her-workshop_23-2149067246.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -171,23 +118,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Zap,
|
||||
title: "Turnaround",
|
||||
value: "Same Day",
|
||||
},
|
||||
id: "m1", icon: Zap,
|
||||
title: "Turnaround", value: "Same Day"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: ShieldCheck,
|
||||
title: "Reliability",
|
||||
value: "Certified",
|
||||
},
|
||||
id: "m2", icon: ShieldCheck,
|
||||
title: "Reliability", value: "Certified"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Headphones,
|
||||
title: "Support",
|
||||
value: "Friendly",
|
||||
},
|
||||
id: "m3", icon: Headphones,
|
||||
title: "Support", value: "Friendly"},
|
||||
]}
|
||||
title="Service Standards"
|
||||
description="Why choosing us is the right move for your hardware."
|
||||
@@ -201,40 +139,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Peter K.",
|
||||
handle: "@zvolen-local",
|
||||
testimonial: "Very fast repair times and extremely friendly service. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hispanic-man-young-woman-with-headset-doing-high-five-while-working-together-call-center-sales-representative-celebrating-business-sale_662251-382.jpg",
|
||||
},
|
||||
id: "1", name: "Peter K.", handle: "@zvolen-local", testimonial: "Very fast repair times and extremely friendly service. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/hispanic-man-young-woman-with-headset-doing-high-five-while-working-together-call-center-sales-representative-celebrating-business-sale_662251-382.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Maria B.",
|
||||
handle: "@client",
|
||||
testimonial: "Excellent communication. They fixed my TV the same day. Great price.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg",
|
||||
},
|
||||
id: "2", name: "Maria B.", handle: "@client", testimonial: "Excellent communication. They fixed my TV the same day. Great price.", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jozef H.",
|
||||
handle: "@audiophile",
|
||||
testimonial: "Professional audio repair. They really know their stuff. Convenient home service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/repairman-soldering-components-motherboard-while-fixing-damaged-smart-phone-using-tweezers-iron_343059-504.jpg",
|
||||
},
|
||||
id: "3", name: "Jozef H.", handle: "@audiophile", testimonial: "Professional audio repair. They really know their stuff. Convenient home service.", imageSrc: "http://img.b2bpic.net/free-photo/repairman-soldering-components-motherboard-while-fixing-damaged-smart-phone-using-tweezers-iron_343059-504.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Lucia S.",
|
||||
handle: "@happy",
|
||||
testimonial: "Fair pricing and very reliable. The team is super helpful.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-tablet-analyzing-sales-data-economic-growth-graph-chart-technology_1150-16858.jpg",
|
||||
},
|
||||
id: "4", name: "Lucia S.", handle: "@happy", testimonial: "Fair pricing and very reliable. The team is super helpful.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-tablet-analyzing-sales-data-economic-growth-graph-chart-technology_1150-16858.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Tomas R.",
|
||||
handle: "@customer",
|
||||
testimonial: "Best service in Zvolen. Honest diagnostics and quick fixes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-weighing-clothes_23-2150082968.jpg",
|
||||
},
|
||||
id: "5", name: "Tomas R.", handle: "@customer", testimonial: "Best service in Zvolen. Honest diagnostics and quick fixes.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-weighing-clothes_23-2150082968.jpg"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Don't just take our word for it — hear from our satisfied customers in Zvolen."
|
||||
@@ -246,14 +159,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Samsung",
|
||||
"Sony",
|
||||
"LG",
|
||||
"Panasonic",
|
||||
"Philips",
|
||||
"Bose",
|
||||
"Sennheiser",
|
||||
]}
|
||||
"Samsung", "Sony", "LG", "Panasonic", "Philips", "Bose", "Sennheiser"]}
|
||||
title="Trusted Partners & Brands"
|
||||
description="We provide expert support for all major brands, ensuring your hardware stays covered."
|
||||
/>
|
||||
@@ -265,20 +171,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What are your opening hours?",
|
||||
content: "We are open from 08:00 to 16:00.",
|
||||
},
|
||||
id: "f1", title: "What are your opening hours?", content: "We are open from 08:00 to 16:00."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you provide home service?",
|
||||
content: "Yes, we offer on-site repairs for various electronics. Contact us to schedule.",
|
||||
},
|
||||
id: "f2", title: "Do you provide home service?", content: "Yes, we offer on-site repairs for various electronics. Contact us to schedule."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How fast is your turnaround?",
|
||||
content: "We aim for same-day or next-day service for most standard device repairs.",
|
||||
},
|
||||
id: "f3", title: "How fast is your turnaround?", content: "We aim for same-day or next-day service for most standard device repairs."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common questions about our repair process."
|
||||
@@ -292,14 +189,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "rotated-rays-static-grid",
|
||||
}}
|
||||
variant: "rotated-rays-static-grid"}}
|
||||
text="Need a repair? Visit us at Milana Rastislava Štefánika 47, Zvolen, or give us a call at +421 910 944 697. Open weekdays from 08:00 to 16:00."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+421910944697",
|
||||
},
|
||||
text: "Call Now", href: "tel:+421910944697"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -308,33 +202,21 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "OPRAVMI.TO",
|
||||
items: [
|
||||
title: "OPRAVMI.TO", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -345,4 +227,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user