Update src/app/page.tsx

This commit is contained in:
2026-05-11 05:16:21 +00:00
parent dbefe37e5e
commit 5a623f5d81

View File

@@ -167,7 +167,7 @@ export default function LandingPage() {
},
{
title: "Location", items: [
{ label: "3821 Crowell Rd, Turlock", href: "#" },
{ label: "3821 Crowell Rd, Turlock, CA 95382", href: "#" },
{ label: "(209) 416-0403", href: "tel:2094160403" },
],
},
@@ -178,4 +178,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}