Merge version_1 into main #1
@@ -54,11 +54,11 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Zahur Hasan", handle: "Owner & Visionary", testimonial: "Our commitment to excellence has made us the trusted partner for complex infrastructure projects across the region.", rating: 5,
|
||||
imageSrc: "/placeholders/placeholder1.webp"
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Infrastructure Success", handle: "21 Years of Excellence", testimonial: "Delivering precision engineering and structural integrity on every project, every time.", rating: 5,
|
||||
imageSrc: "/placeholders/placeholder1.webp"
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=2"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -128,10 +128,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "vision", name: "Our Vision", price: "Excellence", variant: "Benchmark of National Infrastructure", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Vision placeholder"
|
||||
id: "vision", name: "Our Vision", price: "Excellence", variant: "Benchmark of National Infrastructure", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Vision placeholder"
|
||||
},
|
||||
{
|
||||
id: "mission", name: "Our Mission", price: "Quality", variant: "Superior Infrastructure Services", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Mission placeholder"
|
||||
id: "mission", name: "Our Mission", price: "Quality", variant: "Superior Infrastructure Services", imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "Mission placeholder"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user