Merge version_1 into main #1
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
@@ -11,7 +11,7 @@ import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Heart, Paw, Home, Award, TrendingUp, Facebook, Instagram, Twitter } from "lucide-react";
|
||||
import { Heart, Home, Award, TrendingUp, Facebook, Instagram, Twitter } from "lucide-react";
|
||||
|
||||
export default function PetShelterPage() {
|
||||
return (
|
||||
@@ -21,7 +21,7 @@ export default function PetShelterPage() {
|
||||
borderRadius="sharp"
|
||||
contentWidth="compact"
|
||||
sizing="large"
|
||||
background="aurora"
|
||||
background="none"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -48,7 +48,7 @@ export default function PetShelterPage() {
|
||||
{ text: "Browse Pets", href: "#products" },
|
||||
{ text: "Learn More", href: "#about" }
|
||||
]}
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/cute-dog-playing-with-woman-shelter-adoption_23-2148682996.jpg"
|
||||
imageAlt="Happy dog ready for adoption"
|
||||
frameStyle="card"
|
||||
@@ -99,7 +99,6 @@ export default function PetShelterPage() {
|
||||
<div id="feature" data-section="feature">
|
||||
<FeatureProcessSteps
|
||||
tag="How It Works"
|
||||
tagIcon={Paw}
|
||||
title="Simple Steps to Find Your Perfect Pet"
|
||||
description="Our adoption process is designed to ensure the best match between pets and families. Follow these steps to bring home your new companion."
|
||||
steps={[
|
||||
|
||||
Reference in New Issue
Block a user