Update src/app/page.tsx
This commit is contained in:
@@ -9,7 +9,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
|||||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||||
import { CheckCircle, Heart, Paw, Package } from "lucide-react";
|
import { CheckCircle, Heart, Package } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -114,7 +114,7 @@ export default function LandingPage() {
|
|||||||
title="Available Pets Waiting for Home"
|
title="Available Pets Waiting for Home"
|
||||||
description="Meet our wonderful animals looking for their forever families. Each pet has their own unique personality and story."
|
description="Meet our wonderful animals looking for their forever families. Each pet has their own unique personality and story."
|
||||||
tag="Ready to Adopt"
|
tag="Ready to Adopt"
|
||||||
tagIcon={Paw}
|
tagIcon={Package}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Luna - Golden Retriever", price: "Adoption Fee: $150", variant: "4 years old • Female • Friendly", imageSrc: "http://img.b2bpic.net/free-photo/cute-golden-retriever-dog_1204-387.jpg", imageAlt: "Luna the golden retriever"
|
id: "1", name: "Luna - Golden Retriever", price: "Adoption Fee: $150", variant: "4 years old • Female • Friendly", imageSrc: "http://img.b2bpic.net/free-photo/cute-golden-retriever-dog_1204-387.jpg", imageAlt: "Luna the golden retriever"
|
||||||
|
|||||||
Reference in New Issue
Block a user