5 Commits

Author SHA1 Message Date
e7c2b52c2c Merge version_2 into main
Merge version_2 into main
2026-03-07 00:48:22 +00:00
af69ea5f7a Update src/app/page.tsx 2026-03-07 00:48:18 +00:00
e887bcb29f Merge version_1 into main
Merge version_1 into main
2026-03-07 00:40:37 +00:00
f0533a76c7 Merge version_1 into main
Merge version_1 into main
2026-03-07 00:39:42 +00:00
65ac23f7cc Merge version_1 into main
Merge version_1 into main
2026-03-07 00:38:24 +00:00

View File

@@ -222,7 +222,7 @@ export default function LandingPage() {
logoText="The Detail Squad"
copyrightText="© 2025 The Detail Squad. All rights reserved. Los Angeles, CA."
socialLinks={[
{ icon: Instagram, href: "https://instagram.com/thedetailsquad", ariaLabel: "Instagram" },
{ icon: Instagram, href: "https://www.instagram.com/thedetailsquadd/?hl=en", ariaLabel: "Instagram" },
{ icon: Facebook, href: "https://facebook.com/thedetailsquad", ariaLabel: "Facebook" },
{ icon: Phone, href: "tel:2134546755", ariaLabel: "Call us" }
]}
@@ -230,4 +230,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}