+ We're here to help with any questions about our courses, + programs, or events. Reach out and let us know how we can assist you + in your musical journey. +
+ +Learn With the Best
+{course.title}
+{course.description}
+ + Learn More + +Dive into our comprehensive music courses and transform your musical journey today. Whether you're a beginner or looking to refine your skills, join us to unlock your true potential.
+Discover the talented professionals who will guide your musical journey
+Enhance Your Musical Journey
++ {children} +
+ ); +}; diff --git a/src/components/ui/google-gemini-effect.tsx b/src/components/ui/google-gemini-effect.tsx new file mode 100644 index 0000000..cc187b3 --- /dev/null +++ b/src/components/ui/google-gemini-effect.tsx @@ -0,0 +1,161 @@ +"use client"; +import { cn } from "@/utils/cn"; +import { motion, MotionValue } from "framer-motion"; +import React from "react"; + +const transition = { + duration: 0, + ease: "linear", +}; + +export const GoogleGeminiEffect = ({ + pathLengths, + title, + description, + className, +}: { + pathLengths: MotionValue[]; + title?: string; + description?: string; + className?: string; +}) => { + return ( ++ {title || `Build with Aceternity UI`} +
++ {description || + `Scroll this component and see the bottom SVG come to life wow this + works!`} +
++ + + {item.quote} + +++ + + {item.name} + + + {item.title} + + ++
+ {description} +
+