2 Commits

Author SHA1 Message Date
a4480cec42 Update src/app/page.tsx 2026-04-28 12:41:54 +00:00
777c2de190 Merge version_3 into main
Merge version_3 into main
2026-04-28 12:39:39 +00:00

View File

@@ -143,6 +143,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseCard <FooterBaseCard
logoText="Aura Interiors" logoText="Aura Interiors"
copyrightText="© 2025 | Aura Interiors"
columns={[{ title: "Links", items: [{ label: "Home", href: "#" }] }]} columns={[{ title: "Links", items: [{ label: "Home", href: "#" }] }]}
className="animate-on-scroll" className="animate-on-scroll"
/> />