diff --git a/src/app/page.tsx b/src/app/page.tsx index 8705faf..1a04112 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -210,17 +210,17 @@ export default function LandingPage() { socialLinks={[ { icon: Instagram, - href: "#", ariaLabel: "Instagram"}, + href: "https://tuscany.webild.com", ariaLabel: "Instagram"}, { icon: Facebook, - href: "#", ariaLabel: "Facebook"}, + href: "https://tuscany.webild.com", ariaLabel: "Facebook"}, { icon: Twitter, - href: "#", ariaLabel: "Twitter"}, + href: "https://tuscany.webild.com", ariaLabel: "Twitter"}, ]} /> ); -} +} \ No newline at end of file