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! +

+ + } + /> +