Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-07 00:48:23 +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>
);
}
}