Update src/app/page.tsx

This commit is contained in:
2026-03-10 13:20:26 +00:00
parent d7bef7c591
commit c67cc1697b

View File

@@ -33,8 +33,8 @@ export default function LandingPage() {
{ name: "Home", id: "hero" },
{ name: "Products", id: "products" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
{ name: "Order", id: "pricing" }
{ name: "Pricing", id: "pricing" },
{ name: "Contact", id: "contact" }
]}
bottomLeftText="Premium Ice Cream Crafted"
bottomRightText="hello@creamly.com"
@@ -225,4 +225,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}