Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
388
src/app/page.tsx
388
src/app/page.tsx
@@ -33,29 +33,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "#why-us",
|
||||
},
|
||||
name: "Why Us", id: "#why-us"},
|
||||
{
|
||||
name: "Repairs",
|
||||
id: "#popular-repairs",
|
||||
},
|
||||
name: "Repairs", id: "#popular-repairs"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "Reviews", id: "#reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/gradient-mobile-store-logo-template_23-2149709623.jpg"
|
||||
logoAlt="DANY INFORMATICA Logo"
|
||||
@@ -69,85 +57,45 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
title="Fast & Reliable Phone Repair in Torrejón de Ardoz"
|
||||
description="Your trusted local shop for expert phone and tech repairs, money transfers, and photocopies. Quality service, affordable prices, and friendly staff."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Maria G.",
|
||||
handle: "@mariag_fix",
|
||||
testimonial: "Screen replacement under 1 hour! Unbelievable speed and quality. My phone is like new. Highly recommend DANY INFORMATICA!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg",
|
||||
imageAlt: "Maria G.",
|
||||
},
|
||||
name: "Maria G.", handle: "@mariag_fix", testimonial: "Screen replacement under 1 hour! Unbelievable speed and quality. My phone is like new. Highly recommend DANY INFORMATICA!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg", imageAlt: "Maria G."},
|
||||
{
|
||||
name: "Juan R.",
|
||||
handle: "@juanr_tech",
|
||||
testimonial: "Fantastic service and cheap prices. The staff were super friendly and explained everything clearly. Best repair shop in Torrejón!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg",
|
||||
imageAlt: "Juan R.",
|
||||
},
|
||||
name: "Juan R.", handle: "@juanr_tech", testimonial: "Fantastic service and cheap prices. The staff were super friendly and explained everything clearly. Best repair shop in Torrejón!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg", imageAlt: "Juan R."},
|
||||
{
|
||||
name: "Ana S.",
|
||||
handle: "@anas_digital",
|
||||
testimonial: "Needed a quick photocopy and money transfer. Fast, efficient, and very welcoming. A true local gem for all tech needs!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg",
|
||||
imageAlt: "Ana S.",
|
||||
},
|
||||
name: "Ana S.", handle: "@anas_digital", testimonial: "Needed a quick photocopy and money transfer. Fast, efficient, and very welcoming. A true local gem for all tech needs!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg", imageAlt: "Ana S."},
|
||||
{
|
||||
name: "Elena M.",
|
||||
handle: "@elenam_reviews",
|
||||
testimonial: "They fixed my laptop's charging port in record time! Professional service and very transparent pricing. I'm a happy customer!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-woman-holding-blank-screen-mobile-phone-while-standing-showing-ok-gesture-isolated-white-background_231208-1833.jpg",
|
||||
imageAlt: "Elena M.",
|
||||
},
|
||||
name: "Elena M.", handle: "@elenam_reviews", testimonial: "They fixed my laptop's charging port in record time! Professional service and very transparent pricing. I'm a happy customer!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-woman-holding-blank-screen-mobile-phone-while-standing-showing-ok-gesture-isolated-white-background_231208-1833.jpg", imageAlt: "Elena M."},
|
||||
{
|
||||
name: "David P.",
|
||||
handle: "@davidp_tech",
|
||||
testimonial: "Excellent service for data recovery from my old hard drive. Saved all my precious files! Highly competent and trustworthy.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-eats-sushi-sitting-grass-park_169016-21333.jpg",
|
||||
imageAlt: "David P.",
|
||||
},
|
||||
name: "David P.", handle: "@davidp_tech", testimonial: "Excellent service for data recovery from my old hard drive. Saved all my precious files! Highly competent and trustworthy.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-eats-sushi-sitting-grass-park_169016-21333.jpg", imageAlt: "David P."},
|
||||
]}
|
||||
tag="Trusted Local Experts"
|
||||
tagIcon={ShieldCheck}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Estimate", href: "#contact"},
|
||||
{
|
||||
text: "View Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "View Our Services", href: "#services"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-work_23-2149304146.jpg",
|
||||
alt: "User 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-work_23-2149304146.jpg", alt: "User 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/senior-man-wearing-white-shirt-pink-bowtie_273609-22320.jpg",
|
||||
alt: "User 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/senior-man-wearing-white-shirt-pink-bowtie_273609-22320.jpg", alt: "User 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/computer-scientist-server-farm-ensuring-compliance-with-industry-standards_482257-123806.jpg",
|
||||
alt: "User 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/computer-scientist-server-farm-ensuring-compliance-with-industry-standards_482257-123806.jpg", alt: "User 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pensive-african-rastafarian-male-wearing-blue-shirt-beanie-studio-portrait-blue-background_613910-11544.jpg",
|
||||
alt: "User 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pensive-african-rastafarian-male-wearing-blue-shirt-beanie-studio-portrait-blue-background_613910-11544.jpg", alt: "User 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-male-shirt_176474-46413.jpg",
|
||||
alt: "User 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-male-shirt_176474-46413.jpg", alt: "User 5"},
|
||||
]}
|
||||
avatarText="Join our community of happy customers!"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-character-emerging-from-smartphone_23-2151336554.jpg"
|
||||
@@ -155,31 +103,19 @@ export default function LandingPage() {
|
||||
mediaAnimation="blur-reveal"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Rapid Repairs",
|
||||
type: "text", text: "Rapid Repairs"},
|
||||
{
|
||||
type: "text-icon", text: "Quality Parts", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Quality Parts",
|
||||
icon: CheckCircle,
|
||||
type: "text", text: "Friendly Service"},
|
||||
{
|
||||
type: "text-icon", text: "Fast Turnaround", icon: Zap,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Friendly Service",
|
||||
},
|
||||
type: "text", text: "Affordable Prices"},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fast Turnaround",
|
||||
icon: Zap,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Affordable Prices",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Secure Transactions",
|
||||
icon: CreditCard,
|
||||
type: "text-icon", text: "Secure Transactions", icon: CreditCard,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -192,29 +128,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Rapid Screen Replacements",
|
||||
description: "Most screen repairs completed in under 1 hour, using high-quality parts for a flawless finish. Fast, reliable, and convenient.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-icon-front-side-with-white-background_187299-39977.jpg",
|
||||
imageAlt: "Screen Replacement Icon",
|
||||
},
|
||||
title: "Rapid Screen Replacements", description: "Most screen repairs completed in under 1 hour, using high-quality parts for a flawless finish. Fast, reliable, and convenient.", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-icon-front-side-with-white-background_187299-39977.jpg", imageAlt: "Screen Replacement Icon"},
|
||||
{
|
||||
title: "Expert Phone Repair",
|
||||
description: "Comprehensive diagnostics and repair for all major smartphone brands. From battery issues to software glitches, we've got you covered.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-character-emerging-from-smartphone_23-2151336628.jpg",
|
||||
imageAlt: "Phone Repair Icon",
|
||||
},
|
||||
title: "Expert Phone Repair", description: "Comprehensive diagnostics and repair for all major smartphone brands. From battery issues to software glitches, we've got you covered.", imageSrc: "http://img.b2bpic.net/free-photo/3d-character-emerging-from-smartphone_23-2151336628.jpg", imageAlt: "Phone Repair Icon"},
|
||||
{
|
||||
title: "Secure Money Transfers",
|
||||
description: "Send and receive money safely and quickly with our reliable money transfer services. Convenient and low fees.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/battery-full-sign-right-side-with-white-background_187299-39725.jpg",
|
||||
imageAlt: "Money Transfer Icon",
|
||||
},
|
||||
title: "Secure Money Transfers", description: "Send and receive money safely and quickly with our reliable money transfer services. Convenient and low fees.", imageSrc: "http://img.b2bpic.net/free-photo/battery-full-sign-right-side-with-white-background_187299-39725.jpg", imageAlt: "Money Transfer Icon"},
|
||||
{
|
||||
title: "Fast Photocopy Services",
|
||||
description: "High-quality document copying services for all your personal and business needs. Black & white or color, single-sided or double-sided.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-printing-house-logo-design-template_23-2149857386.jpg",
|
||||
imageAlt: "Photocopy Icon",
|
||||
},
|
||||
title: "Fast Photocopy Services", description: "High-quality document copying services for all your personal and business needs. Black & white or color, single-sided or double-sided.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-printing-house-logo-design-template_23-2149857386.jpg", imageAlt: "Photocopy Icon"},
|
||||
]}
|
||||
title="Comprehensive Tech Services"
|
||||
description="From cracked screens to complex diagnostics, DANY INFORMATICA provides a full range of services with speed and precision, right here in Torrejón de Ardoz."
|
||||
@@ -231,32 +151,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1",
|
||||
value: "<1hr",
|
||||
title: "Screen Repairs",
|
||||
description: "Most screen replacements completed on-site, getting you back to your life faster.",
|
||||
icon: Gauge,
|
||||
id: "metric-1", value: "<1hr", title: "Screen Repairs", description: "Most screen replacements completed on-site, getting you back to your life faster.", icon: Gauge,
|
||||
},
|
||||
{
|
||||
id: "metric-2",
|
||||
value: "Top Quality",
|
||||
title: "Parts & Service",
|
||||
description: "We use only premium parts and employ expert technicians for reliable, lasting repairs.",
|
||||
icon: CheckCircle,
|
||||
id: "metric-2", value: "Top Quality", title: "Parts & Service", description: "We use only premium parts and employ expert technicians for reliable, lasting repairs.", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "metric-3",
|
||||
value: "Affordable",
|
||||
title: "Pricing",
|
||||
description: "Quality service shouldn't break the bank. Get the best rates in Torrejón de Ardoz.",
|
||||
icon: Tag,
|
||||
id: "metric-3", value: "Affordable", title: "Pricing", description: "Quality service shouldn't break the bank. Get the best rates in Torrejón de Ardoz.", icon: Tag,
|
||||
},
|
||||
{
|
||||
id: "metric-4",
|
||||
value: "5 Stars",
|
||||
title: "Friendly Staff",
|
||||
description: "Our team is known for being approachable, helpful, and always happy to assist you.",
|
||||
icon: Smile,
|
||||
id: "metric-4", value: "5 Stars", title: "Friendly Staff", description: "Our team is known for being approachable, helpful, and always happy to assist you.", icon: Smile,
|
||||
},
|
||||
]}
|
||||
title="Why Choose Dany Informatica?"
|
||||
@@ -271,24 +175,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Your Local Partner for ",
|
||||
type: "text", content: "Your Local Partner for "},
|
||||
{
|
||||
type: "text", content: "Digital Solutions"
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: "Digital Solutions",
|
||||
className: "text-primary-cta",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: " and Reliable Repairs.",
|
||||
},
|
||||
type: "text", content: " and Reliable Repairs."},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Find Us",
|
||||
href: "https://maps.google.com/?q=Dany+Informatica+Torrej%C3%B3n+de+Ardoz",
|
||||
},
|
||||
text: "Find Us", href: "https://maps.google.com/?q=Dany+Informatica+Torrej%C3%B3n+de+Ardoz"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-repairing-computer-chips_23-2150880966.jpg"
|
||||
imageAlt="Interior of DANY INFORMATICA repair shop with friendly staff"
|
||||
@@ -303,65 +199,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p-1",
|
||||
brand: "iPhone",
|
||||
name: "Screen Replacement",
|
||||
price: "From €89",
|
||||
rating: 5,
|
||||
reviewCount: "120 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technician-holding-smart-phone-going-remove-air-bubbles-tempered-glass-fixed-gadget_343059-493.jpg",
|
||||
imageAlt: "iPhone Screen Replacement",
|
||||
},
|
||||
id: "p-1", brand: "iPhone", name: "Screen Replacement", price: "From €89", rating: 5,
|
||||
reviewCount: "120 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/technician-holding-smart-phone-going-remove-air-bubbles-tempered-glass-fixed-gadget_343059-493.jpg", imageAlt: "iPhone Screen Replacement"},
|
||||
{
|
||||
id: "p-2",
|
||||
brand: "Samsung Galaxy",
|
||||
name: "Battery Replacement",
|
||||
price: "From €59",
|
||||
rating: 4,
|
||||
reviewCount: "85 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-s-hands-repairing-printed-circuit-board-disassembled-faulty-mobile-phone-his-workplace-holding-electronic-component-with-tweezers-using-soldering-iron_343059-501.jpg",
|
||||
imageAlt: "Samsung Galaxy Battery Fix",
|
||||
},
|
||||
id: "p-2", brand: "Samsung Galaxy", name: "Battery Replacement", price: "From €59", rating: 4,
|
||||
reviewCount: "85 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/man-s-hands-repairing-printed-circuit-board-disassembled-faulty-mobile-phone-his-workplace-holding-electronic-component-with-tweezers-using-soldering-iron_343059-501.jpg", imageAlt: "Samsung Galaxy Battery Fix"},
|
||||
{
|
||||
id: "p-3",
|
||||
brand: "Laptop",
|
||||
name: "Diagnostic & Cleaning",
|
||||
price: "From €45",
|
||||
rating: 5,
|
||||
reviewCount: "60 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-student-doing-homework_1098-21489.jpg",
|
||||
imageAlt: "Laptop Diagnostic & Cleaning",
|
||||
},
|
||||
id: "p-3", brand: "Laptop", name: "Diagnostic & Cleaning", price: "From €45", rating: 5,
|
||||
reviewCount: "60 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/female-student-doing-homework_1098-21489.jpg", imageAlt: "Laptop Diagnostic & Cleaning"},
|
||||
{
|
||||
id: "p-4",
|
||||
brand: "Data Recovery",
|
||||
name: "Service",
|
||||
price: "Custom Quote",
|
||||
rating: 5,
|
||||
reviewCount: "45 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hard-drive-components-blue-light_23-2149417059.jpg",
|
||||
imageAlt: "Data Recovery Service",
|
||||
},
|
||||
id: "p-4", brand: "Data Recovery", name: "Service", price: "Custom Quote", rating: 5,
|
||||
reviewCount: "45 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hard-drive-components-blue-light_23-2149417059.jpg", imageAlt: "Data Recovery Service"},
|
||||
{
|
||||
id: "p-5",
|
||||
brand: "All Brands",
|
||||
name: "Charging Port Repair",
|
||||
price: "From €35",
|
||||
rating: 4,
|
||||
reviewCount: "70 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-with-air-pusher-tonometer_23-2147767731.jpg",
|
||||
imageAlt: "Charging Port Repair",
|
||||
},
|
||||
id: "p-5", brand: "All Brands", name: "Charging Port Repair", price: "From €35", rating: 4,
|
||||
reviewCount: "70 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/hand-with-air-pusher-tonometer_23-2147767731.jpg", imageAlt: "Charging Port Repair"},
|
||||
{
|
||||
id: "p-6",
|
||||
brand: "Water Damage",
|
||||
name: "Restoration",
|
||||
price: "Custom Quote",
|
||||
rating: 4,
|
||||
reviewCount: "30 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/destruction-smartphones-ilustrated_23-2151500040.jpg",
|
||||
imageAlt: "Water Damage Restoration",
|
||||
},
|
||||
id: "p-6", brand: "Water Damage", name: "Restoration", price: "Custom Quote", rating: 4,
|
||||
reviewCount: "30 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/destruction-smartphones-ilustrated_23-2151500040.jpg", imageAlt: "Water Damage Restoration"},
|
||||
]}
|
||||
title="Popular Repair Solutions"
|
||||
description="Some of our most frequently requested and expertly handled repairs, designed to get your devices back in top condition."
|
||||
@@ -377,53 +231,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t-1",
|
||||
name: "Isabel P.",
|
||||
handle: "Local Resident",
|
||||
testimonial: "My phone's screen was completely shattered, and DANY INFORMATICA fixed it in less than an hour! The price was also incredibly fair. Highly, highly recommend them for any repair.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg",
|
||||
imageAlt: "Isabel P.",
|
||||
},
|
||||
id: "t-1", name: "Isabel P.", handle: "Local Resident", testimonial: "My phone's screen was completely shattered, and DANY INFORMATICA fixed it in less than an hour! The price was also incredibly fair. Highly, highly recommend them for any repair.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg", imageAlt: "Isabel P."},
|
||||
{
|
||||
id: "t-2",
|
||||
name: "Carlos M.",
|
||||
handle: "Small Business Owner",
|
||||
testimonial: "I use DANY INFORMATICA for all my business's photocopy needs and occasional money transfers. Always fast, reliable, and the staff are incredibly friendly. A pleasure to deal with!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/impressed-girl-admiring-great-music-taste-friend-showing-thumbs-up-smiling-excited-astonished-expressing-like-positive-feedback-approving-supporting-plan-purple-background_1258-81644.jpg",
|
||||
imageAlt: "Carlos M.",
|
||||
},
|
||||
id: "t-2", name: "Carlos M.", handle: "Small Business Owner", testimonial: "I use DANY INFORMATICA for all my business's photocopy needs and occasional money transfers. Always fast, reliable, and the staff are incredibly friendly. A pleasure to deal with!", imageSrc: "http://img.b2bpic.net/free-photo/impressed-girl-admiring-great-music-taste-friend-showing-thumbs-up-smiling-excited-astonished-expressing-like-positive-feedback-approving-supporting-plan-purple-background_1258-81644.jpg", imageAlt: "Carlos M."},
|
||||
{
|
||||
id: "t-3",
|
||||
name: "Lucia F.",
|
||||
handle: "Student",
|
||||
testimonial: "I dropped my laptop and thought it was gone forever. DANY INFORMATICA not only fixed it perfectly but also gave me a great student discount. Life savers!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-man-working-late-his-home-office_329181-17558.jpg",
|
||||
imageAlt: "Lucia F.",
|
||||
},
|
||||
id: "t-3", name: "Lucia F.", handle: "Student", testimonial: "I dropped my laptop and thought it was gone forever. DANY INFORMATICA not only fixed it perfectly but also gave me a great student discount. Life savers!", imageSrc: "http://img.b2bpic.net/free-photo/focused-man-working-late-his-home-office_329181-17558.jpg", imageAlt: "Lucia F."},
|
||||
{
|
||||
id: "t-4",
|
||||
name: "Ricardo B.",
|
||||
handle: "Tech Enthusiast",
|
||||
testimonial: "The technicians here are genuinely knowledgeable. They diagnosed a complex issue with my tablet quickly and repaired it flawlessly. True professionals with a friendly touch.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg",
|
||||
imageAlt: "Ricardo B.",
|
||||
},
|
||||
id: "t-4", name: "Ricardo B.", handle: "Tech Enthusiast", testimonial: "The technicians here are genuinely knowledgeable. They diagnosed a complex issue with my tablet quickly and repaired it flawlessly. True professionals with a friendly touch.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg", imageAlt: "Ricardo B."},
|
||||
{
|
||||
id: "t-5",
|
||||
name: "Elena V.",
|
||||
handle: "Community Member",
|
||||
testimonial: "Affordable prices and exceptional service. I always feel confident leaving my devices with DANY INFORMATICA. They truly care about their customers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-senior-man-with-laptop_23-2151128201.jpg",
|
||||
imageAlt: "Elena V.",
|
||||
},
|
||||
id: "t-5", name: "Elena V.", handle: "Community Member", testimonial: "Affordable prices and exceptional service. I always feel confident leaving my devices with DANY INFORMATICA. They truly care about their customers.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-senior-man-with-laptop_23-2151128201.jpg", imageAlt: "Elena V."},
|
||||
{
|
||||
id: "t-6",
|
||||
name: "Pablo R.",
|
||||
handle: "Family Man",
|
||||
testimonial: "My kids constantly break their phones, and DANY INFORMATICA is our go-to. They are quick, understand the urgency, and always deliver with a smile. Fantastic local business!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-man-holding-smart-phone_23-2147935571.jpg",
|
||||
imageAlt: "Pablo R.",
|
||||
},
|
||||
id: "t-6", name: "Pablo R.", handle: "Family Man", testimonial: "My kids constantly break their phones, and DANY INFORMATICA is our go-to. They are quick, understand the urgency, and always deliver with a smile. Fantastic local business!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-man-holding-smart-phone_23-2147935571.jpg", imageAlt: "Pablo R."},
|
||||
]}
|
||||
title="Hear From Our Happy Customers"
|
||||
description="Don't just take our word for it—see what the Torrejón community says about the friendly, fast, and affordable service at DANY INFORMATICA."
|
||||
@@ -438,25 +256,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "How long do most screen replacements take?",
|
||||
content: "Most common screen replacements are completed in under 1 hour, allowing you to get your device back quickly. We recommend calling ahead for specific model availability.",
|
||||
},
|
||||
id: "faq-1", title: "How long do most screen replacements take?", content: "Most common screen replacements are completed in under 1 hour, allowing you to get your device back quickly. We recommend calling ahead for specific model availability."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "What types of devices do you repair?",
|
||||
content: "We specialize in smartphones (iPhone, Samsung, etc.), tablets, and laptops. Our expert technicians can handle a wide range of brands and models.",
|
||||
},
|
||||
id: "faq-2", title: "What types of devices do you repair?", content: "We specialize in smartphones (iPhone, Samsung, etc.), tablets, and laptops. Our expert technicians can handle a wide range of brands and models."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Do you offer a warranty on repairs?",
|
||||
content: "Yes, all our repairs come with a standard warranty on parts and labor. We stand by the quality of our work and the components we use.",
|
||||
},
|
||||
id: "faq-3", title: "Do you offer a warranty on repairs?", content: "Yes, all our repairs come with a standard warranty on parts and labor. We stand by the quality of our work and the components we use."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Can I get a quote before committing to a repair?",
|
||||
content: "Absolutely! We offer free diagnostics and no-obligation estimates for all repairs. Just bring in your device, and we'll provide a transparent quote.",
|
||||
},
|
||||
id: "faq-4", title: "Can I get a quote before committing to a repair?", content: "Absolutely! We offer free diagnostics and no-obligation estimates for all repairs. Just bring in your device, and we'll provide a transparent quote."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/frequently-asked-questions-solution-concept_53876-125171.jpg"
|
||||
imageAlt="Customer support agent helping with tech repair questions"
|
||||
@@ -473,18 +279,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Ready for a fast, friendly repair or need other services? Visit us in Torrejón de Ardoz or get in touch today!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us Now",
|
||||
href: "tel:+34916773344",
|
||||
},
|
||||
text: "Call Us Now", href: "tel:+34916773344"},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com/?q=Dany+Informatica+Torrej%C3%B3n+de+Ardoz",
|
||||
},
|
||||
text: "Get Directions", href: "https://maps.google.com/?q=Dany+Informatica+Torrej%C3%B3n+de+Ardoz"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -494,58 +295,35 @@ export default function LandingPage() {
|
||||
logoText="DANY INFORMATICA"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Phone Repair",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Phone Repair", href: "#services"},
|
||||
{
|
||||
label: "Screen Replacement",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Screen Replacement", href: "#services"},
|
||||
{
|
||||
label: "Money Transfer",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Money Transfer", href: "#services"},
|
||||
{
|
||||
label: "Photocopies",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Photocopies", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about-us",
|
||||
},
|
||||
label: "About Us", href: "#about-us"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Reviews", href: "#reviews"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Location",
|
||||
href: "https://maps.google.com/?q=Dany+Informatica+Torrej%C3%B3n+de+Ardoz",
|
||||
},
|
||||
label: "Location", href: "https://maps.google.com/?q=Dany+Informatica+Torrej%C3%B3n+de+Ardoz"},
|
||||
{
|
||||
label: "Phone",
|
||||
href: "tel:+34916773344",
|
||||
},
|
||||
label: "Phone", href: "tel:+34916773344"},
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:info@danyinformatica.com",
|
||||
},
|
||||
label: "Email", href: "mailto:info@danyinformatica.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user