5 Commits

Author SHA1 Message Date
fbb2d23e8e Merge version_2 into main
Merge version_2 into main
2026-03-03 22:16:38 +00:00
b1af484507 Update src/app/page.tsx 2026-03-03 22:16:33 +00:00
15f942f370 Merge version_1 into main
Merge version_1 into main
2026-03-03 21:23:03 +00:00
8210f23b37 Merge version_1 into main
Merge version_1 into main
2026-03-03 21:15:46 +00:00
743819a066 Merge version_1 into main
Merge version_1 into main
2026-03-03 21:07:35 +00:00

View File

@@ -253,10 +253,10 @@ export default function LandingPage() {
socialLinks={[ socialLinks={[
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Instagram" }, { icon: Instagram, href: "https://instagram.com", ariaLabel: "Instagram" },
{ icon: Facebook, href: "https://facebook.com", ariaLabel: "Facebook" }, { icon: Facebook, href: "https://facebook.com", ariaLabel: "Facebook" },
{ icon: Linkedin, href: "https://linkedin.com", ariaLabel: "LinkedIn" } { icon: Linkedin, href: "https://linkedin.com/in/isabellawrightLOCKED_SELECTION", ariaLabel: "LinkedIn" }
]} ]}
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }