diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5591e66..8bdc504 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -11,9 +11,9 @@ import { CheckCircle } from "lucide-react"; export default function AboutPage() { const navItems = [ - { name: "Home", id: "home" }, - { name: "Animals", id: "animals" }, - { name: "About", id: "about" }, + { name: "Home", id: "/" }, + { name: "Animals", id: "/animals" }, + { name: "About", id: "/about" }, { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" }, ]; @@ -21,34 +21,34 @@ export default function AboutPage() { const footerColumns = [ { title: "Products", items: [ - { label: "Snakes", href: "#animals" }, - { label: "Turtles", href: "#animals" }, - { label: "Macaws", href: "#animals" }, - { label: "Care Guides", href: "#" }, + { label: "Snakes", href: "/animals" }, + { label: "Turtles", href: "/animals" }, + { label: "Macaws", href: "/animals" }, + { label: "Care Guides", href: "/" }, ], }, { title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Story", href: "/about" }, - { label: "Blog", href: "#" }, - { label: "Careers", href: "#" }, + { label: "Blog", href: "/" }, + { label: "Careers", href: "/" }, ], }, { title: "Support", items: [ { label: "Contact", href: "/contact" }, - { label: "FAQ", href: "#" }, - { label: "Health Guarantee", href: "#" }, - { label: "Shipping Info", href: "#" }, + { label: "FAQ", href: "/" }, + { label: "Health Guarantee", href: "/" }, + { label: "Shipping Info", href: "/" }, ], }, { title: "Legal", items: [ - { label: "Privacy Policy", href: "#" }, - { label: "Terms of Service", href: "#" }, - { label: "Refund Policy", href: "#" }, - { label: "Cookie Policy", href: "#" }, + { label: "Privacy Policy", href: "/" }, + { label: "Terms of Service", href: "/" }, + { label: "Refund Policy", href: "/" }, + { label: "Cookie Policy", href: "/" }, ], }, ]; @@ -80,7 +80,7 @@ export default function AboutPage() { description={[ "Founded in 2010, Exotic Pets began with a simple mission: to provide ethically sourced, health-certified exotic animals to dedicated collectors and families worldwide. What started as a small specialty operation has grown into the premier destination for premium exotic pets.", "We believe that responsible exotic pet ownership begins with transparency, expert care, and unwavering commitment to animal welfare. Every decision we make—from breeder partnerships to veterinary protocols—is guided by this principle.", "Today, we're proud to serve thousands of satisfied customers across the globe, each with their own unique story of connection with their exotic animal companions. Our success is measured not just in sales, but in the lifelong wellbeing of every animal that leaves our care." ]} - buttons={[{ text: "Browse Animals", href: "/" }]} + buttons={[{ text: "Browse Animals", href: "/animals" }]} showBorder={true} useInvertedBackground={false} ariaLabel="About page - our journey" @@ -139,4 +139,4 @@ export default function AboutPage() { ); -} \ No newline at end of file +} diff --git a/src/app/animals/page.tsx b/src/app/animals/page.tsx index e49bc76..9cafd4d 100644 --- a/src/app/animals/page.tsx +++ b/src/app/animals/page.tsx @@ -10,9 +10,9 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import { Heart, CheckCircle } from "lucide-react"; const navItems = [ - { name: "Home", id: "home" }, - { name: "Animals", id: "animals" }, - { name: "About", id: "about" }, + { name: "Home", id: "/" }, + { name: "Animals", id: "/animals" }, + { name: "About", id: "/about" }, { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" }, ]; @@ -169,10 +169,10 @@ export default function AnimalsPage() { { title: "Company", items: [ { - label: "About Us", href: "/" + label: "About Us", href: "/about" }, { - label: "Our Story", href: "/" + label: "Our Story", href: "/about" }, { label: "Blog", href: "/" @@ -221,4 +221,4 @@ export default function AnimalsPage() { ); -} \ No newline at end of file +} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index cd2931e..498a746 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1436 +1,50 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; -import { Inter } from "next/font/google"; -import { Montserrat } from "next/font/google"; +import { Geist, Geist_Mono } from "next/font/google"; +import "./styles/variables.css"; import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; +import { Tag } from "@/components/tag/Tag"; -const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], +const geistSans = Geist({ + variable: "--font-geist-sans", subsets: ["latin"], }); -const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], -}); - -const montserrat = Montserrat({ - variable: "--font-montserrat", - subsets: ["latin"], +const geistMono = Geist_Mono({ + variable: "--font-geist-mono", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Exotic Pets - Premium Snakes, Turtles & Macaws", - description: "Discover premium exotic animals including rare snakes, turtles, and macaws. Health-certified, ethically sourced. Expert care and lifetime support.", - keywords: "exotic animals, snakes for sale, turtles, macaws, rare reptiles, exotic pets", - robots: { - index: true, - follow: true, - }, - openGraph: { - title: "Exotic Pets - Premium Animals Selection", - description: "Explore our curated collection of exotic snakes, turtles, and macaws. Health-certified and professionally cared for.", - url: "https://exoticpets.com", - siteName: "Exotic Pets", - type: "website", - images: [ - { - url: "http://img.b2bpic.net/free-photo/close-up-pattern-scales_23-2151365729.jpg", - alt: "Exotic animals collection", - }, - ], - }, - twitter: { - card: "summary_large_image", - title: "Exotic Pets - Premium Animals", - description: "Discover rare snakes, turtles, and macaws with health certification and expert support.", - images: ["http://img.b2bpic.net/free-photo/scarlet-macaw-ara-macao-flying-through-sky-big-parrots-flying-formation-sky_488145-1169.jpg"], - }, -}; + title: "Exotic Pets - Premium Exotic Animals", description: "Discover ethically sourced, health-certified exotic animals including snakes, turtles, and macaws. Expert care and lifetime support."}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - {children} - +