diff --git a/src/app/page.tsx b/src/app/page.tsx
index bf163f5..c5a352d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,14 +32,10 @@ export default function LandingPage() {
@@ -51,42 +47,18 @@ export default function LandingPage() {
title="Building Engineering Excellence."
description="Premium civil engineering, waterproofing, flooring, and maintenance solutions crafted for modern spaces."
testimonials={[
- {
- name: "John Doe", handle: "CEO", testimonial: "Exceptional precision in our facility maintenance.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-with-building-project-coffee_23-2148269327.jpg?_wi=1"},
- {
- name: "Jane Smith", handle: "Manager", testimonial: "Top-tier flooring and waterproofing solutions.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-crossed-arms-outdoors_23-2148269268.jpg"},
- {
- name: "Robert Fox", handle: "Architect", testimonial: "Professional engineering standards throughout.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/factory-manager-gives-paperwork-files-investors-reviewing-financial-statement_482257-126495.jpg?_wi=1"},
- {
- name: "Alice Wong", handle: "Director", testimonial: "Reliable and durable civil works partner.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/architect-safety-equipment_23-2148242907.jpg"},
- {
- name: "Mike Ross", handle: "Consultant", testimonial: "Icon Engineering sets the benchmark for quality.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/group-industry-experts-engineers-analyzing-solar-panel-systems_482257-126021.jpg"},
+ { name: "John Doe", handle: "CEO", testimonial: "Exceptional precision in our facility maintenance.", rating: 5, imageSrc: "https://images.unsplash.com/photo-1503387762-592bae580d22?q=80&w=2400&auto=format&fit=crop" },
+ { name: "Jane Smith", handle: "Manager", testimonial: "Top-tier flooring and waterproofing solutions.", rating: 5, imageSrc: "https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?q=80&w=2400&auto=format&fit=crop" },
+ { name: "Robert Fox", handle: "Architect", testimonial: "Professional engineering standards throughout.", rating: 5, imageSrc: "https://images.unsplash.com/photo-1541888946425-d81bb19800f5?q=80&w=2400&auto=format&fit=crop" },
]}
buttons={[
- {
- text: "Get Free Inspection", href: "#contact"},
- {
- text: "Explore Services", href: "#services"},
- ]}
- imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DWxYGrDUsOe9DpEz2on8gblDpl/uploaded-1778411704041-dkqsz498.png?_wi=1"
- imageAlt="Icon Engineering Solutions Logo"
- avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/two-successful-male-architect-have-conversation-office_23-2147843005.jpg", alt: "Architect client"},
- {
- src: "http://img.b2bpic.net/free-photo/architecture-successful-meeting_23-2148480364.jpg", alt: "Engineering lead"},
- {
- src: "http://img.b2bpic.net/free-photo/medium-shot-men-with-helmets-looking-each-other_23-2148269318.jpg", alt: "Operations manager"},
- {
- src: "http://img.b2bpic.net/free-photo/low-angle-smiley-people-looking-each-other_23-2148269330.jpg", alt: "Facility partner"},
- {
- src: "http://img.b2bpic.net/free-photo/happy-young-businessman-architect-smiling_93675-133869.jpg", alt: "Construction consultant"},
+ { text: "Get Free Inspection", href: "#contact" },
+ { text: "Explore Services", href: "#services" },
]}
+ imageSrc="https://images.unsplash.com/photo-1621905251189-08b45d6a268e?q=80&w=2400&auto=format&fit=crop"
+ imageAlt="Cinematic Engineering Architectural View"
+ showBlur={true}
+ showDimOverlay={true}
/>
@@ -94,10 +66,7 @@ export default function LandingPage() {
@@ -105,53 +74,10 @@ export default function LandingPage() {
@@ -211,14 +122,9 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file