BSJ2004 commited on
Commit
356e219
·
verified ·
1 Parent(s): c3226b2

Upload components/Pricing.jsx with huggingface_hub

Browse files
Files changed (1) hide show
  1. components/Pricing.jsx +0 -1
components/Pricing.jsx CHANGED
@@ -31,7 +31,6 @@ export default function Pricing() {
31
 
32
  return (
33
  <section id="pricing" className="py-24 bg-slate-900 relative overflow-hidden">
34
- {/* Background Elements */}
35
  <div className="absolute inset-0 overflow-hidden">
36
  <div className="absolute top-[30%] left-[20%] w-[40%] h-[40%] rounded-full bg-purple-600/10 blur-[100px]"></div>
37
  <div className="absolute bottom-[20%] right-[15%] w-[30%] h-[30%] rounded-full bg-blue-600/10 blur-[80px]"></div>
 
31
 
32
  return (
33
  <section id="pricing" className="py-24 bg-slate-900 relative overflow-hidden">
 
34
  <div className="absolute inset-0 overflow-hidden">
35
  <div className="absolute top-[30%] left-[20%] w-[40%] h-[40%] rounded-full bg-purple-600/10 blur-[100px]"></div>
36
  <div className="absolute bottom-[20%] right-[15%] w-[30%] h-[30%] rounded-full bg-blue-600/10 blur-[80px]"></div>