Update src/app/page.tsx

This commit is contained in:
2026-05-12 21:51:13 +00:00
parent 375ee4feb8
commit b97f95c9fa

View File

@@ -145,8 +145,6 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="ClearSky Solar"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
socialLinks={[{ icon: Twitter, href: "#", ariaLabel: "Twitter" }, { icon: Instagram, href: "#", ariaLabel: "Instagram" }]}
/>
</div>