diff --git a/src/app/page.tsx b/src/app/page.tsx index d8d98c2..2a17aba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,7 @@ "use client"; import Link from "next/link"; -import { Heart, ShoppingBag, Paw, Star, MessageCircle } from "lucide-react"; +import { Heart, ShoppingBag, Star, MessageCircle } from "lucide-react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel"; @@ -49,7 +49,7 @@ export default function HomePage() { tag="Pet Care Experts" tagIcon={Heart} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "glowing-orb" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/woman-with-her-best-friend-park_23-2148345910.jpg", imageAlt: "Happy dog playing" @@ -129,7 +129,7 @@ export default function HomePage() {