Merge version_4 into main #5
@@ -97,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: "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" },
|
||||
{ id: "p1", name: "Aluminum Die Inserts", price: "Custom", imageSrc: "https://images.unsplash.com/photo-1581092580497-e0d75cbdf152?auto=format&fit=crop&w=600&q=80&_wi=1" },
|
||||
{ id: "p2", name: "Custom Jigs & Fixtures", price: "Custom", imageSrc: "https://images.unsplash.com/photo-1581092334673-c82c3c1e285a?auto=format&fit=crop&w=600&q=80&_wi=1" },
|
||||
{ id: "p3", name: "Precision Aluminum Plates", price: "Custom", imageSrc: "https://images.unsplash.com/photo-1581092334673-c82c3c1e285a?auto=format&fit=crop&w=600&q=80&_wi=2" },
|
||||
{ id: "p4", name: "Aerospace Components", price: "Custom", imageSrc: "https://images.unsplash.com/photo-1581092580497-e0d75cbdf152?auto=format&fit=crop&w=600&q=80&_wi=2" },
|
||||
]}
|
||||
title="Aluminum Work Portfolio"
|
||||
description="Our VMC capabilities deliver high-performance parts across multiple industries."
|
||||
@@ -127,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: "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" },
|
||||
{ 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&_wi=1" },
|
||||
{ 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&_wi=2" },
|
||||
]}
|
||||
title="Client Success"
|
||||
description="Trusted by industry leaders for VMC engineering."
|
||||
|
||||
Reference in New Issue
Block a user