Update src/app/page.tsx

This commit is contained in:
2026-03-03 13:42:48 +00:00
parent 53146c648c
commit 2dec505fc5

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 { Heart } from "lucide-react";
export default function LandingPage() {
return (
@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="compact"
sizing="mediumSizeLargeTitles"
background="grid"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="radial-glow"
@@ -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={Heart}
tagAnimation="slide-up"
buttons={[
{ text: "Shop Now", href: "#products" },