Update src/app/services/page.tsx
This commit is contained in:
@@ -73,11 +73,11 @@ export default function ServicesPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Road Project Management", price: "Professional Service", variant: "Planning to Execution", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=puoxei", imageAlt: "Road project management services"},
|
||||
id: "1", name: "Road Project Management", price: "Professional Service", variant: "Planning to Execution", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=puoxei&_wi=3", imageAlt: "Road project management services"},
|
||||
{
|
||||
id: "2", name: "Property Valuation", price: "Market Assessment", variant: "Land & Real Estate", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=aomw0t", imageAlt: "Property valuation expertise"},
|
||||
id: "2", name: "Property Valuation", price: "Market Assessment", variant: "Land & Real Estate", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=aomw0t&_wi=3", imageAlt: "Property valuation expertise"},
|
||||
{
|
||||
id: "3", name: "Engineering Consultation", price: "Expert Advice", variant: "Projects & Infrastructure", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qvdmfu", imageAlt: "Engineering consultation services"},
|
||||
id: "3", name: "Engineering Consultation", price: "Expert Advice", variant: "Projects & Infrastructure", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qvdmfu&_wi=4", imageAlt: "Engineering consultation services"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -93,10 +93,10 @@ export default function ServicesPage() {
|
||||
features={[
|
||||
{
|
||||
id: "01", title: "Highway Development & Infrastructure", description:
|
||||
"Complete project management for highway expansion, infrastructure improvement, and road development initiatives. We ensure modern standards, regulatory compliance, and timely delivery for all scale projects.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l43wmw", imageAlt: "Highway infrastructure development"},
|
||||
"Complete project management for highway expansion, infrastructure improvement, and road development initiatives. We ensure modern standards, regulatory compliance, and timely delivery for all scale projects.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l43wmw&_wi=3", imageAlt: "Highway infrastructure development"},
|
||||
{
|
||||
id: "02", title: "Comprehensive Land Surveying", description:
|
||||
"Professional land surveying services with advanced measurement equipment and methodologies. Our experts provide precise data preparation for engineering projects and property assessments across Egypt.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hse10n", imageAlt: "Land surveying and measurement"},
|
||||
"Professional land surveying services with advanced measurement equipment and methodologies. Our experts provide precise data preparation for engineering projects and property assessments across Egypt.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hse10n&_wi=3", imageAlt: "Land surveying and measurement"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user