Update src/app/page.tsx
This commit is contained in:
@@ -75,7 +75,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/worker-works-building-site_1398-1728.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/worker-works-building-site_1398-1728.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
@@ -169,9 +169,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marc Dubois", date: "Jan 2024", title: "Satisfied Client", quote: "Fantastic project management.", tag: "Housing", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-workers-high-five_23-2149366624.jpg", imageSrc: "http://img.b2bpic.net/free-photo/worker-works-building-site_1398-1728.jpg", imageAlt: "happy home owner portrait"},
|
||||
id: "1", name: "Marc Dubois", date: "Jan 2024", title: "Satisfied Client", quote: "Fantastic project management.", tag: "Housing", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-workers-high-five_23-2149366624.jpg", imageSrc: "http://img.b2bpic.net/free-photo/worker-works-building-site_1398-1728.jpg?_wi=2", imageAlt: "happy home owner portrait"},
|
||||
{
|
||||
id: "2", name: "Elena Weber", date: "Feb 2024", title: "Project Owner", quote: "Professional, clean and fast.", tag: "Commercial", avatarSrc: "http://img.b2bpic.net/free-photo/african-american-woman-near-table-with-safety-helmet-equipments_23-2148040010.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-side-view-construction-engineer-using-tablet_23-2148233673.jpg", imageAlt: "happy home owner portrait"},
|
||||
id: "2", name: "Elena Weber", date: "Feb 2024", title: "Project Owner", quote: "Professional, clean and fast.", tag: "Commercial", avatarSrc: "http://img.b2bpic.net/free-photo/african-american-woman-near-table-with-safety-helmet-equipments_23-2148040010.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-side-view-construction-engineer-using-tablet_23-2148233673.jpg?_wi=1", imageAlt: "happy home owner portrait"},
|
||||
{
|
||||
id: "3", name: "Pierre Berger", date: "Mar 2024", title: "Renovation Lead", quote: "Great communication throughout.", tag: "Renovation", avatarSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15628.jpg", imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-495.jpg", imageAlt: "happy home owner portrait"},
|
||||
{
|
||||
@@ -229,7 +229,7 @@ export default function LandingPage() {
|
||||
textarea={{
|
||||
name: "message", placeholder: "Project details...", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-side-view-construction-engineer-using-tablet_23-2148233673.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-side-view-construction-engineer-using-tablet_23-2148233673.jpg?_wi=2"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user