Fix widget toggleChat error
This commit is contained in:
+6
-11
@@ -1,6 +1,5 @@
|
||||
"use client";
|
||||
|
||||
import Image from "next/image";
|
||||
import { useEffect, useMemo, useState } from "react";
|
||||
import { motion } from "framer-motion";
|
||||
import HeroSlider, {
|
||||
@@ -787,16 +786,12 @@ export default function HomePage() {
|
||||
<nav className="relative z-10 border-b border-white/10 bg-[#5e4a8a]/90 backdrop-blur">
|
||||
<div className="mx-auto flex w-full max-w-6xl items-center justify-between px-6 py-4">
|
||||
<div className="flex items-center">
|
||||
<div className="rounded-lg bg-[#5e4a8a] p-1">
|
||||
<Image
|
||||
src="/sitemente-logo-light.png"
|
||||
alt="SiteMente logo"
|
||||
width={180}
|
||||
height={40}
|
||||
className="h-9 w-auto object-contain md:h-10"
|
||||
priority
|
||||
/>
|
||||
</div>
|
||||
<a href="/" className="group">
|
||||
<span className="font-serif text-2xl md:text-3xl font-bold tracking-wide">
|
||||
<span className="text-white group-hover:text-pink-400 transition-colors">Site</span>
|
||||
<span className="text-pink-400 group-hover:text-white transition-colors">Mente</span>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div className="flex items-center gap-4">
|
||||
<div className="hidden items-center gap-6 text-sm font-medium md:flex">
|
||||
|
||||
Reference in New Issue
Block a user