From 5fba23e5cc34dd1757fb083f8a7ac5ba1dc80c99 Mon Sep 17 00:00:00 2001 From: priyanshuvish Date: Thu, 24 Jul 2025 19:00:07 +0530 Subject: [PATCH] add dynamic no. in contat page and other changes --- App.tsx | 2 +- components/Navigation.tsx | 2 +- pages/AboutWDI.tsx | 13 ++++--- pages/Contact.tsx | 2 +- pages/OfficeLocations.tsx | 2 +- pages/ScheduleDiscoveryCall.tsx | 62 ++++++++++++++++++--------------- pages/StartAProject.tsx | 51 +++++++++++++++++++-------- 7 files changed, 82 insertions(+), 52 deletions(-) diff --git a/App.tsx b/App.tsx index 1def22e..db6a934 100644 --- a/App.tsx +++ b/App.tsx @@ -374,7 +374,7 @@ export default function App() { "/solutions": Solutions, "/industries": Industries, "/resources": Resources, - "/company": Company, + // "/company": Company, // "/contact": ContactMain, "/web-cloud": WebCloudServices, "/software-engineering": SoftwareEngineering, diff --git a/components/Navigation.tsx b/components/Navigation.tsx index 9d0c3e9..85ad485 100644 --- a/components/Navigation.tsx +++ b/components/Navigation.tsx @@ -967,7 +967,7 @@ export const Navigation = () => { case "Services": return "/services"; case "Company": - return "/company"; + return "/company/about-wdi"; case "Resources": return "/resources"; case "Contact": diff --git a/pages/AboutWDI.tsx b/pages/AboutWDI.tsx index fba3ee7..ec5502d 100644 --- a/pages/AboutWDI.tsx +++ b/pages/AboutWDI.tsx @@ -17,6 +17,7 @@ import { BookOpen, MessageSquare, Briefcase, Mail } from "lucide-react"; import { Helmet } from "react-helmet-async"; +import { CarouselTestimonials } from "@/components/CarouselTestimonials"; // Enhanced Hero Section const HeroWithCTA = () => { @@ -414,15 +415,17 @@ const TestimonialSection = () => { whileInView={{ opacity: 1, y: 0 }} transition={{ duration: 0.8 }} viewport={{ once: true }} - className="text-left mb-16" + // className="text-left mb-16" > -

+ {/*

What Our Clients Say -

+ */} + - { - + */} ); diff --git a/pages/Contact.tsx b/pages/Contact.tsx index 3eb0330..afd70f3 100644 --- a/pages/Contact.tsx +++ b/pages/Contact.tsx @@ -39,7 +39,7 @@ export const Contact = () => { ]; const contactMethods = [ - { icon: Mail, title: "Email", value: "info@wdi.com", description: "Send us an email and we'll respond within 24 hours" }, + { icon: Mail, title: "Email", value: "ideas@wdipl.com", description: "Send us an email and we'll respond within 24 hours" }, { icon: Phone, title: "Phone", value: "+1 (555) 123-4567", description: "Call us during business hours for immediate assistance" }, { icon: MapPin, title: "Address", value: "123 Innovation Drive, Tech City, TC 12345", description: "Visit our headquarters for in-person meetings" }, { icon: Clock, title: "Business Hours", value: "Mon-Fri: 9:00 AM - 6:00 PM EST", description: "We're available to help during business hours" } diff --git a/pages/OfficeLocations.tsx b/pages/OfficeLocations.tsx index e150dc7..c918d14 100644 --- a/pages/OfficeLocations.tsx +++ b/pages/OfficeLocations.tsx @@ -394,7 +394,7 @@ export const OfficeLocations = () => {

Global Email

-

info@wdi.com

+

ideas@wdipl.com

diff --git a/pages/ScheduleDiscoveryCall.tsx b/pages/ScheduleDiscoveryCall.tsx index 5498369..7301a99 100644 --- a/pages/ScheduleDiscoveryCall.tsx +++ b/pages/ScheduleDiscoveryCall.tsx @@ -102,12 +102,12 @@ export const ScheduleDiscoveryCall = () => { const handleSubmit = async (e: React.FormEvent) => { e.preventDefault(); setIsSubmitting(true); - + // Simulate booking submission await new Promise(resolve => setTimeout(resolve, 2000)); - + alert(`Great! Your discovery call has been scheduled for ${selectedDate} at ${selectedTime}. You'll receive a confirmation email shortly with meeting details.`); - + // Reset form setFormData({ name: "", email: "", company: "", phone: "", callPurpose: "", meetingType: "video" @@ -123,7 +123,7 @@ export const ScheduleDiscoveryCall = () => { return (
- + {/* Hero Section */}
@@ -162,15 +162,15 @@ export const ScheduleDiscoveryCall = () => {
- + {/* Booking Form */}

Book Your Discovery Call

- +
- + {/* Contact Information */}

Contact Information

@@ -185,7 +185,7 @@ export const ScheduleDiscoveryCall = () => { className="bg-card/50 border-white/10" />
- +
{ className="bg-card/50 border-white/10" />
- +
{ className="bg-card/50 border-white/10" />
- +
{
- +
- +