diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0d5f98f..96a0dde 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
@@ -58,92 +48,51 @@ export default function LandingPage() {
@@ -164,49 +113,21 @@ export default function LandingPage() {
useInvertedBackground={false}
groups={[
{
- id: "g1",
- groupTitle: "Experiences",
- members: [
+ 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.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-attractive-freckled-woman-with-curly-hair-smiles-positively-being-good-mood_273609-18500.jpg?_wi=7",
- },
+ 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/high-angle-girl-library-studying-using-laptop_23-2148448032.jpg?_wi=1",
- },
+ 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?_wi=8",
- imageAlt: "student portrait modern professional",
- },
+ 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: "g2",
- groupTitle: "Personality Tests",
- members: [
+ id: "g2", groupTitle: "Personality Tests", members: [
{
- id: "p1",
- title: "Myers-Briggs",
- subtitle: "Protagonist",
- detail: "Leaving a positive legacy is a key priority.",
- imageSrc: "http://img.b2bpic.net/free-psd/flat-design-marketing-agency-facebook-template_23-2150726404.jpg?_wi=1",
- },
+ 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/group-people-volunteering-foodbank_23-2149012190.jpg?_wi=1",
- },
+ 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?_wi=2",
- imageAlt: "student working on laptop",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-girl-library-studying-using-laptop_23-2148448032.jpg", imageAlt: "student working on laptop"},
]}
title="Experience & Personality"
description="A glimpse into my professional journey, strengths, and personality."
@@ -221,23 +142,11 @@ export default function LandingPage() {
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?_wi=2",
- },
+ 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?_wi=2",
- },
+ 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: "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."
@@ -248,16 +157,13 @@ export default function LandingPage() {
@@ -266,16 +172,11 @@ export default function LandingPage() {