diff --git a/src/components/sections/Home1/Pricing.tsx b/src/components/sections/Home1/Pricing.tsx
new file mode 100644
index 0000000..3f4e2db
--- /dev/null
+++ b/src/components/sections/Home1/Pricing.tsx
@@ -0,0 +1,101 @@
+"use client";
+import React from 'react';
+import Link from 'next/link';
+import GsapReveal from '@/components/common/GsapReveal';
+import { pricingPlans } from '@/assets/data';
+
+const Pricing = () => {
+ return (
+