From 9ae84e800ebbdb074fccce6dab4d012f27a51612 Mon Sep 17 00:00:00 2001 From: James Wyndham Date: Fri, 1 Mar 2024 12:18:56 +0800 Subject: [PATCH] feature - added homepage with more components --- Frontend/app/(public)/pricing/page.tsx | 3 +- Frontend/app/(public)/whatsnew/page.tsx | 8 +- Frontend/app/page.tsx | 18 ++ Frontend/components/Footer.tsx | 2 +- Frontend/components/Utilities/Background.tsx | 2 +- Frontend/public/images/daisyui-icon.png | Bin 0 -> 3387 bytes Frontend/public/images/nextjs-icon.png | Bin 0 -> 2405 bytes Frontend/public/images/pocketbase-icon.png | Bin 0 -> 2485 bytes Frontend/public/images/stripe-icon.png | Bin 0 -> 3414 bytes Frontend/public/images/tailwind-icon.png | Bin 0 -> 4836 bytes ...om.tsx => RightAlignedBorderBottomFAQ.tsx} | 0 .../Feature/SolidBackgrondIconFeature.tsx | 155 ++++++++++++++++++ ...lTabsWithOverlappingBackgroundFeature.tsx} | 0 .../Hero/WaitingListWithImageHero.tsx | 3 +- .../IconsSections/SolidBackgrondIcon.tsx | 116 ------------- Frontend/tailwind.config.ts | 10 +- 16 files changed, 187 insertions(+), 130 deletions(-) create mode 100644 Frontend/public/images/daisyui-icon.png create mode 100644 Frontend/public/images/nextjs-icon.png create mode 100644 Frontend/public/images/pocketbase-icon.png create mode 100644 Frontend/public/images/stripe-icon.png create mode 100644 Frontend/public/images/tailwind-icon.png rename Frontend/sections/FAQ/{RightAlignedBorderBottom.tsx => RightAlignedBorderBottomFAQ.tsx} (100%) create mode 100644 Frontend/sections/Feature/SolidBackgrondIconFeature.tsx rename Frontend/sections/{Features/VerticalTabsWithOverlappingBackground.tsx => Feature/VerticalTabsWithOverlappingBackgroundFeature.tsx} (100%) delete mode 100644 Frontend/sections/IconsSections/SolidBackgrondIcon.tsx diff --git a/Frontend/app/(public)/pricing/page.tsx b/Frontend/app/(public)/pricing/page.tsx index fe89671..fa3d4e0 100644 --- a/Frontend/app/(public)/pricing/page.tsx +++ b/Frontend/app/(public)/pricing/page.tsx @@ -22,7 +22,8 @@ export default function PricingPage() { <> {" "}

- Are you ready to save 20 hours? + Are you ready to save 20 hours of coding? Start your Micro-SaaS + today

} diff --git a/Frontend/app/(public)/whatsnew/page.tsx b/Frontend/app/(public)/whatsnew/page.tsx index bcd3060..f4a4a4d 100644 --- a/Frontend/app/(public)/whatsnew/page.tsx +++ b/Frontend/app/(public)/whatsnew/page.tsx @@ -1,8 +1,7 @@ import Footer from "@/components/Footer"; import Background from "@/components/Utilities/Background"; import Spacer from "@/components/Utilities/Spacer"; -import FormLeftDescriptionRightContactUs from "@/sections/ContactUs/FormLeftDescriptionRightContactUs"; -import SolidBackgrondIcon from "@/sections/IconsSections/SolidBackgrondIcon"; +import SolidBackgrondIconFeature from "@/sections/Feature/SolidBackgrondIconFeature"; import PageHeader from "@/sections/PageHeader"; import React from "react"; @@ -16,12 +15,13 @@ const page = () => { <> {" "}

- Take a look at all the cool features we've built. + Fastpocket gives you boilerplate to help you build.

} /> - + +