7 Commits

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