diff --git a/src/app/page.tsx b/src/app/page.tsx index dae224b..91aba91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,16 +31,12 @@ export default function LandingPage() {
@@ -108,15 +78,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "f1", title: "Innovation", description: "Pushing sound design forward.", tag: "01", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-orange-background_23-2149020030.jpg", imageAlt: "Portrait of handsome man over orange background"}, - { - id: "f2", title: "Culture", description: "ACTUALLY MOVING CULTURE.", tag: "02", imageSrc: "http://img.b2bpic.net/free-photo/hex-textured-background-networking_23-2150080751.jpg?_wi=2", imageAlt: "Portrait of handsome man over orange background"}, - { - id: "f3", title: "Independence", description: "Total creative freedom.", tag: "03", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-orange-background_23-2149020038.jpg?_wi=1", imageAlt: "Portrait of handsome man over orange background"}, + { id: "f1", title: "Innovation", description: "Pushing sound design forward.", tag: "01" }, + { id: "f2", title: "Culture", description: "ACTUALLY MOVING CULTURE.", tag: "02" }, + { id: "f3", title: "Independence", description: "Total creative freedom.", tag: "03" }, ]} title="OUR MISSION" - description="Redefining the sonic landscape through relentless innovation and uncompromising quality." /> @@ -124,15 +90,10 @@ export default function LandingPage() {