diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 3e07580..f2016d7 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -1,14 +1,14 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
-import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
-import HeroOverlay from '@/components/sections/hero/HeroOverlay';
-import SplitAbout from '@/components/sections/about/SplitAbout';
-import TeamCardTen from '@/components/sections/team/TeamCardTen';
-import FaqBase from '@/components/sections/faq/FaqBase';
-import ContactSplit from '@/components/sections/contact/ContactSplit';
-import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
-import { Heart, Users, Globe, Home, Mail, Sparkles } from 'lucide-react';
+import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
+import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial";
+import SplitAbout from "@/components/sections/about/SplitAbout";
+import TeamCardTen from "@/components/sections/team/TeamCardTen";
+import FaqBase from "@/components/sections/faq/FaqBase";
+import ContactSplit from "@/components/sections/contact/ContactSplit";
+import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
+import { Heart, Users, Globe, Home, Mail, Sparkles } from "lucide-react";
export default function AboutPage() {
return (
@@ -28,32 +28,42 @@ export default function AboutPage() {
-
@@ -79,7 +89,7 @@ export default function AboutPage() {
}
]}
buttons={[
- { text: "Our Impact", href: "#impact" },
+ { text: "Our Impact", href: "#" },
{ text: "Donate", href: "#" }
]}
buttonAnimation="slide-up"
@@ -173,21 +183,21 @@ export default function AboutPage() {
title: "About", items: [
{ label: "Our Mission", href: "/about" },
{ label: "Our Team", href: "/about" },
- { label: "Meet Our Pets", href: "/" }
+ { label: "Meet Our Pets", href: "/pets" }
]
},
{
title: "Get Involved", items: [
- { label: "Adopt a Pet", href: "/" },
- { label: "Volunteer", href: "/" },
+ { label: "Adopt a Pet", href: "#adopt" },
+ { label: "Volunteer", href: "#involved" },
{ label: "Donate", href: "#" }
]
},
{
title: "Resources", items: [
{ label: "Pet Care Tips", href: "#" },
- { label: "FAQ", href: "/about" },
- { label: "Contact Us", href: "/" }
+ { label: "FAQ", href: "#faq" },
+ { label: "Contact Us", href: "#contact" }
]
}
]}
@@ -196,4 +206,4 @@ export default function AboutPage() {
);
-}
\ No newline at end of file
+}
diff --git a/src/app/admin/page.tsx b/src/app/admin/page.tsx
index 0b38c3c..fbb8e7b 100644
--- a/src/app/admin/page.tsx
+++ b/src/app/admin/page.tsx
@@ -1,11 +1,10 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
-import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
-import MetricCardTen from '@/components/sections/metrics/MetricCardTen';
-import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
-import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
-import { LayoutDashboard, Users, FileText, Settings } from 'lucide-react';
+import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
+import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
+import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
+import { LayoutDashboard, Settings } from "lucide-react";
export default function AdminPage() {
return (
@@ -25,12 +24,10 @@ export default function AdminPage() {
@@ -59,65 +56,28 @@ export default function AdminPage() {
/>
-
-
-
-
@@ -49,8 +49,8 @@ export default function LandingPage() {
tagIcon={Heart}
tagAnimation="slide-up"
buttons={[
- { text: "Browse Pets", href: "pets" },
- { text: "Learn More", href: "about" }
+ { text: "Browse Pets", href: "/pets" },
+ { text: "Learn More", href: "/about" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/dog-sitting-near-girl_8353-5282.jpg"
@@ -288,23 +288,23 @@ export default function LandingPage() {
columns={[
{
title: "About", items: [
- { label: "Our Mission", href: "about" },
+ { label: "Our Mission", href: "/about" },
{ label: "Our Team", href: "#" },
- { label: "Meet Our Pets", href: "pets" }
+ { label: "Meet Our Pets", href: "/pets" }
]
},
{
title: "Get Involved", items: [
- { label: "Adopt a Pet", href: "adopt" },
- { label: "Volunteer", href: "involved" },
+ { label: "Adopt a Pet", href: "#adopt" },
+ { label: "Volunteer", href: "#involved" },
{ label: "Donate", href: "#" }
]
},
{
title: "Resources", items: [
{ label: "Pet Care Tips", href: "#" },
- { label: "FAQ", href: "faq" },
- { label: "Contact Us", href: "contact" }
+ { label: "FAQ", href: "#faq" },
+ { label: "Contact Us", href: "#contact" }
]
}
]}
diff --git a/src/app/pets/page.tsx b/src/app/pets/page.tsx
index d2072b8..b21c785 100644
--- a/src/app/pets/page.tsx
+++ b/src/app/pets/page.tsx
@@ -1,12 +1,12 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
-import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
-import ProductCardOne from '@/components/sections/product/ProductCardOne';
-import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
-import ContactSplit from '@/components/sections/contact/ContactSplit';
-import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
-import { Heart, Mail, Sparkles, MapPin, Calendar, Users } from 'lucide-react';
+import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
+import ProductCardOne from "@/components/sections/product/ProductCardOne";
+import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
+import ContactSplit from "@/components/sections/contact/ContactSplit";
+import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
+import { Heart, Mail, Sparkles } from "lucide-react";
export default function PetsPage() {
return (
@@ -26,11 +26,12 @@ export default function PetsPage() {
@@ -122,23 +123,23 @@ export default function PetsPage() {
columns={[
{
title: "About", items: [
- { label: "Our Mission", href: "about" },
+ { label: "Our Mission", href: "/about" },
{ label: "Our Team", href: "#" },
- { label: "Meet Our Pets", href: "pets" }
+ { label: "Meet Our Pets", href: "/pets" }
]
},
{
title: "Get Involved", items: [
- { label: "Adopt a Pet", href: "adopt" },
- { label: "Volunteer", href: "involved" },
+ { label: "Adopt a Pet", href: "#adopt" },
+ { label: "Volunteer", href: "#involved" },
{ label: "Donate", href: "#" }
]
},
{
title: "Resources", items: [
{ label: "Pet Care Tips", href: "#" },
- { label: "FAQ", href: "faq" },
- { label: "Contact Us", href: "contact" }
+ { label: "FAQ", href: "#faq" },
+ { label: "Contact Us", href: "#contact" }
]
}
]}