+ A legacy of excellence in Texas welding and fabrication
+
+
+
+
+
+ {/* About Content */}
+
+
+
+
+
+
+
+ {content.about.col1}
+
+
+
+ {/* Company Stats */}
+
+
+
500+
+
Projects Completed
+
+
+
20+
+
Years Experience
+
+
+
+
+
+
+
+ {content.about.col2}
+
+
+
+ {/* Values */}
+
+
+
+
+
Quality First
+
Every project meets the highest standards of craftsmanship and durability.
+
+
+
+
+
+
+
Team Excellence
+
Our skilled professionals bring decades of combined experience to every job.
+
+
+
+
+
+
+
Customer Focus
+
We build lasting relationships through reliable service and competitive pricing.
+
+
+
+
+
+
+
+
+
+ {/* Timeline Section */}
+
+
+
+
Our Journey
+
+
+
+
+ 2004
+
+
+
Company Founded
+
Established in Texas with a commitment to quality welding and fabrication services.
+
+
+
+
+
+ 2010
+
+
+
Facility Expansion
+
Expanded our fabrication shop with state-of-the-art equipment and technology.
+
+
+
+
+
+ 2024
+
+
+
Continued Excellence
+
Today we continue to serve Texas with unmatched quality and service.
+
+
+
+
+
+
+
+
+
+ );
+};
+
+export default About;
\ No newline at end of file
diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx
index 7130b54..d76d685 100644
--- a/src/pages/Index.tsx
+++ b/src/pages/Index.tsx
@@ -1,12 +1,18 @@
-// Update this page (the content is just a fallback if you fail to update the page)
+import React from 'react';
+import Header from '@/components/Header';
+import Footer from '@/components/Footer';
+import Hero from '@/components/Hero';
+import CompanyBlurb from '@/components/CompanyBlurb';
const Index = () => {
return (
-