diff --git a/public/styles/globals.css b/public/styles/globals.css index a23ac26..ac17526 100644 --- a/public/styles/globals.css +++ b/public/styles/globals.css @@ -70,3 +70,15 @@ body { @apply bg-background text-foreground; } } + +@keyframes pulse { + 0% { + opacity: 0.5; + } + 50% { + opacity: 1; + } + 100% { + opacity: 0.5; + } +} diff --git a/src/components/HeroSection.tsx b/src/components/HeroSection.tsx index e7db2bc..54c87a5 100644 --- a/src/components/HeroSection.tsx +++ b/src/components/HeroSection.tsx @@ -3,15 +3,6 @@ import { Button } from "@/components/ui/button"; import { Wallet } from "lucide-react"; -//!THIS IS AN EXAMPLE OF A COMPONENT THAT IS NOT YET IMPLEMENTED, BUT YOU CAN USE IT AS A REFERENCE TO CREATE YOUR OWN COMPONENTS - -// import TestimonialSection from "./testimonial-section" -// import FeaturesSection from "./features-section" -// import PricingSection from "./pricing-section" -// import FAQSection from "./faq-section" -// import CTASection from "./cta-section" -// import Footer from "./footer" - export default function HeroSection() { return (
@@ -72,27 +63,6 @@ export default function HeroSection() {
- - {/* - - */} - {/* */} - {/* -