3 Commits

Author SHA1 Message Date
ff13769ed1 Merge version_2 into main
Merge version_2 into main
2026-03-10 13:20:32 +00:00
c67cc1697b Update src/app/page.tsx 2026-03-10 13:20:26 +00:00
d7bef7c591 Merge version_1 into main
Merge version_1 into main
2026-03-10 13:13:32 +00:00

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>
);
}
}