From c67cc1697ba8a044ca9901bfc3514c884b6cc2e9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 13:20:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bce1fff..04b0a5c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file -- 2.49.1