Update src/app/page.tsx
This commit is contained in:
@@ -77,11 +77,13 @@ export default function LandingPage() {
|
||||
tag="Our Difference"
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Delayed project timelines", "Hidden cost overruns", "Inconsistent quality", "Poor communication"],
|
||||
"Delayed project timelines", "Hidden cost overruns", "Inconsistent quality", "Poor communication"
|
||||
],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"On-time project delivery", "Transparent fixed pricing", "Premium quality standards", "Dedicated project managers"],
|
||||
"Peace of mind with timely delivery", "Budget confidence with fixed pricing", "Consistent excellence in every detail", "Direct access to your dedicated project manager"
|
||||
],
|
||||
}}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -137,13 +139,17 @@ export default function LandingPage() {
|
||||
tag="Team"
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "James Mitchell", role: "CEO & Founder", imageSrc: "http://img.b2bpic.net/free-photo/wind-farms-fields_23-2149154408.jpg", imageAlt: "James Mitchell, CEO"},
|
||||
id: "1", name: "James Mitchell", role: "CEO & Founder", imageSrc: "http://img.b2bpic.net/free-photo/wind-farms-fields_23-2149154408.jpg", imageAlt: "James Mitchell, CEO"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sarah Bennett", role: "Project Director", imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg", imageAlt: "Sarah Bennett, Project Director"},
|
||||
id: "2", name: "Sarah Bennett", role: "Project Director", imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg", imageAlt: "Sarah Bennett, Project Director"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Michael Torres", role: "Chief Engineer", imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-man-construction-vest-safety-helmet-looking-camera-smiling-cheerfully-standing-orange_141793-109139.jpg", imageAlt: "Michael Torres, Chief Engineer"},
|
||||
id: "3", name: "Michael Torres", role: "Chief Engineer", imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-man-construction-vest-safety-helmet-looking-camera-smiling-cheerfully-standing-orange_141793-109139.jpg", imageAlt: "Michael Torres, Chief Engineer"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Emily Rodriguez", role: "Operations Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman-engineer_23-2148826528.jpg", imageAlt: "Emily Rodriguez, Operations Manager"},
|
||||
id: "4", name: "Emily Rodriguez", role: "Operations Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman-engineer_23-2148826528.jpg", imageAlt: "Emily Rodriguez, Operations Manager"
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -156,17 +162,23 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Robert Johnson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg", imageAlt: "Robert Johnson"},
|
||||
id: "1", name: "Robert Johnson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg", imageAlt: "Robert Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Patricia Lee", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Patricia Lee"},
|
||||
id: "2", name: "Patricia Lee", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Patricia Lee"
|
||||
},
|
||||
{
|
||||
id: "3", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-young-redhead-woman-with-charming-smile-healthy-clean-skin_273609-9036.jpg", imageAlt: "David Chen"},
|
||||
id: "3", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-young-redhead-woman-with-charming-smile-healthy-clean-skin_273609-9036.jpg", imageAlt: "David Chen"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Amanda Foster", imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-entrepreneur-sitting-workspace-looking-camera_482257-8143.jpg", imageAlt: "Amanda Foster"},
|
||||
id: "4", name: "Amanda Foster", imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-entrepreneur-sitting-workspace-looking-camera_482257-8143.jpg", imageAlt: "Amanda Foster"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Christopher Hayes", imageSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg", imageAlt: "Christopher Hayes"},
|
||||
id: "5", name: "Christopher Hayes", imageSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg", imageAlt: "Christopher Hayes"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Michelle Davis", imageSrc: "http://img.b2bpic.net/free-photo/young-female-blazer-beauty-blonde_1139-773.jpg", imageAlt: "Michelle Davis"},
|
||||
id: "6", name: "Michelle Davis", imageSrc: "http://img.b2bpic.net/free-photo/young-female-blazer-beauty-blonde_1139-773.jpg", imageAlt: "Michelle Davis"
|
||||
},
|
||||
]}
|
||||
cardTitle="Trusted by over 5,000 satisfied clients across the region"
|
||||
cardTag="Client Success Stories"
|
||||
|
||||
Reference in New Issue
Block a user