feat: updated homepage and pricing

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-10-02 18:10:07 -07:00
parent 0fc241e5fa
commit 6415d4fd57
27 changed files with 857 additions and 998 deletions

View 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;