Update src/app/page.tsx
This commit is contained in:
@@ -67,7 +67,7 @@ export default function LandingPage() {
|
||||
handle: "@evance",
|
||||
testimonial: "Nexus transformed our infrastructure within weeks. Unmatched expertise.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cloud-storage-network-server-online-backup-graphic_53876-132757.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cloud-storage-network-server-online-backup-graphic_53876-132757.jpg?_wi=1",
|
||||
imageAlt: "digital workspace dashboard",
|
||||
},
|
||||
{
|
||||
@@ -75,7 +75,7 @@ export default function LandingPage() {
|
||||
handle: "@mthorne",
|
||||
testimonial: "The design aesthetic combined with robust performance is exactly what we needed.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-technology-background-concept_1194-617185.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-technology-background-concept_1194-617185.jpg?_wi=1",
|
||||
imageAlt: "digital workspace dashboard",
|
||||
},
|
||||
{
|
||||
@@ -83,7 +83,7 @@ export default function LandingPage() {
|
||||
handle: "@schen",
|
||||
testimonial: "Exceptional communication and high-quality deployment. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-map-with-local-business-gps-pin-location_107791-15046.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-map-with-local-business-gps-pin-location_107791-15046.jpg?_wi=1",
|
||||
imageAlt: "digital workspace dashboard",
|
||||
},
|
||||
{
|
||||
@@ -91,7 +91,7 @@ export default function LandingPage() {
|
||||
handle: "@dwu",
|
||||
testimonial: "Truly a premium service, their team is professional and forward-thinking.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-man-standing-with-arms-crossed-front-ai-brain_482257-91021.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-man-standing-with-arms-crossed-front-ai-brain_482257-91021.jpg?_wi=1",
|
||||
imageAlt: "digital workspace dashboard",
|
||||
},
|
||||
{
|
||||
@@ -99,11 +99,11 @@ export default function LandingPage() {
|
||||
handle: "@jpark",
|
||||
testimonial: "Seamless integration, excellent support. Nexus is our go-to partner.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg?_wi=1",
|
||||
imageAlt: "digital workspace dashboard",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cloud-storage-network-server-online-backup-graphic_53876-132757.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cloud-storage-network-server-online-backup-graphic_53876-132757.jpg?_wi=2"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-successful-businesswoman-looking-tablet-standing-near-business-centre_176420-5676.jpg",
|
||||
@@ -135,7 +135,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Precision Engineering"
|
||||
description="At Nexus, we merge architectural design with heavy-duty back-end development to create digital ecosystems that scale."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-technology-background-concept_1194-617185.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-technology-background-concept_1194-617185.jpg?_wi=2"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -216,14 +216,14 @@ export default function LandingPage() {
|
||||
name: "Sarah Jenkins",
|
||||
role: "VP Engineering",
|
||||
testimonial: "Nexus provides the reliability of a large firm with the agility of a startup.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-man-standing-with-arms-crossed-front-ai-brain_482257-91021.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-man-standing-with-arms-crossed-front-ai-brain_482257-91021.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Robert Moss",
|
||||
role: "CTO",
|
||||
testimonial: "Best tech partnership we've engaged with in years.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -264,7 +264,7 @@ export default function LandingPage() {
|
||||
name: "NexusCore",
|
||||
price: "Custom",
|
||||
variant: "SaaS",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-map-with-local-business-gps-pin-location_107791-15046.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-map-with-local-business-gps-pin-location_107791-15046.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
|
||||
Reference in New Issue
Block a user