Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-03-21 19:34:22 +00:00

View File

@@ -257,7 +257,7 @@ export default function LandingPage() {
},
{
title: "Follow", items: [
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Instagram", href: "https://www.instagram.com/ocrusto/" },
{ label: "Facebook", href: "https://facebook.com" },
{ label: "Google Reviews", href: "https://google.com/maps" },
{ label: "Contact Us", href: "#contact" }
@@ -269,4 +269,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}