Update src/app/page.tsx

This commit is contained in:
2026-05-06 03:27:04 +00:00
parent e6203de00d
commit 18569aea8c

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
name: "Contact", id: "contact"},
]}
brandName="Rajsavi Tea"
button={{ text: "Order Now", href: "#products" }}
button={{ text: "Call to Shop: 816-831-3976", href: "tel:8168313976" }}
/>
</div>
@@ -273,4 +273,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}