Update src/app/page.tsx

This commit is contained in:
2026-03-10 02:44:57 +00:00
parent 88ddc499e3
commit 76e497d640

View File

@@ -32,7 +32,8 @@ export default function LandingPage() {
{ name: "Services", id: "services" },
{ name: "Why Us", id: "about" },
{ name: "Gallery", id: "feature" },
{ name: "Reviews", id: "testimonial" }
{ name: "Reviews", id: "testimonial" },
{ name: "Pricing", id: "/pricing" }
]}
button={{ text: "Call Now", href: "tel:+1-555-123-4567" }}
/>
@@ -280,4 +281,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}