diff --git a/Frontend/app/layout.tsx b/Frontend/app/layout.tsx index 85783fd..db22b9b 100644 --- a/Frontend/app/layout.tsx +++ b/Frontend/app/layout.tsx @@ -8,7 +8,6 @@ import Header from "@/components/Header"; import { cookies } from "next/headers"; import { isAuthenticated } from "@/lib/auth"; import { GTagProvider, PHProvider, ThemeProvider } from "./providers"; -import PrelineScript from "@/components/Utilities/PrelineScript"; import { title } from "@/constants"; const raleway = Arimo({ @@ -65,7 +64,6 @@ export default async function RootLayout({ /> - ); diff --git a/Frontend/app/page.tsx b/Frontend/app/page.tsx index 1c219ab..46a7bdf 100644 --- a/Frontend/app/page.tsx +++ b/Frontend/app/page.tsx @@ -1,6 +1,9 @@ import "aos/dist/aos.css"; import React from "react"; -import { WaitingListWithImageHero } from "@/sections/Hero"; +import { + SquaredBackgroundHero, + WaitingListWithImageHero, +} from "@/sections/Hero"; import PageWrapper from "@/components/Utilities/PageWrapper"; import Footer from "@/components/Footer"; import PageHeader from "@/sections/PageHeader"; @@ -16,7 +19,7 @@ export default function Home() { return ( <> - +
diff --git a/Frontend/components/PriceCard.tsx b/Frontend/components/PriceCard.tsx index ca0fa75..ea23175 100644 --- a/Frontend/components/PriceCard.tsx +++ b/Frontend/components/PriceCard.tsx @@ -66,7 +66,7 @@ export default function PriceCard({ >
- {false && ( + {true && (

Popular

diff --git a/Frontend/components/Utilities/PrelineScript.tsx b/Frontend/components/Utilities/PrelineScript.tsx deleted file mode 100644 index 52c142d..0000000 --- a/Frontend/components/Utilities/PrelineScript.tsx +++ /dev/null @@ -1,27 +0,0 @@ -"use client"; - -import { usePathname } from "next/navigation"; -import { useEffect } from "react"; - -import { IStaticMethods } from "preline/preline"; -declare global { - interface Window { - HSStaticMethods: IStaticMethods; - } -} - -export default function PrelineScript() { - const path = usePathname(); - - useEffect(() => { - import("preline/preline"); - }, []); - - useEffect(() => { - setTimeout(() => { - window?.HSStaticMethods?.autoInit(); - }, 100); - }, [path]); - - return null; -} diff --git a/Frontend/sections/Features/ContainerImageIconBlocksFeature.tsx b/Frontend/sections/Features/ContainerImageIconBlocksFeature.tsx index e5bd596..e8641d0 100644 --- a/Frontend/sections/Features/ContainerImageIconBlocksFeature.tsx +++ b/Frontend/sections/Features/ContainerImageIconBlocksFeature.tsx @@ -6,7 +6,8 @@ function ContainerImageIconBlocksFeature() { <> {/* Features */}
-
+ {/* HIDDEN */} +
{ @@ -6,25 +7,25 @@ const SquaredBackgroundHero = () => { <> {/* Hero */}
-
+
{/* Grid */} -
+
-

- Start your journey with{" "} +

+ Build your app fast with{" "} {title}

- Hand-picked professionals and expertly crafted components, - designed for any kind of entrepreneur. + Join in a tight knit community of like minded makers as we build + apps using Pocketbase and React

{/* Buttons */} {/* End Buttons */} - {/* Review */} -
+ {/* HIDDEN Review */} +
{/* Review */}
{ /> { /> { /> { /> { />
-

+

4.6 /5 - from 12k reviews

{/* Star */} {
{ /> { /> { /> { /> { />
-

+

4.8 /5 - from 5k reviews

{/* Star */} {
{/* End Col */}
- Image Description
- {/* SVG*/} -
- - - - - - - - - - - - - - - - - - - -
- {/* End SVG*/}
{/* End Col */}