Update src/app/page.tsx
This commit is contained in:
@@ -49,13 +49,13 @@ export default function LandingPage() {
|
||||
title="Empowering the Future of Construction"
|
||||
description="Streamlining procurement, supply chain logistics, and material management for large-scale construction projects globally."
|
||||
testimonials={[
|
||||
{ name: "John Doe", handle: "@johndoe", testimonial: "Increased our procurement efficiency by 40% in just one quarter.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/heavy-excavator-digging-day-light_23-2149194840.jpg", imageAlt: "construction site machinery heavy equipment" },
|
||||
{ name: "John Doe", handle: "@johndoe", testimonial: "Increased our procurement efficiency by 40% in just one quarter.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/heavy-excavator-digging-day-light_23-2149194840.jpg?_wi=1", imageAlt: "construction site machinery heavy equipment" },
|
||||
{ name: "Jane Smith", handle: "@janesmith", testimonial: "Reliable supply chain solutions that never let us down.", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/flat-construction-elements_98292-2741.jpg", imageAlt: "construction site machinery heavy equipment" },
|
||||
{ name: "Mark Wilson", handle: "@markwilson", testimonial: "Essential platform for managing modern industrial projects.", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/set-laptop-computer-with-electronic-business-icons_24911-45478.jpg", imageAlt: "construction site machinery heavy equipment" },
|
||||
{ name: "Sarah Lee", handle: "@sarahlee", testimonial: "A game changer for complex site logistics.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-warehouse-working-laptop_23-2148886881.jpg", imageAlt: "construction site machinery heavy equipment" },
|
||||
{ name: "Tom Baker", handle: "@tombaker", testimonial: "Outstanding support and intuitive interface.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/roof-tile-parquet-tile_1357-342.jpg", imageAlt: "construction site machinery heavy equipment" },
|
||||
{ name: "Tom Baker", handle: "@tombaker", testimonial: "Outstanding support and intuitive interface.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/roof-tile-parquet-tile_1357-342.jpg?_wi=1", imageAlt: "construction site machinery heavy equipment" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/heavy-excavator-digging-day-light_23-2149194840.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/heavy-excavator-digging-day-light_23-2149194840.jpg?_wi=2"
|
||||
imageAlt="Large scale construction site"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/successful-leader_1098-14310.jpg", alt: "Portrait 1" },
|
||||
@@ -109,7 +109,7 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "p1", name: "Industrial Cement", price: "$150/ton", imageSrc: "http://img.b2bpic.net/free-photo/roof-tile-parquet-tile_1357-342.jpg" },
|
||||
{ id: "p1", name: "Industrial Cement", price: "$150/ton", imageSrc: "http://img.b2bpic.net/free-photo/roof-tile-parquet-tile_1357-342.jpg?_wi=2" },
|
||||
{ id: "p2", name: "Structural Rebar", price: "$800/ton", imageSrc: "http://img.b2bpic.net/free-photo/modern-bridge-with-yellow-grey-metal-fragments_181624-11879.jpg" },
|
||||
{ id: "p3", name: "Power Drill Kit", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/hand-tools_1048-2926.jpg" },
|
||||
{ id: "p4", name: "Safety Hardhats", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/angry-young-blonde-engineer-builder-girl-uniform-dental-braces-talking-phone-isolated-white-space-with-copy-space_141793-91817.jpg" },
|
||||
|
||||
Reference in New Issue
Block a user