From 15bc70ff86518d3277e5a4811d95b2bef855cec7 Mon Sep 17 00:00:00 2001 From: BOTAlex Date: Mon, 15 Jul 2024 05:02:09 +0200 Subject: [PATCH] Started on page "pricing" --- OpenBirchWebsite/Layout/MainLayout.razor | 2 ++ OpenBirchWebsite/Pages/Pricing.razor | 7 +++++++ 2 files changed, 9 insertions(+) create mode 100644 OpenBirchWebsite/Pages/Pricing.razor diff --git a/OpenBirchWebsite/Layout/MainLayout.razor b/OpenBirchWebsite/Layout/MainLayout.razor index 2608400..2df5424 100644 --- a/OpenBirchWebsite/Layout/MainLayout.razor +++ b/OpenBirchWebsite/Layout/MainLayout.razor @@ -11,6 +11,8 @@ OpenBirch + Pricing + Console Download diff --git a/OpenBirchWebsite/Pages/Pricing.razor b/OpenBirchWebsite/Pages/Pricing.razor new file mode 100644 index 0000000..0833035 --- /dev/null +++ b/OpenBirchWebsite/Pages/Pricing.razor @@ -0,0 +1,7 @@ +@page "/pricing" + +OpenBirch Pricing + + + Our calculator is on a different plane—it’s got all the right angles! + \ No newline at end of file