diff --git a/src/app/page.tsx b/src/app/page.tsx
index 96a0dde..0f9c3f8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,16 +29,11 @@ export default function LandingPage() {
@@ -47,52 +42,36 @@ export default function LandingPage() {
@@ -113,21 +92,17 @@ export default function LandingPage() {
useInvertedBackground={false}
groups={[
{
- id: "g1", groupTitle: "Experiences", members: [
- {
- id: "e1", title: "Student Intern", subtitle: "Northview High School", detail: "As a 3DE Senior, I take initiative and leverage humility and willingness to learn to contribute to company objectives."},
- {
- id: "e2", title: "Podcast Leader", subtitle: "Above & Beyond", detail: "Leading with passion, resilience, and humility to inspire and share knowledge."},
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-attractive-freckled-woman-with-curly-hair-smiles-positively-being-good-mood_273609-18500.jpg", imageAlt: "student portrait modern professional"},
+ id: "g1", groupTitle: "Experiences", members: [
+ { id: "e1", title: "Student Intern", subtitle: "Northview High School", detail: "As a 3DE Senior, I take initiative and leverage humility and willingness to learn to contribute to company objectives." },
+ { id: "e2", title: "Podcast Leader", subtitle: "Above & Beyond", detail: "Leading with passion, resilience, and humility to inspire and share knowledge." },
+ ]
+ },
{
- id: "g2", groupTitle: "Personality Tests", members: [
- {
- id: "p1", title: "Myers-Briggs", subtitle: "Protagonist", detail: "Leaving a positive legacy is a key priority."},
- {
- id: "p2", title: "Strengths", subtitle: "Communication & Maximizer", detail: "I love public speaking and constantly go above and beyond."},
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-girl-library-studying-using-laptop_23-2148448032.jpg", imageAlt: "student working on laptop"},
+ id: "g2", groupTitle: "Personality Tests", members: [
+ { id: "p1", title: "Myers-Briggs", subtitle: "Protagonist", detail: "Leaving a positive legacy is a key priority." },
+ { id: "p2", title: "Strengths", subtitle: "Communication & Maximizer", detail: "I love public speaking and constantly go above and beyond." },
+ ]
+ },
]}
title="Experience & Personality"
description="A glimpse into my professional journey, strengths, and personality."
@@ -141,12 +116,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "w1", name: "Business Project", price: "View Project", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-marketing-agency-facebook-template_23-2150726404.jpg"},
- {
- id: "w2", name: "Non-Profit Initiative", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/group-people-volunteering-foodbank_23-2149012190.jpg"},
- {
- id: "w3", name: "Speaking Engagement", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/authentic-group-therapy-meeting_23-2151083365.jpg"},
+ { id: "w1", name: "Business Project", price: "View Project", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-marketing-agency-facebook-template_23-2150726404.jpg" },
+ { id: "w2", name: "Non-Profit Initiative", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/group-people-volunteering-foodbank_23-2149012190.jpg" },
+ { id: "w3", name: "Speaking Engagement", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/authentic-group-therapy-meeting_23-2151083365.jpg" },
]}
title="Portfolio & Work Samples"
description="A collection of my projects and accomplishments."
@@ -156,14 +128,12 @@ export default function LandingPage() {
@@ -172,11 +142,9 @@ export default function LandingPage() {