1 Commits

Author SHA1 Message Date
a4f7725d01 Update src/app/page.tsx 2026-04-15 16:57:42 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#hero"},
id: "#hero",
},
{ {
name: "Services", name: "Services", id: "#services"},
id: "#services",
},
{ {
name: "Testimonials", name: "Testimonials", id: "#testimonials"},
id: "#testimonials",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
brandName="C&D Multitech" brandName="C&D Multitech"
/> />
@@ -55,42 +47,27 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardCarousel <HeroBillboardCarousel
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
title="Precision Repair & Digital Excellence" title="Precision Repair & Digital Excellence"
description="C&D Multitech delivers expert mobile phone and laptop repairs alongside professional web development solutions. Your tech, our expertise." description="C&D Multitech delivers expert mobile phone and laptop repairs alongside professional web development solutions. Your tech, our expertise."
tag="Your Local Tech Experts" tag="Your Local Tech Experts"
buttons={[ buttons={[
{ {
text: "Get a Quote", text: "Get a Quote", href: "#contact"},
href: "#contact",
},
]} ]}
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/team-cybercriminals-fixing-computer-system-cyberattack_482257-90449.jpg", imageSrc: "http://img.b2bpic.net/free-photo/team-cybercriminals-fixing-computer-system-cyberattack_482257-90449.jpg", imageAlt: "Tech repair and development workspace"},
imageAlt: "Tech repair and development workspace",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/male-technician-working-computer-ram_23-2147923491.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-technician-working-computer-ram_23-2147923491.jpg", imageAlt: "Tech repair and development workspace"},
imageAlt: "Tech repair and development workspace",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/male-technician-inserting-chip-computer-motherboard-wooden-desk_23-2147923518.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-technician-inserting-chip-computer-motherboard-wooden-desk_23-2147923518.jpg", imageAlt: "Tech repair and development workspace"},
imageAlt: "Tech repair and development workspace",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-business-environment-used-corporate-culture-industry_482257-125612.jpg", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-business-environment-used-corporate-culture-industry_482257-125612.jpg", imageAlt: "Tech repair and development workspace"},
imageAlt: "Tech repair and development workspace",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/young-male-technician-working-computer-ram_23-2147922333.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-male-technician-working-computer-ram_23-2147922333.jpg", imageAlt: "Tech repair and development workspace"},
imageAlt: "Tech repair and development workspace",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/male-technician-repairing-computer-motherboard-wooden-desk_23-2147923493.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-technician-repairing-computer-motherboard-wooden-desk_23-2147923493.jpg", imageAlt: "Tech repair and development workspace"},
imageAlt: "Tech repair and development workspace",
},
]} ]}
/> />
</div> </div>
@@ -100,10 +77,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
title="Why Choose C&D Multitech?" title="Why Choose C&D Multitech?"
description={[ description={[
"We combine decades of experience in hardware repair with modern software development techniques.", "We combine decades of experience in hardware repair with modern software development techniques.", "Our mission is to keep your devices running smoothly and your digital footprint expanding through high-end web services.", "Trusted by locals for quality, speed, and integrity in every job we handle."]}
"Our mission is to keep your devices running smoothly and your digital footprint expanding through high-end web services.",
"Trusted by locals for quality, speed, and integrity in every job we handle.",
]}
/> />
</div> </div>
@@ -115,19 +89,13 @@ export default function LandingPage() {
features={[ features={[
{ {
icon: Smartphone, icon: Smartphone,
title: "Mobile Repairs", title: "Mobile Repairs", description: "Screen replacement, battery swaps, and water damage recovery."},
description: "Screen replacement, battery swaps, and water damage recovery.",
},
{ {
icon: Laptop, icon: Laptop,
title: "Laptop Maintenance", title: "Laptop Maintenance", description: "System upgrades, screen repairs, and hardware diagnostics."},
description: "System upgrades, screen repairs, and hardware diagnostics.",
},
{ {
icon: Globe, icon: Globe,
title: "Web Development", title: "Web Development", description: "Custom websites and web apps built for growth and performance."},
description: "Custom websites and web apps built for growth and performance.",
},
]} ]}
title="Our Specialized Services" title="Our Specialized Services"
description="High-quality solutions tailored for your individual and professional tech needs." description="High-quality solutions tailored for your individual and professional tech needs."
@@ -142,25 +110,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "1,500+", title: "Devices Repaired", description: "Phones and laptops brought back to life.", icon: Wrench,
value: "1,500+",
title: "Devices Repaired",
description: "Phones and laptops brought back to life.",
icon: Wrench,
}, },
{ {
id: "m2", id: "m2", value: "200+", title: "Websites Built", description: "Digital platforms launched successfully.", icon: Code,
value: "200+",
title: "Websites Built",
description: "Digital platforms launched successfully.",
icon: Code,
}, },
{ {
id: "m3", id: "m3", value: "99%", title: "Satisfaction Rate", description: "Our customers love our quality of work.", icon: ThumbsUp,
value: "99%",
title: "Satisfaction Rate",
description: "Our customers love our quality of work.",
icon: ThumbsUp,
}, },
]} ]}
title="Our Impact in Numbers" title="Our Impact in Numbers"
@@ -176,45 +132,20 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "John Doe", role: "Photographer", company: "Independent", rating: 5,
name: "John Doe", imageSrc: "http://img.b2bpic.net/free-photo/man-using-mobile-phone-cafe_1170-678.jpg"},
role: "Photographer",
company: "Independent",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-using-mobile-phone-cafe_1170-678.jpg",
},
{ {
id: "2", id: "2", name: "Jane Smith", role: "Director", company: "GrowthCo", rating: 5,
name: "Jane Smith", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-colleagues-greeting-each-other-with-fist-bump-corporate-space-office-friends-saluting_482257-136232.jpg"},
role: "Director",
company: "GrowthCo",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-colleagues-greeting-each-other-with-fist-bump-corporate-space-office-friends-saluting_482257-136232.jpg",
},
{ {
id: "3", id: "3", name: "Alex Brown", role: "Student", company: "University", rating: 5,
name: "Alex Brown", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-repairing-computer-chips_23-2150880962.jpg"},
role: "Student",
company: "University",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-repairing-computer-chips_23-2150880962.jpg",
},
{ {
id: "4", id: "4", name: "Lisa White", role: "Manager", company: "RetailCorp", rating: 5,
name: "Lisa White", imageSrc: "http://img.b2bpic.net/free-photo/pleased-middle-aged-man-wearing-white-t-shirt-with-tie-headphones-showing-thumb-up-isolated-pink-wall_141793-83651.jpg"},
role: "Manager",
company: "RetailCorp",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pleased-middle-aged-man-wearing-white-t-shirt-with-tie-headphones-showing-thumb-up-isolated-pink-wall_141793-83651.jpg",
},
{ {
id: "5", id: "5", name: "Robert Lee", role: "Entrepreneur", company: "TechStartup", rating: 5,
name: "Robert Lee", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-mug-near-colleagues-with-blueprint_23-2147808074.jpg"},
role: "Entrepreneur",
company: "TechStartup",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-mug-near-colleagues-with-blueprint_23-2147808074.jpg",
},
]} ]}
title="Customer Stories" title="Customer Stories"
description="Hear what our clients say about our repair and development services." description="Hear what our clients say about our repair and development services."
@@ -227,20 +158,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "f1", id: "f1", title: "How long do repairs take?", content: "Most mobile phone repairs are completed within 2 hours. Laptops may take 1-3 business days."},
title: "How long do repairs take?",
content: "Most mobile phone repairs are completed within 2 hours. Laptops may take 1-3 business days.",
},
{ {
id: "f2", id: "f2", title: "Do you offer warranties?", content: "Yes, we provide a 90-day warranty on all parts and labor performed by our team."},
title: "Do you offer warranties?",
content: "Yes, we provide a 90-day warranty on all parts and labor performed by our team.",
},
{ {
id: "f3", id: "f3", title: "Can you design a custom e-commerce site?", content: "Absolutely! We specialize in custom web development including full e-commerce functionality."},
title: "Can you design a custom e-commerce site?",
content: "Absolutely! We specialize in custom web development including full e-commerce functionality.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/technician-wearing-headphones-inspecting-rackmounts-close-up_482257-113083.jpg" imageSrc="http://img.b2bpic.net/free-photo/technician-wearing-headphones-inspecting-rackmounts-close-up_482257-113083.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -254,16 +176,13 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Let's Talk" tag="Let's Talk"
title="Get Started Today" title="Get Started Today"
description="Reach out to us for a free consultation or to book your device repair session." description="Reach out to us for a free consultation or to book your device repair session."
buttons={[ buttons={[
{ {
text: "Contact Us", text: "Start Your Project", href: "#"},
href: "#",
},
]} ]}
/> />
</div> </div>
@@ -274,29 +193,19 @@ export default function LandingPage() {
{ {
items: [ items: [
{ {
label: "Services", label: "Services", href: "#services"},
href: "#services",
},
{ {
label: "Testimonials", label: "Testimonials", href: "#testimonials"},
href: "#testimonials",
},
{ {
label: "FAQ", label: "FAQ", href: "#faq"},
href: "#faq",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"},
href: "#",
},
], ],
}, },
]} ]}