diff --git a/src/app/page.tsx b/src/app/page.tsx index fda13cb..e36ea2e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -57,35 +47,16 @@ export default function LandingPage() {
@@ -99,23 +70,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Brand Strategy", - description: "Defining your core identity and competitive edge in saturated markets.", - imageSrc: "http://img.b2bpic.net/free-photo/positive-businesswoman-showing-digital-tablet_1262-6180.jpg?_wi=3", - imageAlt: "young entrepreneur portrait minimalist office", - }, + title: "Brand Strategy", description: "Defining your core identity and competitive edge in saturated markets.", imageSrc: "http://img.b2bpic.net/free-photo/positive-businesswoman-showing-digital-tablet_1262-6180.jpg", imageAlt: "young entrepreneur portrait minimalist office"}, { - title: "Operational Scaling", - description: "Streamlining processes to maximize efficiency and sustainable growth.", - imageSrc: "http://img.b2bpic.net/free-photo/vivid-blurred-colorful-wallpaper-background_58702-2794.jpg?_wi=3", - imageAlt: "digital innovation abstract sleek lines", - }, + title: "Operational Scaling", description: "Streamlining processes to maximize efficiency and sustainable growth.", imageSrc: "http://img.b2bpic.net/free-photo/vivid-blurred-colorful-wallpaper-background_58702-2794.jpg", imageAlt: "digital innovation abstract sleek lines"}, { - title: "Venture Consulting", - description: "Direct advisory for early-stage founders navigating complex market landscapes.", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-modern-building-architecture_23-2148230369.jpg?_wi=3", - imageAlt: "modern architecture minimalist glass office", - }, + title: "Venture Consulting", description: "Direct advisory for early-stage founders navigating complex market landscapes.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-modern-building-architecture_23-2148230369.jpg", imageAlt: "modern architecture minimalist glass office"}, ]} title="Strategic Ventures" description="I provide high-level advisory and hands-on operational leadership to scale your brand effectively." @@ -126,62 +85,18 @@ export default function LandingPage() {
@@ -279,19 +142,13 @@ export default function LandingPage() { socialLinks={[ { icon: Twitter, - href: "https://twitter.com", - ariaLabel: "Twitter", - }, + href: "https://twitter.com", ariaLabel: "Twitter"}, { icon: Linkedin, - href: "https://linkedin.com", - ariaLabel: "Linkedin", - }, + href: "https://linkedin.com", ariaLabel: "Linkedin"}, { icon: Github, - href: "https://github.com", - ariaLabel: "Github", - }, + href: "https://github.com", ariaLabel: "Github"}, ]} />