Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4fdabe6503 | |||
| 4ed4bafa69 | |||
| 62b3e70a47 | |||
| 69cef0d180 | |||
| 04539f463d | |||
| 4524650173 |
@@ -1392,4 +1392,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
|||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
buttons={[
|
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"
|
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>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user