Update src/app/page.tsx

This commit is contained in:
2026-05-07 15:13:42 +00:00
parent 74238d8342
commit 4ffa81610d

View File

@@ -210,13 +210,13 @@ 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"},
]}
/>
</div>