Update src/app/page.tsx
This commit is contained in:
@@ -22,6 +22,7 @@ import {
|
|||||||
Headphones,
|
Headphones,
|
||||||
Instagram,
|
Instagram,
|
||||||
LifeBuoy,
|
LifeBuoy,
|
||||||
|
Lightbulb,
|
||||||
Linkedin,
|
Linkedin,
|
||||||
Mic,
|
Mic,
|
||||||
Music,
|
Music,
|
||||||
@@ -251,7 +252,7 @@ export default function LandingPage() {
|
|||||||
<FooterCard
|
<FooterCard
|
||||||
logoText="Pro Studio"
|
logoText="Pro Studio"
|
||||||
copyrightText="© 2023 Pro Studio. All rights reserved."
|
copyrightText="© 2023 Pro Studio. All rights reserved."
|
||||||
socialLinks={[{ icon: Twitter, href: "https://twitter.com/prostudio", ariaLabel: "Twitter" }, { icon: Linkedin, href: "https://linkedin.com/company/prostudio", ariaLabel: "LinkedIn" }, { icon: Instagram, href: "https://instagram.com/prostudio", ariaLabel: "Instagram" }]}}
|
socialLinks={[{ icon: Twitter, href: "https://twitter.com/prostudio", ariaLabel: "Twitter" }, { icon: Linkedin, href: "https://linkedin.com/company/prostudio", ariaLabel: "LinkedIn" }, { icon: Instagram, href: "https://instagram.com/prostudio", ariaLabel: "Instagram" }]}
|
||||||
className="py-16 md:py-24 bg-background-accent"
|
className="py-16 md:py-24 bg-background-accent"
|
||||||
cardClassName="bg-card/70 backdrop-blur-md"
|
cardClassName="bg-card/70 backdrop-blur-md"
|
||||||
logoClassName="text-2xl font-bold text-foreground"
|
logoClassName="text-2xl font-bold text-foreground"
|
||||||
|
|||||||
Reference in New Issue
Block a user