6 Commits

Author SHA1 Message Date
335eb7aae2 Update src/app/page.tsx 2026-04-27 22:29:04 +00:00
f7a0d223ce Merge version_2 into main
Merge version_2 into main
2026-04-27 22:23:54 +00:00
a2672d7972 Update src/app/page.tsx 2026-04-27 22:23:51 +00:00
326bfcb61e Merge version_1 into main
Merge version_1 into main
2026-04-27 22:20:58 +00:00
4f219f5314 Merge version_1 into main
Merge version_1 into main
2026-04-27 22:20:32 +00:00
57536767d1 Merge version_1 into main
Merge version_1 into main
2026-04-27 22:20:06 +00:00

View File

@@ -6,7 +6,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
@@ -42,22 +42,18 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{ variant: "gradient-bars" }}
title="Smart Electronics Repair Management"
description="Streamline your repair business with our end-to-end management system. Track repairs, manage technicians, and automate reports in real-time."
<HeroOverlay
title="Double Your Repair Volume & Cut Admin Time"
description="The all-in-one platform built to scale your electronics repair business by automating tedious paperwork and streamlining your technician workflow."
tag="Trusted by 500+ Shops"
buttons={[
{ text: "Get Started", href: "#" },
{ text: "View Demo", href: "#" },
]}
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", imageAlt: "Repair Bench" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-male-technician-working-computer-ram_23-2147922333.jpg", imageAlt: "Repair Tools" },
]}
mediaAnimation="slide-up"
rating={5}
ratingText="Rated 4.9/5 by shop managers"
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="Repair Bench"
showBlur={true}
showDimOverlay={true}
/>
</div>