Update src/app/page.tsx

This commit is contained in:
2026-03-03 13:43:57 +00:00
parent cb25680234
commit 749ad41c3e

View File

@@ -10,7 +10,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import ContactText from '@/components/sections/contact/ContactText';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Paw } from "lucide-react";
import { PawPrint } from "lucide-react";
export default function LandingPage() {
return (
@@ -45,9 +45,9 @@ export default function LandingPage() {
<HeroBillboardRotatedCarousel
title="Welcome to Pet City"
description="Your one-stop shop for everything your furry friends need. Quality pet products, expert care, and a community of pet lovers."
background={{ variant: "grid" }}
background={{ variant: "plain" }}
tag="Pet Care Excellence"
tagIcon={Paw}
tagIcon={PawPrint}
tagAnimation="slide-up"
buttons={[
{ text: "Shop Now", href: "#products" },