Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-05 13:01:18 +00:00

View File

@@ -32,35 +32,21 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "Services",
id: "#services",
},
name: "Services", id: "#services"},
{
name: "Pricing",
id: "#pricing",
},
name: "Pricing", id: "#pricing"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Tinka Teknoloji"
button={{
text: "Get a Quote",
href: "#contact",
}}
text: "Get a Quote", href: "#contact"}}
animateOnLoad={true}
/>
</div>
@@ -68,19 +54,14 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroLogoBillboard
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
logoText="Tinka Teknoloji"
description="Your trusted partner for reliable computer, mobile phone, and CCTV repair & installation services. We bring technology back to life."
buttons={[
{
text: "Get a Free Quote",
href: "#contact",
},
text: "Get a Free Quote", href: "#contact"},
{
text: "View All Services",
href: "#services",
},
text: "View All Services", href: "#services"},
]}
imageSrc="http://img.b2bpic.net/free-photo/smartphone-is-connected-laptop-via-usb-cable_169016-15155.jpg"
imageAlt="Tinka Teknoloji repair services with computer, mobile phone, and CCTV components"
@@ -96,17 +77,11 @@ export default function LandingPage() {
description="At Tinka Teknoloji, we are dedicated to providing fast, reliable, and professional technology repair and installation services. With years of experience, our certified technicians ensure your devices and security systems are in expert hands. We use only high-quality parts and the latest diagnostic tools to guarantee lasting solutions."
bulletPoints={[
{
title: "Expert Technicians",
description: "Our team comprises highly skilled and certified professionals.",
},
title: "Expert Technicians", description: "Our team comprises highly skilled and certified professionals."},
{
title: "Quality Service",
description: "We use premium parts and advanced techniques for every repair.",
},
title: "Quality Service", description: "We use premium parts and advanced techniques for every repair."},
{
title: "Customer Satisfaction",
description: "Your trust and satisfaction are our top priorities.",
},
title: "Customer Satisfaction", description: "Your trust and satisfaction are our top priorities."},
]}
imageSrc="http://img.b2bpic.net/free-photo/handsome-young-man-live-streaming-tech-tutorial-with-smartphone-computer-technician-recording-video-his-followers-showing-hard-drive_662251-198.jpg"
imageAlt="Technician repairing a computer motherboard at Tinka Teknoloji"
@@ -120,23 +95,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Computer Repair",
description: "Professional diagnostics, hardware repair, software troubleshooting, virus removal, and upgrades for all desktop and laptop brands.",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-soldering-computer-circuit-wooden-desk_23-2147922188.jpg",
imageAlt: "Hand repairing a laptop keyboard",
},
title: "Computer Repair", description: "Professional diagnostics, hardware repair, software troubleshooting, virus removal, and upgrades for all desktop and laptop brands.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-soldering-computer-circuit-wooden-desk_23-2147922188.jpg", imageAlt: "Hand repairing a laptop keyboard"},
{
title: "Mobile Phone Repair",
description: "Screen replacement, battery repair, charging port fixes, and water damage restoration for all smartphone models, including iPhone and Android.",
imageSrc: "http://img.b2bpic.net/free-photo/close-view-micro-driver-with-small-screw-it-dissasembling-broken-phone-process_346278-1190.jpg",
imageAlt: "Cracked smartphone screen being repaired",
},
title: "Mobile Phone Repair", description: "Screen replacement, battery repair, charging port fixes, and water damage restoration for all smartphone models, including iPhone and Android.", imageSrc: "http://img.b2bpic.net/free-photo/close-view-micro-driver-with-small-screw-it-dissasembling-broken-phone-process_346278-1190.jpg", imageAlt: "Cracked smartphone screen being repaired"},
{
title: "CCTV Installation & Repair",
description: "Expert installation of security cameras for homes and businesses, system maintenance, and repair of existing CCTV setups for optimal safety.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-doing-arts-crafts_23-2151575667.jpg",
imageAlt: "Modern CCTV camera on a wall with security feeds",
},
title: "CCTV Installation & Repair", description: "Expert installation of security cameras for homes and businesses, system maintenance, and repair of existing CCTV setups for optimal safety.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-doing-arts-crafts_23-2151575667.jpg", imageAlt: "Modern CCTV camera on a wall with security feeds"},
]}
title="Our Specialized Services"
description="From hardware diagnostics to comprehensive security solutions, Tinka Teknoloji offers a wide range of services to meet your needs."
@@ -150,39 +113,16 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
id: "basic_repair",
badge: "Standard",
price: "Starting at $50",
subtitle: "Essential repairs and diagnostics.",
features: [
"Basic diagnostics",
"Software troubleshooting",
"Minor component replacement (cost of part extra)",
],
id: "basic_repair", badge: "Standard", price: "Starting at $50", subtitle: "Essential repairs and diagnostics.", features: [
"Basic diagnostics", "Software troubleshooting", "Minor component replacement (cost of part extra)"],
},
{
id: "premium_repair",
badge: "Popular",
price: "Starting at $100",
subtitle: "Comprehensive service for complex issues.",
features: [
"Advanced diagnostics",
"Hardware repair & replacement",
"Data recovery (basic)",
"Virus removal",
],
id: "premium_repair", badge: "Popular", price: "Starting at $100", subtitle: "Comprehensive service for complex issues.", features: [
"Advanced diagnostics", "Hardware repair & replacement", "Data recovery (basic)", "Virus removal"],
},
{
id: "cctv_install",
badge: "Security",
price: "Custom Quote",
subtitle: "Tailored CCTV installation solutions.",
features: [
"On-site consultation",
"System design & setup",
"Professional installation",
"Post-installation support",
],
id: "cctv_install", badge: "Security", price: "Custom Quote", subtitle: "Tailored CCTV installation solutions.", features: [
"On-site consultation", "System design & setup", "Professional installation", "Post-installation support"],
},
]}
title="Transparent Pricing for Our Services"
@@ -192,38 +132,21 @@ export default function LandingPage() {
<div id="metrics" data-section="metrics">
<MetricCardSeven
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{
id: "repairs",
value: "5000+",
title: "Devices Repaired",
items: [
"Computers",
"Mobile Phones",
"Tablets",
],
id: "repairs", value: "5000+", title: "Devices Repaired", items: [
"Computers", "Mobile Phones", "Tablets"],
},
{
id: "cctv_systems",
value: "200+",
title: "CCTV Systems Installed",
items: [
"Home Security",
"Business Surveillance",
"Custom Solutions",
],
id: "cctv_systems", value: "200+", title: "CCTV Systems Installed", items: [
"Home Security", "Business Surveillance", "Custom Solutions"],
},
{
id: "experience",
value: "10+",
title: "Years of Experience",
items: [
"Certified Technicians",
"Latest Tools",
"Industry Expertise",
],
id: "experience", value: "10+", title: "Years of Experience", items: [
"Certified Technicians", "Latest Tools", "Industry Expertise"],
},
]}
title="Our Impact & Achievements"
@@ -238,50 +161,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Elif Yılmaz",
handle: "@ElifTech",
testimonial: "My laptop was dead, but Tinka Teknoloji brought it back to life! Fast, efficient, and very professional service. Highly recommended!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg",
imageAlt: "Elif Yılmaz avatar",
},
id: "1", name: "Elif Yılmaz", handle: "@ElifTech", testimonial: "My laptop was dead, but Tinka Teknoloji brought it back to life! Fast, efficient, and very professional service. Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", imageAlt: "Elif Yılmaz avatar"},
{
id: "2",
name: "Can Demir",
handle: "@CanFixes",
testimonial: "Broken phone screen replaced perfectly in just a few hours. The team was friendly and the price was fair. Excellent work!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-style-character_23-2151034122.jpg",
imageAlt: "Can Demir avatar",
},
id: "2", name: "Can Demir", handle: "@CanFixes", testimonial: "Broken phone screen replaced perfectly in just a few hours. The team was friendly and the price was fair. Excellent work!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-style-character_23-2151034122.jpg", imageAlt: "Can Demir avatar"},
{
id: "3",
name: "Zeynep Kaya",
handle: "@ZeynepSecure",
testimonial: "Tinka Teknoloji installed our CCTV system, and we feel much safer now. The installation was seamless, and they explained everything clearly.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-shirt-holding-tablet_273609-15223.jpg",
imageAlt: "Zeynep Kaya avatar",
},
id: "3", name: "Zeynep Kaya", handle: "@ZeynepSecure", testimonial: "Tinka Teknoloji installed our CCTV system, and we feel much safer now. The installation was seamless, and they explained everything clearly.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-shirt-holding-tablet_273609-15223.jpg", imageAlt: "Zeynep Kaya avatar"},
{
id: "4",
name: "Mert Aksoy",
handle: "@MertCode",
testimonial: "Fastest computer repair I've ever had! My PC is running like new. These guys really know their stuff. Top-notch service!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/headshot-fashionable-young-man-with-laptop-computer-using-high-speed-internet-connection-lunch-cozy-cafe-interior_273609-1945.jpg",
imageAlt: "Mert Aksoy avatar",
},
id: "4", name: "Mert Aksoy", handle: "@MertCode", testimonial: "Fastest computer repair I've ever had! My PC is running like new. These guys really know their stuff. Top-notch service!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/headshot-fashionable-young-man-with-laptop-computer-using-high-speed-internet-connection-lunch-cozy-cafe-interior_273609-1945.jpg", imageAlt: "Mert Aksoy avatar"},
{
id: "5",
name: "Ayşe Polat",
handle: "@AyseMobile",
testimonial: "My phone had water damage, and I thought it was gone for good. Tinka Teknoloji saved it! Amazing recovery service.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-enthusiastic-lively-hipster-guy-with-afro-haircut-agree-with-something-show-thum_1258-112202.jpg",
imageAlt: "Ayşe Polat avatar",
},
id: "5", name: "Ayşe Polat", handle: "@AyseMobile", testimonial: "My phone had water damage, and I thought it was gone for good. Tinka Teknoloji saved it! Amazing recovery service.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-enthusiastic-lively-hipster-guy-with-afro-haircut-agree-with-something-show-thum_1258-112202.jpg", imageAlt: "Ayşe Polat avatar"},
]}
showRating={true}
title="What Our Clients Say"
@@ -294,30 +187,15 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "What types of computer repairs do you offer?",
content: "We offer a full range of computer repair services, including hardware diagnostics, component replacement (e.g., hard drives, RAM, motherboards), software troubleshooting, operating system reinstallation, virus removal, and performance optimization for both desktops and laptops.",
},
id: "q1", title: "What types of computer repairs do you offer?", content: "We offer a full range of computer repair services, including hardware diagnostics, component replacement (e.g., hard drives, RAM, motherboards), software troubleshooting, operating system reinstallation, virus removal, and performance optimization for both desktops and laptops."},
{
id: "q2",
title: "How long does a typical mobile phone repair take?",
content: "Most common mobile phone repairs, such as screen replacements or battery changes, can be completed within 1-2 hours. More complex issues, like water damage or motherboard repair, may require more time. We provide an estimated completion time upon diagnosis.",
},
id: "q2", title: "How long does a typical mobile phone repair take?", content: "Most common mobile phone repairs, such as screen replacements or battery changes, can be completed within 1-2 hours. More complex issues, like water damage or motherboard repair, may require more time. We provide an estimated completion time upon diagnosis."},
{
id: "q3",
title: "Do you provide a warranty on your repairs?",
content: "Yes, we stand by the quality of our work. All repairs performed by Tinka Teknoloji come with a standard warranty on both parts and labor. The specific duration varies by service and component, and you will be informed about it before the repair.",
},
id: "q3", title: "Do you provide a warranty on your repairs?", content: "Yes, we stand by the quality of our work. All repairs performed by Tinka Teknoloji come with a standard warranty on both parts and labor. The specific duration varies by service and component, and you will be informed about it before the repair."},
{
id: "q4",
title: "Can you install CCTV systems for both homes and businesses?",
content: "Absolutely. We specialize in custom CCTV installation for both residential and commercial properties. Our team can design and implement a security camera system tailored to your specific needs, ensuring optimal coverage and peace of mind.",
},
id: "q4", title: "Can you install CCTV systems for both homes and businesses?", content: "Absolutely. We specialize in custom CCTV installation for both residential and commercial properties. Our team can design and implement a security camera system tailored to your specific needs, ensuring optimal coverage and peace of mind."},
{
id: "q5",
title: "What if my device is beyond repair?",
content: "In cases where a device is deemed irreparable or the cost of repair exceeds its value, we will inform you upfront. We can also provide advice on data recovery options and recommendations for new devices, helping you make an informed decision.",
},
id: "q5", title: "What if my device is beyond repair?", content: "In cases where a device is deemed irreparable or the cost of repair exceeds its value, we will inform you upfront. We can also provide advice on data recovery options and recommendations for new devices, helping you make an informed decision."},
]}
sideTitle="Frequently Asked Questions"
sideDescription="Find quick answers to common questions about our services, repair processes, and guarantees."
@@ -330,18 +208,13 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
text="Ready to get your devices fixed or enhance your security? Contact us today for a consultation or a free quote!"
buttons={[
{
text: "Call Us Now",
href: "tel:+905551234567",
},
text: "Call Us Now", href: "tel:+905551234567"},
{
text: "Send an Email",
href: "mailto:info@tinkateknoloji.com",
},
text: "Send an Email", href: "mailto:info@tinkateknoloji.com"},
]}
/>
</div>
@@ -353,62 +226,37 @@ export default function LandingPage() {
logoText="Tinka Teknoloji"
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Computer Repair",
href: "#services",
},
label: "Computer Repair", href: "#services"},
{
label: "Mobile Phone Repair",
href: "#services",
},
label: "Mobile Phone Repair", href: "#services"},
{
label: "CCTV Installation",
href: "#services",
},
label: "CCTV Installation", href: "#services"},
{
label: "Diagnostics",
href: "#services",
},
label: "Diagnostics", href: "#services"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Pricing",
href: "#pricing",
},
label: "Pricing", href: "#pricing"},
{
label: "Testimonials",
href: "#testimonials",
},
label: "Testimonials", href: "#testimonials"},
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "Get a Quote",
href: "#contact",
},
label: "Get a Quote", href: "#contact"},
{
label: "Support",
href: "#contact",
},
label: "Support", href: "#contact"},
{
label: "Schedule Service",
href: "#contact",
},
label: "Schedule Service", href: "#contact"},
],
},
]}