Update src/app/page.tsx
This commit is contained in:
@@ -270,15 +270,15 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#"
|
||||
href: "#", ariaLabel: "Facebook link"
|
||||
},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#"
|
||||
href: "#", ariaLabel: "Instagram link"
|
||||
},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "#"
|
||||
href: "#", ariaLabel: "Twitter link"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user