diff --git a/public/favicon.ico b/public/favicon.ico index dd5a126..d3cc28f 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/lovable-uploads/abstract.png b/public/lovable-uploads/abstract.png new file mode 100644 index 0000000..c1bea85 Binary files /dev/null and b/public/lovable-uploads/abstract.png differ diff --git a/src/components/About.tsx b/src/components/About.tsx index 15749b4..a5acaca 100644 --- a/src/components/About.tsx +++ b/src/components/About.tsx @@ -44,7 +44,7 @@ const About = () => { ]; return ( -
+
{

Our Mission

- At NQS Inspection Ltd, we are dedicated to providing exceptional non-destructive - testing and industrial inspection services that ensure the safety, reliability, - and integrity of critical infrastructure. Our certified professionals utilize - state-of-the-art technology and proven methodologies to deliver accurate, - actionable insights that help our clients maintain operational excellence. + At NQS Inspection, Ltd. it is our mission to obtain state of the art procedures and proven NDE techniques + in order to present the best possible results along with the highest reliability, accuracy, and integrity. + Assuring our customers that their plant structures and components possess the height of integrity required + by their engineer's, their codes, and their environment.

diff --git a/src/components/Contact.tsx b/src/components/Contact.tsx index 4f153d0..b6f1e8d 100644 --- a/src/components/Contact.tsx +++ b/src/components/Contact.tsx @@ -24,32 +24,44 @@ const Contact = () => { const contactInfo = [ { icon: Phone, - title: "Emergency Line", - details: "+1 (555) 123-4567", - subtitle: "Available 24/7 for urgent inspections" + title: "Phone", + details: "(361) 438-6807", + subtitle: "Main business line" + }, + { + icon: Phone, + title: "Additional Phone", + details: "(760) 908-2269", + subtitle: "Alternative contact" }, { icon: Mail, title: "Email", - details: "info@nqsinspection.com", - subtitle: "Response within 24 hours" + details: "shugger@nqsltd.com", + subtitle: "Primary contact email" + }, + { + icon: Mail, + title: "General Inquiries", + details: "tward@nqsltd.com", + subtitle: "General inquiries email" }, { icon: MapPin, title: "Location", - details: "Corpus Christi, Texas", - subtitle: "Serving all of Texas" + details: "1906 Suntide Rd, Corpus Christi, TX 78409", + subtitle: "Our office location" }, { icon: Clock, title: "Business Hours", - details: "Mon-Fri: 7:00 AM - 6:00 PM", - subtitle: "Emergency services available 24/7" + details: "Monday – Friday: 8AM – 4PM", + subtitle: "Saturday: By Appointment Only, Sunday: Closed" } ]; return ( -
+
{
-
+

{info.title}

-

{info.details}

-

{info.subtitle}

+

{info.details}

+

{info.subtitle}

@@ -140,7 +152,7 @@ const Contact = () => {
@@ -148,7 +160,7 @@ const Contact = () => {
@@ -159,7 +171,7 @@ const Contact = () => { @@ -169,7 +181,7 @@ const Contact = () => { @@ -178,7 +190,7 @@ const Contact = () => { @@ -187,7 +199,7 @@ const Contact = () => {