main
parent
3a112d2fd1
commit
64321f71a6
|
@ -4,13 +4,13 @@ import { Button } from "@/components/ui/button";
|
||||||
import { Card } from "@/components/ui/card";
|
import { Card } from "@/components/ui/card";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Contact Us | DWD Consultancy",
|
title: "Contact Us | DWD Consultancy Services",
|
||||||
description: "Get in touch with DWD Consultancy to discuss your data needs. Let's work together to keep your data resilient and secure.",
|
description: "We keep data resilient and secure. Get in touch with DWD Consultancy Services to discuss your needs.",
|
||||||
keywords: ["contact DWD", "data consultancy", "IT support", "data resilience", "request consultation"],
|
keywords: ["contact DWD Consultancy Services", "data consultancy", "IT support", "data resilience", "request consultation"],
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Contact Us | DWD Consultancy",
|
title: "Contact Us | DWD Consultancy Services",
|
||||||
description: "Get in touch with DWD Consultancy to discuss your data needs. Let's work together to keep your data resilient and secure.",
|
description: "We keep data resilient and secure. Get in touch with DWD Consultancy to discuss your data needs.",
|
||||||
url: "https://dwdconsultancy.com/contact",
|
url: "https://dwd.siliconpin.com/contact",
|
||||||
images: [
|
images: [
|
||||||
{
|
{
|
||||||
url: "/og-image-contact.jpg",
|
url: "/og-image-contact.jpg",
|
||||||
|
@ -54,9 +54,9 @@ export default function ContactPage() {
|
||||||
{/* Contact Section */}
|
{/* Contact Section */}
|
||||||
<section className="py-16 relative">
|
<section className="py-16 relative">
|
||||||
<div className="container mx-auto">
|
<div className="container mx-auto">
|
||||||
<div className="grid grid-cols-1 lg:grid-cols-3 gap-8">
|
{/* <div className="grid grid-cols-1 lg:grid-cols-3 gap-8"> */}
|
||||||
{/* Contact Information Card */}
|
{/* Contact Information Card */}
|
||||||
<Card className="bg-[#0d1324] border border-white/10 p-8 shadow-xl lg:col-span-1">
|
{/* <Card className="bg-[#0d1324] border border-white/10 p-8 shadow-xl lg:col-span-1">
|
||||||
<h3 className="text-xl font-semibold text-white mb-6">Contact Information</h3>
|
<h3 className="text-xl font-semibold text-white mb-6">Contact Information</h3>
|
||||||
|
|
||||||
<div className="space-y-6">
|
<div className="space-y-6">
|
||||||
|
@ -81,8 +81,8 @@ export default function ContactPage() {
|
||||||
<div>
|
<div>
|
||||||
<h4 className="text-white font-medium mb-1">Email Us</h4>
|
<h4 className="text-white font-medium mb-1">Email Us</h4>
|
||||||
<p className="text-white/70 text-sm">
|
<p className="text-white/70 text-sm">
|
||||||
info@dwdconsultancy.com<br />
|
info@dwd.siliconpin.com<br />
|
||||||
support@dwdconsultancy.com
|
support@dwd.siliconpin.com
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -124,7 +124,7 @@ export default function ContactPage() {
|
||||||
Contact Emergency Support
|
Contact Emergency Support
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</Card>
|
</Card> */}
|
||||||
|
|
||||||
{/* Contact Form */}
|
{/* Contact Form */}
|
||||||
<Card className="bg-[#0d1324] border border-white/10 p-8 shadow-xl lg:col-span-2 relative overflow-hidden">
|
<Card className="bg-[#0d1324] border border-white/10 p-8 shadow-xl lg:col-span-2 relative overflow-hidden">
|
||||||
|
@ -234,17 +234,17 @@ export default function ContactPage() {
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</Card>
|
</Card>
|
||||||
</div>
|
{/* </div> */}
|
||||||
|
|
||||||
{/* Map Section */}
|
{/* Map Section */}
|
||||||
<div className="mt-16">
|
{/* <div className="mt-16">
|
||||||
<div className="bg-[#0d1324] border border-white/10 p-6 rounded-xl">
|
<div className="bg-[#0d1324] border border-white/10 p-6 rounded-xl">
|
||||||
<h3 className="text-xl font-semibold text-white mb-6">Our Location</h3>
|
<h3 className="text-xl font-semibold text-white mb-6">Our Location</h3>
|
||||||
<div className="w-full h-80 bg-[#1c2640]/50 rounded-lg flex items-center justify-center border border-white/10">
|
<div className="w-full h-80 bg-[#1c2640]/50 rounded-lg flex items-center justify-center border border-white/10">
|
||||||
<p className="text-white/70">Interactive map would be displayed here</p>
|
<p className="text-white/70">Interactive map would be displayed here</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div> */}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
|
import { Button } from "@/components/ui/button";
|
||||||
import { Separator } from "@/components/ui/separator";
|
import { Separator } from "@/components/ui/separator";
|
||||||
import { Cookie, Shield } from "lucide-react";
|
import { ArrowRight, Cookie, Shield } from "lucide-react";
|
||||||
|
|
||||||
export const metadata = {
|
export const metadata = {
|
||||||
title: "Cookie Policy | DWD Consultancy",
|
title: "Cookie Policy | DWD Consultancy",
|
||||||
|
@ -119,7 +120,10 @@ export default function CookiePolicy() {
|
||||||
For questions about our cookie usage or privacy practices:
|
For questions about our cookie usage or privacy practices:
|
||||||
</p>
|
</p>
|
||||||
<p className="text-white/80">
|
<p className="text-white/80">
|
||||||
<strong>Email:</strong> privacy@dwdconsultancy.com
|
<Button className="bg-netbirdOrange hover:bg-netbirdOrange/90 text-white rounded-md px-8 py-6 text-lg btn-animated">
|
||||||
|
Contact asking info
|
||||||
|
<ArrowRight className="ml-2 h-5 w-5" />
|
||||||
|
</Button>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
@ -16,14 +16,14 @@ export const viewport: Viewport = {
|
||||||
};
|
};
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
metadataBase: new URL("https://dwdconsultancy.com"),
|
metadataBase: new URL("https://dwd.siliconpin.com"),
|
||||||
title: "DWD Consultancy Services | Keeping Your Data Resilient",
|
title: "DWD Consultancy Services | Keeping Your Data Resilient",
|
||||||
description: "We provide ready-to-use hardware with preset software with full freedom and ownership. Paid support for FOSS, with customized development. Data archival, migration and recovery services.",
|
description: "We provide ready-to-use hardware with preset software with full freedom and ownership. Paid support for FOSS, with customized development. Data archival, migration and recovery services.",
|
||||||
keywords: ["data resilience", "hardware solutions", "FOSS support", "data services", "IT consultancy", "data recovery", "software support"],
|
keywords: ["data resilience", "hardware solutions", "FOSS support", "data services", "IT consultancy", "data recovery", "software support"],
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "DWD Consultancy Services | Data Resilience Experts",
|
title: "DWD Consultancy Services | Data Resilience Experts",
|
||||||
description: "Keeping your data resilient with hardware solutions, FOSS support, and comprehensive data services.",
|
description: "Keeping your data resilient with hardware solutions, FOSS support, and comprehensive data services.",
|
||||||
url: "https://dwdconsultancy.com",
|
url: "https://dwd.siliconpin.com",
|
||||||
siteName: "DWD Consultancy",
|
siteName: "DWD Consultancy",
|
||||||
images: [
|
images: [
|
||||||
{
|
{
|
||||||
|
@ -54,7 +54,7 @@ export const metadata: Metadata = {
|
||||||
google: "google-site-verification-code",
|
google: "google-site-verification-code",
|
||||||
},
|
},
|
||||||
alternates: {
|
alternates: {
|
||||||
canonical: "https://dwdconsultancy.com",
|
canonical: "https://dwd.siliconpin.com",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -9,31 +9,26 @@ export default function Home() {
|
||||||
"@context": "https://schema.org",
|
"@context": "https://schema.org",
|
||||||
"@type": "Organization",
|
"@type": "Organization",
|
||||||
"name": "DWD Consultancy Services",
|
"name": "DWD Consultancy Services",
|
||||||
"url": "https://dwdconsultancy.com",
|
"url": "https://dwd.siliconpin.com",
|
||||||
"logo": "https://dwdconsultancy.com/logo.png",
|
"logo": "https://dwd.siliconpin.com/logo.png",
|
||||||
"description": "We provide ready-to-use hardware with preset software with full freedom and ownership. Paid support for FOSS, with customized development. Data archival, migration and recovery services.",
|
"description": "Keeping Your Data Resilient, We provide ready-to-use hardware with preset software with full freedom and ownership. Paid support for FOSS, with customized development. Data archival, migration and recovery services.",
|
||||||
"address": {
|
"address": {
|
||||||
"@type": "PostalAddress",
|
"@type": "PostalAddress",
|
||||||
"streetAddress": "123 Business Avenue",
|
"streetAddress": "",
|
||||||
"addressLocality": "Tech District",
|
"addressLocality": "",
|
||||||
"addressRegion": "City",
|
"addressRegion": "Habra",
|
||||||
"postalCode": "12345",
|
"postalCode": "743271",
|
||||||
"addressCountry": "Country"
|
"addressCountry": "India"
|
||||||
},
|
},
|
||||||
"contactPoint": {
|
"contactPoint": {
|
||||||
"@type": "ContactPoint",
|
"@type": "ContactPoint",
|
||||||
"telephone": "+1-555-123-4567",
|
"telephone": "+917001601485",
|
||||||
"contactType": "customer service",
|
"contactType": "customer service",
|
||||||
"email": "info@dwdconsultancy.com"
|
"email": "info@dwd.siliconpin.com"
|
||||||
},
|
},
|
||||||
"sameAs": [
|
|
||||||
"https://www.facebook.com/dwdconsultancy",
|
|
||||||
"https://www.twitter.com/dwdconsultancy",
|
|
||||||
"https://www.linkedin.com/company/dwdconsultancy"
|
|
||||||
],
|
|
||||||
"serviceArea": "Global",
|
"serviceArea": "Global",
|
||||||
"serviceType": [
|
"serviceType": [
|
||||||
"Hardware Solutions",
|
"Data Resilience",
|
||||||
"FOSS Support",
|
"FOSS Support",
|
||||||
"Data Services"
|
"Data Services"
|
||||||
]
|
]
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
|
import { Button } from "@/components/ui/button";
|
||||||
import { Separator } from "@/components/ui/separator";
|
import { Separator } from "@/components/ui/separator";
|
||||||
|
import { ArrowRight } from "lucide-react";
|
||||||
|
|
||||||
export const metadata = {
|
export const metadata = {
|
||||||
title: "Privacy Policy | DWD Consultancy",
|
title: "Privacy Policy | DWD Consultancy",
|
||||||
|
@ -121,10 +123,13 @@ export default function PrivacyPolicy() {
|
||||||
<div className="bg-netbirdOrange/10 border border-netbirdOrange/30 rounded-lg p-6">
|
<div className="bg-netbirdOrange/10 border border-netbirdOrange/30 rounded-lg p-6">
|
||||||
<h3 className="text-xl font-medium text-white mb-3">Contact Us About Privacy</h3>
|
<h3 className="text-xl font-medium text-white mb-3">Contact Us About Privacy</h3>
|
||||||
<p className="text-white/80 mb-4">
|
<p className="text-white/80 mb-4">
|
||||||
If you have any questions about our privacy practices or this policy, please contact us at:
|
If you have any questions about our privacy practices or this policy, please contact us:
|
||||||
</p>
|
</p>
|
||||||
<p className="text-white/80">
|
<p className="text-white/80">
|
||||||
<strong>Email:</strong> privacy@dwdconsultancy.com
|
<Button className="bg-netbirdOrange hover:bg-netbirdOrange/90 text-white rounded-md px-8 py-6 text-lg btn-animated">
|
||||||
|
Contact
|
||||||
|
<ArrowRight className="ml-2 h-5 w-5" />
|
||||||
|
</Button>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
@ -8,6 +8,6 @@ export default function robots(): MetadataRoute.Robots {
|
||||||
userAgent: '*',
|
userAgent: '*',
|
||||||
allow: '/',
|
allow: '/',
|
||||||
},
|
},
|
||||||
sitemap: 'https://dwdconsultancy.com/sitemap.xml',
|
sitemap: 'https://dwd.siliconpin.com/sitemap.xml',
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,7 +10,7 @@ export const metadata: Metadata = {
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Data Services | DWD Consultancy",
|
title: "Data Services | DWD Consultancy",
|
||||||
description: "Comprehensive data archival, migration and recovery services to keep your information secure and accessible.",
|
description: "Comprehensive data archival, migration and recovery services to keep your information secure and accessible.",
|
||||||
url: "https://dwdconsultancy.com/services/data-services",
|
url: "https://dwd.siliconpin.com/services/data-services",
|
||||||
images: [
|
images: [
|
||||||
{
|
{
|
||||||
url: "/og-image-data.jpg",
|
url: "/og-image-data.jpg",
|
||||||
|
@ -214,7 +214,7 @@ export default function DataServicesPage() {
|
||||||
|
|
||||||
<h4 className="text-white font-medium mb-2">The Results</h4>
|
<h4 className="text-white font-medium mb-2">The Results</h4>
|
||||||
<p className="text-white/70 text-sm">
|
<p className="text-white/70 text-sm">
|
||||||
We recovered 99.7% of the critical data within 48 hours, allowing operations to
|
We recovered most of the critical data within 48 hours, allowing operations to
|
||||||
resume with minimal disruption. We also implemented a robust backup strategy to
|
resume with minimal disruption. We also implemented a robust backup strategy to
|
||||||
prevent future incidents.
|
prevent future incidents.
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -10,7 +10,7 @@ export const metadata: Metadata = {
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "FOSS Support | DWD Consultancy",
|
title: "FOSS Support | DWD Consultancy",
|
||||||
description: "Professional support for free and open-source software (FOSS) with customized development and integration services.",
|
description: "Professional support for free and open-source software (FOSS) with customized development and integration services.",
|
||||||
url: "https://dwdconsultancy.com/services/foss-support",
|
url: "https://dwd.siliconpin.com/services/foss-support",
|
||||||
images: [
|
images: [
|
||||||
{
|
{
|
||||||
url: "/og-image-foss.jpg",
|
url: "/og-image-foss.jpg",
|
||||||
|
@ -214,6 +214,8 @@ export default function FOSSSupportPage() {
|
||||||
<h4 className="text-white font-medium mb-2">Operating Systems</h4>
|
<h4 className="text-white font-medium mb-2">Operating Systems</h4>
|
||||||
<div className="flex flex-wrap gap-2">
|
<div className="flex flex-wrap gap-2">
|
||||||
<span className="px-3 py-1 bg-[#1c2640] rounded-full text-sm text-white/90">Ubuntu</span>
|
<span className="px-3 py-1 bg-[#1c2640] rounded-full text-sm text-white/90">Ubuntu</span>
|
||||||
|
<span className="px-3 py-1 bg-[#1c2640] rounded-full text-sm text-white/90">FreeBSD</span>
|
||||||
|
<span className="px-3 py-1 bg-[#1c2640] rounded-full text-sm text-white/90">Garuda Linux</span>
|
||||||
<span className="px-3 py-1 bg-[#1c2640] rounded-full text-sm text-white/90">Red Hat</span>
|
<span className="px-3 py-1 bg-[#1c2640] rounded-full text-sm text-white/90">Red Hat</span>
|
||||||
<span className="px-3 py-1 bg-[#1c2640] rounded-full text-sm text-white/90">CentOS</span>
|
<span className="px-3 py-1 bg-[#1c2640] rounded-full text-sm text-white/90">CentOS</span>
|
||||||
<span className="px-3 py-1 bg-[#1c2640] rounded-full text-sm text-white/90">Debian</span>
|
<span className="px-3 py-1 bg-[#1c2640] rounded-full text-sm text-white/90">Debian</span>
|
||||||
|
@ -224,7 +226,7 @@ export default function FOSSSupportPage() {
|
||||||
<h4 className="text-white font-medium mb-2">Databases</h4>
|
<h4 className="text-white font-medium mb-2">Databases</h4>
|
||||||
<div className="flex flex-wrap gap-2">
|
<div className="flex flex-wrap gap-2">
|
||||||
<span className="px-3 py-1 bg-[#1c2640] rounded-full text-sm text-white/90">PostgreSQL</span>
|
<span className="px-3 py-1 bg-[#1c2640] rounded-full text-sm text-white/90">PostgreSQL</span>
|
||||||
<span className="px-3 py-1 bg-[#1c2640] rounded-full text-sm text-white/90">MySQL</span>
|
<span className="px-3 py-1 bg-[#1c2640] rounded-full text-sm text-white/90">PerconaDB</span>
|
||||||
<span className="px-3 py-1 bg-[#1c2640] rounded-full text-sm text-white/90">MongoDB</span>
|
<span className="px-3 py-1 bg-[#1c2640] rounded-full text-sm text-white/90">MongoDB</span>
|
||||||
<span className="px-3 py-1 bg-[#1c2640] rounded-full text-sm text-white/90">MariaDB</span>
|
<span className="px-3 py-1 bg-[#1c2640] rounded-full text-sm text-white/90">MariaDB</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -10,7 +10,7 @@ export const metadata: Metadata = {
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Hardware Solutions | DWD Consultancy",
|
title: "Hardware Solutions | DWD Consultancy",
|
||||||
description: "Ready-to-use hardware with preset software, providing full freedom and ownership without any strings attached.",
|
description: "Ready-to-use hardware with preset software, providing full freedom and ownership without any strings attached.",
|
||||||
url: "https://dwdconsultancy.com/services/hardware-solutions",
|
url: "https://dwd.siliconpin.com/services/hardware-solutions",
|
||||||
images: [
|
images: [
|
||||||
{
|
{
|
||||||
url: "/og-image-hardware.jpg",
|
url: "/og-image-hardware.jpg",
|
||||||
|
|
|
@ -7,7 +7,7 @@ export const metadata: Metadata = {
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Services | DWD Consultancy - Data Resilience Experts",
|
title: "Services | DWD Consultancy - Data Resilience Experts",
|
||||||
description: "Explore our comprehensive range of services including hardware solutions, FOSS support, and data services.",
|
description: "Explore our comprehensive range of services including hardware solutions, FOSS support, and data services.",
|
||||||
url: "https://dwdconsultancy.com/services",
|
url: "https://dwd.siliconpin.com/services",
|
||||||
siteName: "DWD Consultancy",
|
siteName: "DWD Consultancy",
|
||||||
images: [
|
images: [
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,7 +3,7 @@ import { MetadataRoute } from 'next';
|
||||||
export const dynamic = 'force-static';
|
export const dynamic = 'force-static';
|
||||||
|
|
||||||
export default function sitemap(): MetadataRoute.Sitemap {
|
export default function sitemap(): MetadataRoute.Sitemap {
|
||||||
const baseUrl = 'https://dwdconsultancy.com';
|
const baseUrl = 'https://dwd.siliconpin.com';
|
||||||
|
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
|
|
|
@ -134,7 +134,7 @@ export default function TermsOfService() {
|
||||||
To start the process of creating your customized terms of service, or if you have any questions:
|
To start the process of creating your customized terms of service, or if you have any questions:
|
||||||
</p>
|
</p>
|
||||||
<p className="text-white/80">
|
<p className="text-white/80">
|
||||||
<strong>Email:</strong> legal@dwdconsultancy.com
|
<strong>Email:</strong> legal@dwd.siliconpin.com
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
@ -45,13 +45,37 @@ const AboutSection = () => {
|
||||||
Empowering Businesses with <span className="gradient-text">Data Resilience</span>
|
Empowering Businesses with <span className="gradient-text">Data Resilience</span>
|
||||||
</h2>
|
</h2>
|
||||||
<p className="text-white/80 mb-6">
|
<p className="text-white/80 mb-6">
|
||||||
At DWD Consultancy Services, we believe that technology should work for you, not the other way around.
|
We began our journey in technology services in 2008, initially developing solutions to meet our own needs. Our first paid project involved migrating manual banking data to a digital platform. Gaining confidence from this success, we approached colleges and universities, securing projects in online admissions, automated attendance, centralized payment systems, exam portals, payroll systems, and more.
|
||||||
|
<br /> Beyond government projects, we've had the privilege of collaborating with some incredible companies worldwide.
|
||||||
|
<br /> If you have a project in mind, we'd love to hear about it! Fill out the contact form, and a member of our team will connect with you as soon as possible.
|
||||||
|
<br />
|
||||||
|
<span className="text-netbirdOrange">
|
||||||
|
We are an offline-first company, prioritizing tunnels and VPNs to transfer data while minimizing internet usage -we love <del> internet </del> intranet. Our online presence began in 2009-10 with dwd.co.in. Later, we realized that domain is not something you can own(except something like .onion) its something related to IANA & ICANN, and since being online isn't essential for us We have discontinued, now we are grateful to siliconpin.com for hosting our website. We remain committed to providing ongoing support to siliconpin.com.
|
||||||
|
</span>
|
||||||
|
</p>
|
||||||
|
<p className="text-white/80 mb-6">
|
||||||
|
At "DWD Consultancy Services", we believe that technology should work for you, not the other way around.
|
||||||
We're dedicated to providing hardware and software solutions that give you complete freedom and ownership.
|
We're dedicated to providing hardware and software solutions that give you complete freedom and ownership.
|
||||||
</p>
|
</p>
|
||||||
|
<p className="text-white/80 mb-6">
|
||||||
|
Our team of experts is here to help you navigate the complex world of data storage, backup, and recovery.
|
||||||
|
We'll work with you to design a solution that meets your needs and exceeds your expectations.
|
||||||
|
</p>
|
||||||
|
<p className="text-white/80 mb-6">
|
||||||
|
Whether you're a small business looking to protect your data or a large enterprise in need of a comprehensive
|
||||||
|
solution, we're here to help. Contact us to learn more about how we can help you.
|
||||||
|
</p>
|
||||||
|
<p className="text-white/80 mb-6">
|
||||||
|
Paid support for FOSS, with customized development. Data archival, migration,
|
||||||
|
and recovery services.
|
||||||
|
</p>
|
||||||
<p className="text-white/80 mb-8">
|
<p className="text-white/80 mb-8">
|
||||||
Our mission is to keep your data resilient against all forms of failures through robust hardware solutions,
|
Our mission is to keep your data resilient against all forms of failures through robust hardware solutions,
|
||||||
professional support for open-source software, and comprehensive data services.
|
professional support for open-source software, and comprehensive data services.
|
||||||
</p>
|
</p>
|
||||||
|
<p className="text-white/80 mb-8">
|
||||||
|
We're here to help you make the most of your technology, so you can focus on what you do best.
|
||||||
|
</p>
|
||||||
|
|
||||||
<div className="grid grid-cols-1 md:grid-cols-2 gap-6 mb-8">
|
<div className="grid grid-cols-1 md:grid-cols-2 gap-6 mb-8">
|
||||||
{values.map((value, index) => (
|
{values.map((value, index) => (
|
||||||
|
@ -65,8 +89,8 @@ const AboutSection = () => {
|
||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Button className="bg-netbirdOrange hover:bg-netbirdOrange/90 text-white">
|
<Button className="bg-netbirdOrange hover:bg-netbirdOrange/90 text-white" onClick={() => window.location.href='/contact/'}>
|
||||||
Learn More About Us
|
Fill the contact form
|
||||||
<ArrowRight className="ml-2 h-4 w-4" />
|
<ArrowRight className="ml-2 h-4 w-4" />
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
@ -88,7 +112,8 @@ const AboutSection = () => {
|
||||||
<path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"/>
|
<path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"/>
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
<h3 className="text-white text-xl font-semibold mb-4 mt-6">Our Approach</h3>
|
<h3 className="text-white text-xl font-semibold mb-4 mt-6">Our Approach</h3>
|
||||||
<p className="text-white/70 mb-6">
|
<p className="text-white/70 mb-6">
|
||||||
We take a collaborative approach to every project, working closely with you to understand your
|
We take a collaborative approach to every project, working closely with you to understand your
|
||||||
|
|
|
@ -184,7 +184,7 @@ const ContactSection = () => {
|
||||||
For urgent technical issues, our 24/7 emergency support team is available.
|
For urgent technical issues, our 24/7 emergency support team is available.
|
||||||
</p>
|
</p>
|
||||||
<Button variant="outline" className="border-netbirdOrange/50 text-netbirdOrange hover:bg-netbirdOrange/10">
|
<Button variant="outline" className="border-netbirdOrange/50 text-netbirdOrange hover:bg-netbirdOrange/10">
|
||||||
Contact Emergency Support
|
For our bonafied SLA clients.
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -55,7 +55,10 @@ const HeroSection = () => {
|
||||||
</h1>
|
</h1>
|
||||||
<p className={`text-xl text-white/80 mb-8 max-w-lg ${isVisible ? 'animate-fade-in-up delay-200' : 'opacity-0'}`}>
|
<p className={`text-xl text-white/80 mb-8 max-w-lg ${isVisible ? 'animate-fade-in-up delay-200' : 'opacity-0'}`}>
|
||||||
We provide ready-to-use hardware solutions with pre-configured software,
|
We provide ready-to-use hardware solutions with pre-configured software,
|
||||||
guaranteeing full freedom and ownership without strings attached.
|
guaranteeing full freedom and ownership without strings attached. <br />
|
||||||
|
<span className="gradient-text animate-gradient">Resilient => </span> Multiple storage location piped to your destination for data sanitization, analysis, processing or conversion then back to wirehousing.
|
||||||
|
Resilient data security solutions for enterprises and small businesses.
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<div className={`flex flex-wrap gap-4 ${isVisible ? 'animate-fade-in-up delay-300' : 'opacity-0'}`}>
|
<div className={`flex flex-wrap gap-4 ${isVisible ? 'animate-fade-in-up delay-300' : 'opacity-0'}`}>
|
||||||
<Button className="bg-netbirdOrange hover:bg-netbirdOrange/90 text-white rounded-md px-8 py-6 text-lg btn-animated">
|
<Button className="bg-netbirdOrange hover:bg-netbirdOrange/90 text-white rounded-md px-8 py-6 text-lg btn-animated">
|
||||||
|
@ -75,7 +78,7 @@ const HeroSection = () => {
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<p className="text-white text-sm font-medium">Trusted by</p>
|
<p className="text-white text-sm font-medium">Trusted by</p>
|
||||||
<p className="text-white/80 text-xs">100+ Companies</p>
|
<p className="text-white/80 text-xs">Our clients</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex items-center animate-fade-in-up delay-500">
|
<div className="flex items-center animate-fade-in-up delay-500">
|
||||||
|
@ -93,7 +96,7 @@ const HeroSection = () => {
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<p className="text-white text-sm font-medium">Data Recovery</p>
|
<p className="text-white text-sm font-medium">Data Recovery</p>
|
||||||
<p className="text-white/80 text-xs">99.9% Success Rate</p>
|
<p className="text-white/80 text-xs">Good Success Rate</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -168,7 +168,7 @@ const ServicesSection = () => {
|
||||||
<div>
|
<div>
|
||||||
<h3 className="text-white font-semibold mb-2">24/7 Support</h3>
|
<h3 className="text-white font-semibold mb-2">24/7 Support</h3>
|
||||||
<p className="text-white/70 text-sm">
|
<p className="text-white/70 text-sm">
|
||||||
Round-the-clock technical assistance from our team of experienced professionals.
|
For our bonafied SLA clients.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -16,9 +16,9 @@ const Footer = () => {
|
||||||
<span className="text-netbirdOrange">DWD</span> Consultancy
|
<span className="text-netbirdOrange">DWD</span> Consultancy
|
||||||
</h3>
|
</h3>
|
||||||
<p className="mb-6">
|
<p className="mb-6">
|
||||||
Keeping your data resilient. We provide top-tier technology solutions with full freedom and ownership.
|
Keeping your data resilient. We provide FOSS technology solutions with full freedom and ownership.
|
||||||
</p>
|
</p>
|
||||||
<div className="flex gap-4">
|
{/* <div className="flex gap-4">
|
||||||
<Link href="#" className="text-white/70 hover:text-netbirdOrange transition-colors">
|
<Link href="#" className="text-white/70 hover:text-netbirdOrange transition-colors">
|
||||||
<Facebook size={20} />
|
<Facebook size={20} />
|
||||||
</Link>
|
</Link>
|
||||||
|
@ -31,7 +31,7 @@ const Footer = () => {
|
||||||
<Link href="#" className="text-white/70 hover:text-netbirdOrange transition-colors">
|
<Link href="#" className="text-white/70 hover:text-netbirdOrange transition-colors">
|
||||||
<Linkedin size={20} />
|
<Linkedin size={20} />
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div> */}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Quick Links */}
|
{/* Quick Links */}
|
||||||
|
@ -39,20 +39,20 @@ const Footer = () => {
|
||||||
<h4 className="text-lg font-semibold mb-6 text-white">Quick Links</h4>
|
<h4 className="text-lg font-semibold mb-6 text-white">Quick Links</h4>
|
||||||
<ul className="space-y-3">
|
<ul className="space-y-3">
|
||||||
<li>
|
<li>
|
||||||
<Link href="/" className="text-white/70 hover:text-netbirdOrange transition-colors">Home</Link>
|
<Link href="/" className="text-white/70 hover:text-netbirdOrange transition-colors">DWD</Link>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<Link href="/services" className="text-white/70 hover:text-netbirdOrange transition-colors">Services</Link>
|
<Link href="https://siliconpin.com" className="text-white/70 hover:text-netbirdOrange transition-colors">siliconpin</Link>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<Link href="#about" className="text-white/70 hover:text-netbirdOrange transition-colors">About Us</Link>
|
<Link href="https://cicdhosting.com" className="text-white/70 hover:text-netbirdOrange transition-colors">CICD Hosting</Link>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
{/* <li>
|
||||||
<Link href="#testimonials" className="text-white/70 hover:text-netbirdOrange transition-colors">Testimonials</Link>
|
<Link href="#testimonials" className="text-white/70 hover:text-netbirdOrange transition-colors">Testimonials</Link>
|
||||||
</li>
|
</li> */}
|
||||||
<li>
|
{/* <li>
|
||||||
<Link href="#contact" className="text-white/70 hover:text-netbirdOrange transition-colors">Contact</Link>
|
<Link href="/contact" className="text-white/70 hover:text-netbirdOrange transition-colors">Contact</Link>
|
||||||
</li>
|
</li> */}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -79,7 +79,7 @@ const Footer = () => {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Contact Info */}
|
{/* Contact Info */}
|
||||||
<div>
|
{/* <div>
|
||||||
<h4 className="text-lg font-semibold mb-6 text-white">Contact Us</h4>
|
<h4 className="text-lg font-semibold mb-6 text-white">Contact Us</h4>
|
||||||
<ul className="space-y-4">
|
<ul className="space-y-4">
|
||||||
<li className="flex items-start gap-3">
|
<li className="flex items-start gap-3">
|
||||||
|
@ -92,19 +92,19 @@ const Footer = () => {
|
||||||
</li>
|
</li>
|
||||||
<li className="flex items-center gap-3">
|
<li className="flex items-center gap-3">
|
||||||
<Mail size={20} className="text-netbirdOrange flex-shrink-0" />
|
<Mail size={20} className="text-netbirdOrange flex-shrink-0" />
|
||||||
<span>info@dwdconsultancy.com</span>
|
<span>info@dwd.siliconpin.com</span>
|
||||||
</li>
|
</li>
|
||||||
<li className="flex items-start gap-3 mt-4">
|
<li className="flex items-start gap-3 mt-4">
|
||||||
<Shield size={20} className="text-netbirdOrange mt-1 flex-shrink-0" />
|
<Shield size={20} className="text-netbirdOrange mt-1 flex-shrink-0" />
|
||||||
<span className="text-sm">Your data is secure with our FOSS-based encryption</span>
|
<span className="text-sm">Your data is secure with our FOSS-based encryption</span>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div> */}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="border-t border-white/10 mt-12 pt-8">
|
<div className="border-t border-white/10 mt-12 pt-8">
|
||||||
<div className="flex flex-col md:flex-row justify-between items-center">
|
<div className="flex flex-col md:flex-row justify-between items-center">
|
||||||
<p>© {currentYear} DWD Consultancy. All rights reserved.</p>
|
<p> 2008-{currentYear} 🄯 DWD Consultancy Services We support copyleft 🄯 </p>
|
||||||
<div className="flex gap-6 mt-4 md:mt-0">
|
<div className="flex gap-6 mt-4 md:mt-0">
|
||||||
<Link href="/privacy-policy" className="text-white/70 hover:text-netbirdOrange transition-colors text-sm">Privacy Policy</Link>
|
<Link href="/privacy-policy" className="text-white/70 hover:text-netbirdOrange transition-colors text-sm">Privacy Policy</Link>
|
||||||
<Link href="/terms" className="text-white/70 hover:text-netbirdOrange transition-colors text-sm">Terms of Service</Link>
|
<Link href="/terms" className="text-white/70 hover:text-netbirdOrange transition-colors text-sm">Terms of Service</Link>
|
||||||
|
|
|
@ -51,8 +51,8 @@ const NavBar = () => {
|
||||||
{ label: "Data Services", href: "/services/data-services" },
|
{ label: "Data Services", href: "/services/data-services" },
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{ label: "About", href: "#about" },
|
{ label: "About", href: "/#about" },
|
||||||
{ label: "Contact", href: "#contact" },
|
{ label: "Contact", href: "/contact" },
|
||||||
];
|
];
|
||||||
|
|
||||||
const isActive = (href: string) => {
|
const isActive = (href: string) => {
|
||||||
|
|
|
@ -0,0 +1,12 @@
|
||||||
|
/og-image-contact.jpg
|
||||||
|
removed contactus section from footer, so need to adjust the footer
|
||||||
|
make a separate about us page - copy data from aboutus section and implement section
|
||||||
|
little modification of the logo, favicon
|
||||||
|
|
||||||
|
change the icon above "Our Approach" on the home page
|
||||||
|
|
||||||
|
remove any phone or email @dwd.siliconpin.com
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
contactus form
|
Loading…
Reference in New Issue