diff --git a/src/app/page.tsx b/src/app/page.tsx
index f8c8a56..2aa5c4e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,10 +32,10 @@ export default function LandingPage() {
@@ -48,8 +48,8 @@ export default function LandingPage() {
description="We specialize in the purchase and sale of high-quality industrial, construction, and landscaping sand for projects of all sizes."
tag="Quality Assured"
buttons={[
- { text: "Browse Products", href: "#products" },
- { text: "Contact Sales", href: "#contact" },
+ { text: "Browse Products", href: "/products" },
+ { text: "Contact Sales", href: "/#contact" },
]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/beach-fence_1361-199.jpg", imageAlt: "Construction site sand pile" },
@@ -66,7 +66,7 @@ export default function LandingPage() {
@@ -89,25 +89,6 @@ export default function LandingPage() {
/>
-
-