Update src/app/page.tsx
This commit is contained in:
@@ -210,17 +210,17 @@ export default function LandingPage() {
|
|||||||
socialLinks={[
|
socialLinks={[
|
||||||
{
|
{
|
||||||
icon: Instagram,
|
icon: Instagram,
|
||||||
href: "#", ariaLabel: "Instagram"},
|
href: "https://tuscany.webild.com", ariaLabel: "Instagram"},
|
||||||
{
|
{
|
||||||
icon: Facebook,
|
icon: Facebook,
|
||||||
href: "#", ariaLabel: "Facebook"},
|
href: "https://tuscany.webild.com", ariaLabel: "Facebook"},
|
||||||
{
|
{
|
||||||
icon: Twitter,
|
icon: Twitter,
|
||||||
href: "#", ariaLabel: "Twitter"},
|
href: "https://tuscany.webild.com", ariaLabel: "Twitter"},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user