removed divider
This commit is contained in:
parent
7690d59447
commit
4df64da3d4
@ -150,21 +150,6 @@ export function Home({ onNavigate }: Props) {
|
|||||||
</div>
|
</div>
|
||||||
</motion.div>
|
</motion.div>
|
||||||
|
|
||||||
{/* Elegant Divider Line */}
|
|
||||||
<div className="relative bg-gradient-to-r from-transparent via-blue-600 to-transparent h-[1px] mb-2">
|
|
||||||
<div className="absolute top-[-8px] left-1/2 transform -translate-x-1/2">
|
|
||||||
<motion.div
|
|
||||||
className="w-16 h-16 bg-white rounded-full flex items-center justify-center shadow-lg"
|
|
||||||
initial={{ scale: 0, opacity: 0 }}
|
|
||||||
whileInView={{ scale: 1, opacity: 1 }}
|
|
||||||
transition={{ duration: 0.6, delay: 0.2 }}
|
|
||||||
viewport={{ once: true }}
|
|
||||||
>
|
|
||||||
<Waves className="text-blue-600" size={24} />
|
|
||||||
</motion.div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{/* Features Section with Luxury Styling */}
|
{/* Features Section with Luxury Styling */}
|
||||||
<div className="py-16 relative">
|
<div className="py-16 relative">
|
||||||
<motion.div
|
<motion.div
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user