Update src/components/sections/footer/FooterCard.tsx

This commit is contained in:
2026-02-18 22:49:14 +00:00
parent fc1d811fb2
commit 0b08a850c9

View File

@@ -26,8 +26,8 @@ interface FooterCardProps {
const FooterCard = ({ const FooterCard = ({
// logoSrc, // logoSrc,
// logoAlt = "Logo", // logoAlt = "Logo",
logoText = "Proofweb", logoText = "Proof Digital",
copyrightText = `© 2025 | Proofweb`, copyrightText = `© 2025 | Proof Digital`,
socialLinks, socialLinks,
ariaLabel = "Site footer", ariaLabel = "Site footer",
className = "", className = "",