Update src/app/page.tsx
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import { Sparkles, Heart, PawPrint, MapPin, Star } from "lucide-react";
|
import { Sparkles, Heart, PawPrint, MapPin, Star } from "lucide-react";
|
||||||
|
|
||||||
@@ -44,7 +45,7 @@ export default function HomePage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="Golden Paws"
|
brandName="Golden Paws"
|
||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
logoHref="/"
|
button={{ text: "Adopt Now", href: "/adopt" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -101,7 +102,7 @@ export default function HomePage() {
|
|||||||
tag="Available Pets"
|
tag="Available Pets"
|
||||||
tagIcon={PawPrint}
|
tagIcon={PawPrint}
|
||||||
gridVariant="four-items-2x2-equal-grid"
|
gridVariant="four-items-2x2-equal-grid"
|
||||||
animationType="blur-reveal"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
/>
|
/>
|
||||||
@@ -110,8 +111,8 @@ export default function HomePage() {
|
|||||||
<div id="stories" data-section="stories">
|
<div id="stories" data-section="stories">
|
||||||
<TestimonialCardFive
|
<TestimonialCardFive
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{ id: 't1', name: 'Sarah & Mike Thompson', date: 'Date: 12 Nov 2024', title: 'Life is better with Cooper', quote: "Adopting Cooper was the best decision we ever made. The shelter team helped us every step of the way.", tag: 'Dog Adoption', avatarSrc: 'https://img.b2bpic.net/free-photo/cheerful-romantic-couple_1098-2321.jpg', imageSrc: 'https://img.b2bpic.net/free-photo/portrait-smiling-family-dog_329181-20491.jpg' },
|
{ id: 't1', name: 'Sarah & Mike Thompson', date: 'Date: 12 Nov 2024', title: 'Life is better with Cooper', quote: 'Adopting Cooper was the best decision we ever made. The shelter team helped us every step of the way.', tag: 'Dog Adoption', avatarSrc: 'https://img.b2bpic.net/free-photo/cheerful-romantic-couple_1098-2321.jpg', imageSrc: 'https://img.b2bpic.net/free-photo/portrait-smiling-family-dog_329181-20491.jpg' },
|
||||||
{ id: 't2', name: 'Emily Chen', date: 'Date: 05 Jan 2025', title: 'Luna is my constant companion', quote: "I was looking for a quiet companion and Luna has exceeded all expectations.", tag: 'Cat Adoption', avatarSrc: 'https://img.b2bpic.net/free-photo/woman-with-hat-hugging-her-beloved_1098-2310.jpg', imageSrc: 'https://img.b2bpic.net/free-photo/couple-with-their-kitten-celebrating-christmas_1303-30192.jpg' }
|
{ id: 't2', name: 'Emily Chen', date: 'Date: 05 Jan 2025', title: 'Luna is my constant companion', quote: 'I was looking for a quiet companion and Luna has exceeded all expectations.', tag: 'Cat Adoption', avatarSrc: 'https://img.b2bpic.net/free-photo/woman-with-hat-hugging-her-beloved_1098-2310.jpg', imageSrc: 'https://img.b2bpic.net/free-photo/couple-with-their-kitten-celebrating-christmas_1303-30192.jpg' }
|
||||||
]}
|
]}
|
||||||
title="Heartwarming Adoption Stories"
|
title="Heartwarming Adoption Stories"
|
||||||
description="See the joy that a rescued pet can bring to a household."
|
description="See the joy that a rescued pet can bring to a household."
|
||||||
|
|||||||
Reference in New Issue
Block a user