mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
feat: updated homepage and pricing
This commit is contained in:
parent
0fc241e5fa
commit
6415d4fd57
27 changed files with 857 additions and 998 deletions
12
surfsense_web/app/(home)/pricing/page.tsx
Normal file
12
surfsense_web/app/(home)/pricing/page.tsx
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import React from "react";
|
||||
import PricingBasic from "@/components/pricing/pricing-section";
|
||||
|
||||
const page = () => {
|
||||
return (
|
||||
<div>
|
||||
<PricingBasic />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default page;
|
||||
Loading…
Add table
Add a link
Reference in a new issue