diff --git a/src/app/page.tsx b/src/app/page.tsx
index f0e4a4d..b3347f7 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -45,12 +45,13 @@ export default function LandingPage() {
@@ -96,10 +97,10 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
- { id: "p1", name: "Aluminum Die Inserts", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/aluminum-die-insert_01.jpg" },
- { id: "p2", name: "Custom Jigs & Fixtures", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/custom-jigs_02.jpg" },
- { id: "p3", name: "Precision Aluminum Plates", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/precision-aluminum-plate_03.jpg" },
- { id: "p4", name: "Aerospace Components", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/aerospace-alu-part_04.jpg" },
+ { id: "p1", name: "Aluminum Die Inserts", price: "Custom", imageSrc: "https://images.unsplash.com/photo-1581092580497-e0d75cbdf152?auto=format&fit=crop&w=600&q=80" },
+ { id: "p2", name: "Custom Jigs & Fixtures", price: "Custom", imageSrc: "https://images.unsplash.com/photo-1581092334673-c82c3c1e285a?auto=format&fit=crop&w=600&q=80" },
+ { id: "p3", name: "Precision Aluminum Plates", price: "Custom", imageSrc: "https://images.unsplash.com/photo-1581092334673-c82c3c1e285a?auto=format&fit=crop&w=600&q=80" },
+ { id: "p4", name: "Aerospace Components", price: "Custom", imageSrc: "https://images.unsplash.com/photo-1581092580497-e0d75cbdf152?auto=format&fit=crop&w=600&q=80" },
]}
title="Aluminum Work Portfolio"
description="Our VMC capabilities deliver high-performance parts across multiple industries."
@@ -126,8 +127,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- { id: "t1", name: "Vikram S.", role: "Quality Assurance", testimonial: "The surface finish on these aluminum parts is flawless.", imageSrc: "http://img.b2bpic.net/free-photo/man-industrial-worker_01.jpg" },
- { id: "t2", name: "Priya M.", role: "Project Lead", testimonial: "Reliable aluminum job works with consistent accuracy.", imageSrc: "http://img.b2bpic.net/free-photo/woman-industrial-manager_02.jpg" },
+ { id: "t1", name: "Vikram S.", role: "Quality Assurance", testimonial: "The surface finish on these aluminum parts is flawless.", imageSrc: "https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?auto=format&fit=crop&w=200&q=80" },
+ { id: "t2", name: "Priya M.", role: "Project Lead", testimonial: "Reliable aluminum job works with consistent accuracy.", imageSrc: "https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?auto=format&fit=crop&w=200&q=80" },
]}
title="Client Success"
description="Trusted by industry leaders for VMC engineering."
@@ -148,7 +149,7 @@ export default function LandingPage() {
@@ -158,7 +159,7 @@ export default function LandingPage() {
logoText="OM Engineering"
columns={[
{ title: "Services", items: [{ label: "VMC Job Work", href: "#features" }, { label: "Aluminum Machining", href: "#" }] },
- { title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "Quote Request", href: "#contact" }] },
+ { title: "Support", items: [{ label: "Call: 7801986173", href: "tel:7801986173" }, { label: "Call: 9726233391", href: "tel:9726233391" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }] },
]}
/>
@@ -166,4 +167,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file