3 Commits

Author SHA1 Message Date
e21d09f625 Update src/app/page.tsx 2026-03-04 18:44:55 +00:00
49f979a36d Update src/app/layout.tsx 2026-03-04 18:44:54 +00:00
4ddffcecd7 Merge version_1 into main
Merge version_1 into main
2026-03-04 18:42:50 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -183,7 +183,7 @@ export default function LandingPage() {
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ text: "Contact Us", href: "#" }, { text: "Call Now", href: "tel:+14075550147" },
{ text: "Place an Order", href: "products" } { text: "Place an Order", href: "products" }
]} ]}
/> />