From fdabd8cdfbacc0d61deebb9718786ee3d500811b Mon Sep 17 00:00:00 2001 From: James Wyndham Date: Thu, 7 Mar 2024 11:00:43 +0800 Subject: [PATCH] feature - the initial landing page --- Frontend/app/(public)/about/page.tsx | 2 +- Frontend/app/(public)/pricing/page.tsx | 4 - Frontend/app/page.tsx | 35 ++- Frontend/components/PriceCard.tsx | 4 +- Frontend/components/Utilities/Background.tsx | 2 +- Frontend/public/images/fastpocket-diagram.png | Bin 0 -> 139645 bytes .../ContainerImageIconBlocksFeature.tsx | 169 ++++++++++++ .../Feature/SolidBackgrondIconFeature.tsx | 12 +- ...alTabsWithOverlappingBackgroundFeature.tsx | 257 ------------------ .../Hero/WaitingListWithImageHero.tsx | 9 +- Frontend/sections/PageHeader.tsx | 2 +- .../sections/Testemonial/CardTestemonial.tsx | 67 +++++ 12 files changed, 272 insertions(+), 291 deletions(-) create mode 100644 Frontend/public/images/fastpocket-diagram.png create mode 100644 Frontend/sections/Feature/ContainerImageIconBlocksFeature.tsx delete mode 100644 Frontend/sections/Feature/VerticalTabsWithOverlappingBackgroundFeature.tsx create mode 100644 Frontend/sections/Testemonial/CardTestemonial.tsx diff --git a/Frontend/app/(public)/about/page.tsx b/Frontend/app/(public)/about/page.tsx index 609eab9..013c1ab 100644 --- a/Frontend/app/(public)/about/page.tsx +++ b/Frontend/app/(public)/about/page.tsx @@ -20,7 +20,7 @@ export default async function BlogsPage() { > {/* Page sections */} -
+

In 2023 I built Sign365 using pocketbase and setup an open source library to help people get setup with Stripe diff --git a/Frontend/app/(public)/pricing/page.tsx b/Frontend/app/(public)/pricing/page.tsx index a132ca0..ce7a297 100644 --- a/Frontend/app/(public)/pricing/page.tsx +++ b/Frontend/app/(public)/pricing/page.tsx @@ -36,11 +36,7 @@ export default function PricingPage() { -

- What you will give! -

- diff --git a/Frontend/app/page.tsx b/Frontend/app/page.tsx index f993f62..37c256d 100644 --- a/Frontend/app/page.tsx +++ b/Frontend/app/page.tsx @@ -6,8 +6,11 @@ import React from "react"; import { WaitingListWithImageHero } from "@/sections/Hero"; import PageWrapper from "@/components/Utilities/PageWrapper"; import Footer from "@/components/Footer"; -import SolidBackgrondIconFeature from "@/sections/Feature/SolidBackgrondIconFeature"; import PageHeader from "@/sections/PageHeader"; +import ContainerImageIconBlocksFeature from "@/sections/Feature/ContainerImageIconBlocksFeature"; +import Background from "@/components/Utilities/Background"; +import CardTestemonial from "@/sections/Testemonial/CardTestemonial"; +import Payment from "@/sections/Payment"; export default function Home() { useEffect(() => { @@ -24,19 +27,25 @@ export default function Home() {
- - {" "} -

- Fastpocket gives you boilerplate to help you build. -

- - } - /> - +
+ + + + + {" "} +

+ Purchase now to get early access at a discounted price and start + building with fly.io and docker compose templates immediately! +

+ + } + /> +