diff --git a/src/app/page.tsx b/src/app/page.tsx index 86654db..5bfa429 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,26 +31,11 @@ export default function LandingPage() { @@ -154,58 +84,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - id: "s1", - title: "Illustrator", - author: "Vector Design", - description: "Logo design, branding, and intricate vector graphics.", - tags: [ - "vector", - "logos", - ], - imageSrc: "http://img.b2bpic.net/free-vector/nextgen-design-school-logo-template_742173-33268.jpg?_wi=2", - }, - { - id: "s2", - title: "Photoshop", - author: "Digital Art", - description: "Photo manipulation and digital art creation.", - tags: [ - "photo-edit", - ], - imageSrc: "http://img.b2bpic.net/free-vector/nextgen-design-school-logo-template_742173-33268.jpg?_wi=3", - }, - { - id: "s3", - title: "InDesign", - author: "Editorial Design", - description: "Professional layout and editorial publications.", - tags: [ - "print", - "layout", - ], - imageSrc: "http://img.b2bpic.net/free-vector/nextgen-design-school-logo-template_742173-33268.jpg?_wi=4", - }, - { - id: "s4", - title: "Premiere Pro", - author: "Video Editing", - description: "Seamless video editing and storytelling.", - tags: [ - "video", - ], - imageSrc: "http://img.b2bpic.net/free-vector/nextgen-design-school-logo-template_742173-33268.jpg?_wi=5", - }, - { - id: "s5", - title: "After Effects", - author: "Motion Graphics", - description: "Professional motion graphics and animation.", - tags: [ - "motion", - ], - imageSrc: "http://img.b2bpic.net/free-vector/nextgen-design-school-logo-template_742173-33268.jpg?_wi=6", - }, + { id: "s1", title: "Illustrator", author: "Vector Design", description: "Logo design, branding, and intricate vector graphics.", tags: ["vector", "logos"], imageSrc: "http://img.b2bpic.net/free-vector/nextgen-design-school-logo-template_742173-33268.jpg" }, + { id: "s2", title: "Photoshop", author: "Digital Art", description: "Photo manipulation and digital art creation.", tags: ["photo-edit"], imageSrc: "http://img.b2bpic.net/free-vector/nextgen-design-school-logo-template_742173-33268.jpg" }, + { id: "s3", title: "InDesign", author: "Editorial Design", description: "Professional layout and editorial publications.", tags: ["print", "layout"], imageSrc: "http://img.b2bpic.net/free-vector/nextgen-design-school-logo-template_742173-33268.jpg" }, + { id: "s4", title: "Premiere Pro", author: "Video Editing", description: "Seamless video editing and storytelling.", tags: ["video"], imageSrc: "http://img.b2bpic.net/free-vector/nextgen-design-school-logo-template_742173-33268.jpg" }, + { id: "s5", title: "After Effects", author: "Motion Graphics", description: "Professional motion graphics and animation.", tags: ["motion"], imageSrc: "http://img.b2bpic.net/free-vector/nextgen-design-school-logo-template_742173-33268.jpg" }, ]} title="Creative Technical Expertise" description="A comprehensive mastery of modern design tools to execute your ideas." @@ -216,44 +99,15 @@ export default function LandingPage() { @@ -378,9 +150,7 @@ export default function LandingPage() {