6 Commits

Author SHA1 Message Date
4fdabe6503 Update src/app/page.tsx 2026-03-04 01:11:09 +00:00
4ed4bafa69 Update src/app/layout.tsx 2026-03-04 01:11:08 +00:00
62b3e70a47 Merge version_3 into main
Merge version_3 into main
2026-03-04 00:57:49 +00:00
69cef0d180 Merge version_3 into main
Merge version_3 into main
2026-03-04 00:57:18 +00:00
04539f463d Merge version_3 into main
Merge version_3 into main
2026-03-04 00:57:01 +00:00
4524650173 Merge version_3 into main
Merge version_3 into main
2026-03-03 21:04:15 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1392,4 +1392,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
tagIcon={Sparkles}
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Browse Products", href: "#products" },
{ text: "Shop Now", href: "#products" },
{
text: "Get Directions", href: "https://maps.google.com/?q=815+S+Schifferdecker+Ave,+Joplin,+MO+64801"
},
@@ -234,4 +234,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}