Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-10 15:04:45 +00:00
2 changed files with 80 additions and 263 deletions

View File

@@ -25,33 +25,21 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "Services", name: "Services", id: "/services"},
id: "/services",
},
{ {
name: "FAQ", name: "FAQ", id: "/faq"},
id: "/faq",
},
{ {
name: "Blog", name: "Blog", id: "/blog"},
id: "/blog",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
logoSrc="http://img.b2bpic.net/free-vector/flat-design-mechanical-engineering-logo_23-2150028712.jpg" logoSrc="http://img.b2bpic.net/free-vector/flat-design-mechanical-engineering-logo_23-2150028712.jpg"
logoAlt="Tech Guru Logo" logoAlt="Tech Guru Logo"
brandName="Tech Guru Technical Services Co" brandName="Tech Guru Technical Services Co"
button={{ button={{
text: "Book a Repair", text: "Book a Repair", href: "/contact#appointment-form"}}
href: "/contact#appointment-form",
}}
/> />
</div> </div>
@@ -59,13 +47,11 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
text="Get in Touch with Tech Guru Technical Services Co. \n\nFill out the form below to book a repair or inquire about our services. Our team will contact you shortly to confirm your appointment. \n\n**Name:** [Input Field]\n**Phone:** [Input Field]\n**Email:** [Input Field]\n**Location:** [Input Field]\n**Service Required:** [Dropdown/Input]\n**Preferred Date:** [Date Picker]\n**Preferred Time:** [Time Picker]\n**Message:** [Textarea]\n\n**Thank you. Our technician will contact you shortly.**" text="Get in Touch with Tech Guru Technical Services Co. \n\nFill out the form below to book a repair or inquire about our services. Our team will contact you shortly to confirm your appointment. \n\n**Name:** [Input Field]\n**Phone:** [Input Field]\n**Email:** [Input Field]\n**Location:** [Input Field]\n**Service Required:** [Dropdown/Input]\n**Preferred Date:** [Date Picker]\n**Preferred Time:** [Time Picker]\n**Message:** [Textarea]\n\n**Thank you. Our technician will contact you shortly.**"
buttons={[ buttons={[
{ {
text: "Submit Booking", text: "Submit Booking", onClick: () => console.log('Form submission simulated'),
onClick: "() => console.log('Form submission simulated')",
}, },
]} ]}
/> />
@@ -75,100 +61,65 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "animated-grid", variant: "animated-grid"}}
}}
text="Reach Us Anytime:\n\n**Phone:** +971 58 931 5357\n**Email:** info@techguruuae.com\n**Address:** Al Moosa Tower 2, Sheikh Zayed Road, Trade Center First, Dubai, UAE\n**Working Hours:** Open Daily, 8:00 AM 10:00 PM\n\n\n**Google Map Location:** [Embedded Map Placeholder]" text="Reach Us Anytime:\n\n**Phone:** +971 58 931 5357\n**Email:** info@techguruuae.com\n**Address:** Al Moosa Tower 2, Sheikh Zayed Road, Trade Center First, Dubai, UAE\n**Working Hours:** Open Daily, 8:00 AM 10:00 PM\n\n\n**Google Map Location:** [Embedded Map Placeholder]"
buttons={[ buttons={[
{ {
text: "Get Directions", text: "Get Directions", href: "https://www.google.com/maps/search/Al+Moosa+Tower+2,+Sheikh+Zayed+Road,+Dubai"},
href: "https://www.google.com/maps/search/Al+Moosa+Tower+2,+Sheikh+Zayed+Road,+Dubai",
},
{ {
text: "Call Us Directly", text: "Call Us Directly", href: "tel:+971589315357"},
href: "tel:+971589315357",
},
]} ]}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/holiday-shanghai-street-water-landmark-famous_1417-1178.jpg?_wi=5" imageSrc="http://img.b2bpic.net/free-photo/holiday-shanghai-street-water-landmark-famous_1417-1178.jpg"
imageAlt="Dubai City Skyline" imageAlt="Dubai City Skyline"
logoSrc="http://img.b2bpic.net/free-vector/gradient-cleaning-service-logo-template_23-2149221053.jpg" logoSrc="http://img.b2bpic.net/free-vector/gradient-cleaning-service-logo-template_23-2149221053.jpg"
logoAlt="Tech Guru Logo" logoAlt="Tech Guru Logo"
logoText="Tech Guru Technical Services Co" logoText="Tech Guru Technical Services Co"
columns={[ columns={[
{ {
title: "Quick Links", title: "Quick Links", items: [
items: [
{ {
label: "Home", label: "Home", href: "/"},
href: "/",
},
{ {
label: "About Us", label: "About Us", href: "/#about"},
href: "/#about",
},
{ {
label: "FAQs", label: "FAQs", href: "/faq"},
href: "/faq",
},
{ {
label: "Blog", label: "Blog", href: "/blog"},
href: "/blog",
},
], ],
}, },
{ {
title: "Services", title: "Services", items: [
items: [
{ {
label: "Washing Machine Repair", label: "Washing Machine Repair", href: "/services/washing-machine"},
href: "/services/washing-machine",
},
{ {
label: "Refrigerator Repair", label: "Refrigerator Repair", href: "/services/refrigerator"},
href: "/services/refrigerator",
},
{ {
label: "Dishwasher Repair", label: "Dishwasher Repair", href: "/services/dishwasher"},
href: "/services/dishwasher",
},
{ {
label: "View All Services", label: "View All Services", href: "/services"},
href: "/services",
},
], ],
}, },
{ {
title: "Contact Information", title: "Contact Information", items: [
items: [
{ {
label: "+971 58 931 5357", label: "+971 58 931 5357", href: "tel:+971589315357"},
href: "tel:+971589315357",
},
{ {
label: "info@techguruuae.com", label: "info@techguruuae.com", href: "mailto:info@techguruuae.com"},
href: "mailto:info@techguruuae.com",
},
{ {
label: "Al Moosa Tower 2, Dubai", label: "Al Moosa Tower 2, Dubai", href: "https://www.google.com/maps/search/Al+Moosa+Tower+2,+Sheikh+Zayed+Road,+Dubai"},
href: "https://www.google.com/maps/search/Al+Moosa+Tower+2,+Sheikh+Zayed+Road,+Dubai",
},
], ],
}, },
{ {
title: "Business Hours", title: "Business Hours", items: [
items: [
{ {
label: "Open Daily", label: "Open Daily", href: "#"},
href: "#",
},
{ {
label: "8:00 AM 10:00 PM", label: "8:00 AM 10:00 PM", href: "#"},
href: "#",
},
], ],
}, },
]} ]}

View File

@@ -30,41 +30,28 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "Services", name: "Services", id: "/services"},
id: "/services",
},
{ {
name: "FAQ", name: "FAQ", id: "/faq"},
id: "/faq",
},
{ {
name: "Blog", name: "Blog", id: "/blog"},
id: "/blog",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
logoSrc="http://img.b2bpic.net/free-vector/flat-design-mechanical-engineering-logo_23-2150028712.jpg" logoSrc="http://img.b2bpic.net/free-vector/flat-design-mechanical-engineering-logo_23-2150028712.jpg"
logoAlt="Tech Guru Logo" logoAlt="Tech Guru Logo"
brandName="Tech Guru Technical Services Co" brandName="Tech Guru Technical Services Co"
button={{ button={{
text: "Book a Repair", text: "Book a Repair", href: "/contact#appointment-form"}}
href: "/contact#appointment-form",
}}
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitDualMedia <HeroSplitDualMedia
background={{ background={{
variant: "rotated-rays-animated-grid", variant: "rotated-rays-animated-grid"}}
}}
title="Dubai's Trusted Home Appliance Repair Experts" title="Dubai's Trusted Home Appliance Repair Experts"
description="Fast, Affordable & Professional Appliance Repair Services Across Dubai. Same-Day Service by Experienced Technicians." description="Fast, Affordable & Professional Appliance Repair Services Across Dubai. Same-Day Service by Experienced Technicians."
tag="Appliance Repair Specialists" tag="Appliance Repair Specialists"
@@ -72,36 +59,16 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ {
text: "Book a Repair", text: "Book a Repair", href: "/contact#appointment-form"},
href: "/contact#appointment-form",
},
{ {
text: "Call Now", text: "Call Now", href: "tel:+971589315357"},
href: "tel:+971589315357",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176697.jpg", imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176697.jpg", imageAlt: "Technician repairing a washing machine"},
imageAlt: "Technician repairing a washing machine",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-illumination-kitchen-hood_259150-59260.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-illumination-kitchen-hood_259150-59260.jpg", imageAlt: "Technician repairing an oven"}
imageAlt: "Technician repairing an oven",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-with-tools-looking-closely-lamp-hand_259150-58241.jpg",
imageAlt: "Man with tools looking closely at lamp in hand",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg",
imageAlt: "Manufacturer teaching new employee how to shape wooden bowl on disc sander",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/working-day-two-indian-men-discussing-something-looking-involved_259150-59414.jpg",
imageAlt: "Working day. Two indian men discussing something and looking involved",
},
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
rating={4.6} rating={4.6}
@@ -116,21 +83,13 @@ export default function LandingPage() {
description="At Tech Guru, we pride ourselves on delivering exceptional appliance repair and home maintenance services across Dubai. Our expert technicians use quality parts for lasting solutions." description="At Tech Guru, we pride ourselves on delivering exceptional appliance repair and home maintenance services across Dubai. Our expert technicians use quality parts for lasting solutions."
metrics={[ metrics={[
{ {
value: "Same-Day", value: "Same-Day", title: "Service"},
title: "Service",
},
{ {
value: "15+", value: "15+", title: "Years Experience"},
title: "Years Experience",
},
{ {
value: "5000+", value: "5000+", title: "Happy Clients"},
title: "Happy Clients",
},
{ {
value: "24/7", value: "24/7", title: "Support"},
title: "Support",
},
]} ]}
tag="About Us" tag="About Us"
tagIcon={Award} tagIcon={Award}
@@ -146,35 +105,13 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"Samsung", "Samsung", "LG", "Bosch", "Siemens", "Whirlpool", "Hitachi", "Panasonic", "Daewoo", "Electrolux", "Ariston", "Miele", "AEG", "Beko", "Indesit", "Candy", "Teka", "Haier", "Sharp", "Hisense", "General Electric"]}
"LG",
"Bosch",
"Siemens",
"Whirlpool",
"Hitachi",
"Panasonic",
"Daewoo",
"Electrolux",
"Ariston",
"Miele",
"AEG",
"Beko",
"Indesit",
"Candy",
"Teka",
"Haier",
"Sharp",
"Hisense",
"General Electric",
]}
title="Trusted by Leading Brands" title="Trusted by Leading Brands"
description="We specialize in repairing appliances from all major global manufacturers, ensuring expert care for your valuable investments." description="We specialize in repairing appliances from all major global manufacturers, ensuring expert care for your valuable investments."
tag="Brands We Repair" tag="Brands We Repair"
buttons={[ buttons={[
{ {
text: "View All Services", text: "View All Services", href: "/services"},
href: "/services",
},
]} ]}
speed={40} speed={40}
/> />
@@ -188,64 +125,28 @@ export default function LandingPage() {
carouselMode="buttons" carouselMode="buttons"
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Dubai Hills", rating: 5,
name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/joyful-woman-middle-street_23-2147724784.jpg", imageAlt: "Sarah Johnson"},
role: "Homeowner",
company: "Dubai Hills",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/joyful-woman-middle-street_23-2147724784.jpg",
imageAlt: "Sarah Johnson",
},
{ {
id: "2", id: "2", name: "Michael Chen", role: "Business Owner", company: "Downtown Dubai", rating: 5,
name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-talking-phone_150588-7.jpg", imageAlt: "Michael Chen"},
role: "Business Owner",
company: "Downtown Dubai",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-talking-phone_150588-7.jpg",
imageAlt: "Michael Chen",
},
{ {
id: "3", id: "3", name: "Emily Rodriguez", role: "Property Manager", company: "Jumeirah Village", rating: 5,
name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-adult-enjoying-home-comfort_23-2149134383.jpg", imageAlt: "Emily Rodriguez"},
role: "Property Manager",
company: "Jumeirah Village",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-adult-enjoying-home-comfort_23-2149134383.jpg",
imageAlt: "Emily Rodriguez",
},
{ {
id: "4", id: "4", name: "David Kim", role: "Restaurant Owner", company: "Business Bay", rating: 5,
name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg", imageAlt: "David Kim"},
role: "Restaurant Owner",
company: "Business Bay",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg",
imageAlt: "David Kim",
},
{ {
id: "5", id: "5", name: "Aisha Al-Farsi", role: "Villa Owner", company: "Palm Jumeirah", rating: 5,
name: "Aisha Al-Farsi", imageSrc: "http://img.b2bpic.net/free-photo/happy-confident-muslim-business-lady-posing-outside_74855-1966.jpg", imageAlt: "Aisha Al-Farsi"},
role: "Villa Owner",
company: "Palm Jumeirah",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-confident-muslim-business-lady-posing-outside_74855-1966.jpg",
imageAlt: "Aisha Al-Farsi",
},
]} ]}
kpiItems={[ kpiItems={[
{ {
value: "98%", value: "98%", label: "Customer Satisfaction"},
label: "Customer Satisfaction",
},
{ {
value: "5000+", value: "5000+", label: "Repairs Completed"},
label: "Repairs Completed",
},
{ {
value: "4.6", value: "4.6", label: "Average Rating"},
label: "Average Rating",
},
]} ]}
title="What Our Customers Say" title="What Our Customers Say"
description="Real experiences from satisfied clients across Dubai who trust us with their home appliance repair needs." description="Real experiences from satisfied clients across Dubai who trust us with their home appliance repair needs."
@@ -258,100 +159,65 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
text="Book Your Appliance Repair Today. Fast, Reliable, and Professional Service Across Dubai." text="Book Your Appliance Repair Today. Fast, Reliable, and Professional Service Across Dubai."
buttons={[ buttons={[
{ {
text: "Book an Appointment", text: "Book an Appointment", href: "/contact#appointment-form"},
href: "/contact#appointment-form",
},
{ {
text: "WhatsApp Us", text: "WhatsApp Us", href: "https://wa.me/971589315357"},
href: "https://wa.me/971589315357",
},
]} ]}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/holiday-shanghai-street-water-landmark-famous_1417-1178.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/holiday-shanghai-street-water-landmark-famous_1417-1178.jpg"
imageAlt="Dubai City Skyline" imageAlt="Dubai City Skyline"
logoSrc="http://img.b2bpic.net/free-vector/gradient-cleaning-service-logo-template_23-2149221053.jpg" logoSrc="http://img.b2bpic.net/free-vector/gradient-cleaning-service-logo-template_23-2149221053.jpg"
logoAlt="Tech Guru Logo" logoAlt="Tech Guru Logo"
logoText="Tech Guru Technical Services Co" logoText="Tech Guru Technical Services Co"
columns={[ columns={[
{ {
title: "Quick Links", title: "Quick Links", items: [
items: [
{ {
label: "Home", label: "Home", href: "/"},
href: "/",
},
{ {
label: "About Us", label: "About Us", href: "/#about"},
href: "/#about",
},
{ {
label: "FAQs", label: "FAQs", href: "/faq"},
href: "/faq",
},
{ {
label: "Blog", label: "Blog", href: "/blog"},
href: "/blog",
},
], ],
}, },
{ {
title: "Services", title: "Services", items: [
items: [
{ {
label: "Washing Machine Repair", label: "Washing Machine Repair", href: "/services/washing-machine"},
href: "/services/washing-machine",
},
{ {
label: "Refrigerator Repair", label: "Refrigerator Repair", href: "/services/refrigerator"},
href: "/services/refrigerator",
},
{ {
label: "Dishwasher Repair", label: "Dishwasher Repair", href: "/services/dishwasher"},
href: "/services/dishwasher",
},
{ {
label: "View All Services", label: "View All Services", href: "/services"},
href: "/services",
},
], ],
}, },
{ {
title: "Contact Information", title: "Contact Information", items: [
items: [
{ {
label: "+971 58 931 5357", label: "+971 58 931 5357", href: "tel:+971589315357"},
href: "tel:+971589315357",
},
{ {
label: "info@techguruuae.com", label: "info@techguruuae.com", href: "mailto:info@techguruuae.com"},
href: "mailto:info@techguruuae.com",
},
{ {
label: "Al Moosa Tower 2, Dubai", label: "Al Moosa Tower 2, Dubai", href: "https://www.google.com/maps/search/Al+Moosa+Tower+2,+Sheikh+Zayed+Road,+Dubai"},
href: "https://www.google.com/maps/search/Al+Moosa+Tower+2,+Sheikh+Zayed+Road,+Dubai",
},
], ],
}, },
{ {
title: "Business Hours", title: "Business Hours", items: [
items: [
{ {
label: "Open Daily", label: "Open Daily", href: "#"},
href: "#",
},
{ {
label: "8:00 AM 10:00 PM", label: "8:00 AM 10:00 PM", href: "#"},
href: "#",
},
], ],
}, },
]} ]}