mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-03 03:14:34 -05:00
update imports
This commit is contained in:
@@ -108,12 +108,7 @@ export default function Pricelist() {
|
||||
This saves you $588 every year.
|
||||
</p>
|
||||
<div className="absolute -right-20 -bottom-36 mx-auto h-96 w-96 scale-75 sm:-right-10">
|
||||
<Image
|
||||
src={EarlyBird}
|
||||
layout="fill"
|
||||
objectFit="fill"
|
||||
alt="formbricks favicon open source forms typeform alternative"
|
||||
/>
|
||||
<Image src={EarlyBird} fill alt="formbricks favicon open source forms typeform alternative" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -3,11 +3,12 @@ import Button from "@/components/shared/Button";
|
||||
import { useRouter } from "next/router";
|
||||
import BreakerCTA from "@/components/shared/BreakerCTA";
|
||||
import Features from "@/components/home/Features";
|
||||
import Pricing from "@/components/shared/pmfPricing";
|
||||
import Pricing from "@/components/shared/PmfPricing";
|
||||
import Image from "next/image";
|
||||
import DashboardMockup from "@/images/dashboard-mockup.png";
|
||||
import Pipelines from "@/images/pipelines.png";
|
||||
import PreSegmentation from "@/images/pre-segmentation.png";
|
||||
import PmfDummy from "@/components/shared/PmfDummy";
|
||||
|
||||
export default function GetStartedPage() {
|
||||
const router = useRouter();
|
||||
|
||||
Reference in New Issue
Block a user