Merge version_1 into main #4
@@ -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() {
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
tag="About Us"
|
||||
tagIcon={Paw}
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
title="Animal Park is dedicated to the wellbeing and happiness of every pet."
|
||||
description="Founded in 2015"
|
||||
|
||||
Reference in New Issue
Block a user