Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-07 17:36:40 +00:00
2 changed files with 71 additions and 221 deletions

View File

@@ -2,11 +2,11 @@
import Link from "next/link";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
import FeatureCardTwentyFour from "@/components/sections/feature/FeatureCardTwentyFour";
import ContactText from "@/components/sections/contact/ContactText";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
import ContactText from '@/components/sections/contact/ContactText';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { CheckCircle } from "lucide-react";
export default function AboutPage() {
@@ -20,8 +20,7 @@ export default function AboutPage() {
const footerColumns = [
{
title: "Products",
items: [
title: "Products", items: [
{ label: "Snakes", href: "#animals" },
{ label: "Turtles", href: "#animals" },
{ label: "Macaws", href: "#animals" },
@@ -29,8 +28,7 @@ export default function AboutPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Story", href: "/about" },
{ label: "Blog", href: "#" },
@@ -38,8 +36,7 @@ export default function AboutPage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact", href: "/contact" },
{ label: "FAQ", href: "#" },
{ label: "Health Guarantee", href: "#" },
@@ -47,8 +44,7 @@ export default function AboutPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Refund Policy", href: "#" },
@@ -82,10 +78,7 @@ export default function AboutPage() {
<TextSplitAbout
title="Our Journey"
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.",
]}
"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: "/" }]}
showBorder={true}
useInvertedBackground={false}
@@ -97,7 +90,7 @@ export default function AboutPage() {
<FeatureCardTwentyFour
title="Our Core Values"
description="These principles guide everything we do at Exotic Pets, from breeding standards to customer relationships."
tag="Our Foundation",
tag="Our Foundation"
tagIcon={CheckCircle}
tagAnimation="slide-up"
animationType="slide-up"
@@ -105,32 +98,14 @@ export default function AboutPage() {
useInvertedBackground={false}
features={[
{
id: "value-1",
title: "Animal Welfare First",
author: "Animal Care",
description: "Every animal's health and happiness are our primary concern. We maintain highest veterinary standards and optimal living conditions for all animals in our care.",
tags: ["Welfare", "Care"],
imageSrc: "http://img.b2bpic.net/free-photo/moorish-gecko-tarentola-mauritanica-basking-sun-shedding-its-skin_181624-3279.jpg?_wi=7",
imageAlt: "Animal welfare",
},
id: "value-1", title: "Animal Welfare First", author: "Animal Care", description: "Every animal's health and happiness are our primary concern. We maintain highest veterinary standards and optimal living conditions for all animals in our care.", tags: ["Welfare", "Care"],
imageSrc: "http://img.b2bpic.net/free-photo/moorish-gecko-tarentola-mauritanica-basking-sun-shedding-its-skin_181624-3279.jpg", imageAlt: "Animal welfare"},
{
id: "value-2",
title: "Ethical Sourcing",
author: "Ethics",
description: "We partner exclusively with experienced, ethical breeders who share our commitment to sustainable practices and genetic diversity. No wild-caught animals.",
tags: ["Ethics", "Breeding"],
imageSrc: "http://img.b2bpic.net/free-photo/moorish-gecko-tarentola-mauritanica-basking-sun-shedding-its-skin_181624-3279.jpg?_wi=8",
imageAlt: "Ethical breeding",
},
id: "value-2", title: "Ethical Sourcing", author: "Ethics", description: "We partner exclusively with experienced, ethical breeders who share our commitment to sustainable practices and genetic diversity. No wild-caught animals.", tags: ["Ethics", "Breeding"],
imageSrc: "http://img.b2bpic.net/free-photo/moorish-gecko-tarentola-mauritanica-basking-sun-shedding-its-skin_181624-3279.jpg", imageAlt: "Ethical breeding"},
{
id: "value-3",
title: "Customer Education",
author: "Education",
description: "We empower our customers with comprehensive care guides, species-specific advice, and ongoing support. An educated customer is a responsible pet owner.",
tags: ["Education", "Support"],
imageSrc: "http://img.b2bpic.net/free-photo/moorish-gecko-tarentola-mauritanica-basking-sun-shedding-its-skin_181624-3279.jpg?_wi=9",
imageAlt: "Customer education",
},
id: "value-3", title: "Customer Education", author: "Education", description: "We empower our customers with comprehensive care guides, species-specific advice, and ongoing support. An educated customer is a responsible pet owner.", tags: ["Education", "Support"],
imageSrc: "http://img.b2bpic.net/free-photo/moorish-gecko-tarentola-mauritanica-basking-sun-shedding-its-skin_181624-3279.jpg", imageAlt: "Customer education"},
]}
ariaLabel="Our core values section"
/>

View File

@@ -2,11 +2,11 @@
import Link from "next/link";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
import FeatureCardTwentyFour from "@/components/sections/feature/FeatureCardTwentyFour";
import ContactText from "@/components/sections/contact/ContactText";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
import ContactText from '@/components/sections/contact/ContactText';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { Heart, CheckCircle } from "lucide-react";
const navItems = [
@@ -35,9 +35,7 @@ export default function AnimalsPage() {
<NavbarStyleCentered
navItems={navItems}
button={{
text: "Add Animal",
href: "/add-animal",
}}
text: "Add Animal", href: "/add-animal"}}
brandName="Exotic Pets"
/>
</div>
@@ -51,102 +49,37 @@ export default function AnimalsPage() {
tagAnimation="slide-up"
buttons={[
{
text: "Back to Home",
href: "/",
},
text: "Back to Home", href: "/"},
]}
buttonAnimation="slide-up"
products={[
{
id: "snake-1",
brand: "Exotic Pets",
name: "Green Tree Python",
price: "$450.00",
rating: 5,
reviewCount: "24",
imageSrc: "http://img.b2bpic.net/free-photo/blue-viper-snake-branch-viper-snake-ready-attack-blue-insularis-animal-closeup_488145-2760.jpg?_wi=2",
imageAlt: "Green Tree Python",
},
id: "snake-1", brand: "Exotic Pets", name: "Green Tree Python", price: "$450.00", rating: 5,
reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/blue-viper-snake-branch-viper-snake-ready-attack-blue-insularis-animal-closeup_488145-2760.jpg", imageAlt: "Green Tree Python"},
{
id: "snake-2",
brand: "Exotic Pets",
name: "Ball Python - Gold Morph",
price: "$320.00",
rating: 5,
reviewCount: "18",
imageSrc: "http://img.b2bpic.net/free-photo/blue-viper-snake-branch-viper-snake-ready-attack-blue-insularis-animal-closeup_488145-3705.jpg?_wi=2",
imageAlt: "Ball Python Gold Morph",
},
id: "snake-2", brand: "Exotic Pets", name: "Ball Python - Gold Morph", price: "$320.00", rating: 5,
reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/blue-viper-snake-branch-viper-snake-ready-attack-blue-insularis-animal-closeup_488145-3705.jpg", imageAlt: "Ball Python Gold Morph"},
{
id: "snake-3",
brand: "Exotic Pets",
name: "King Cobra",
price: "$550.00",
rating: 5,
reviewCount: "12",
imageSrc: "http://img.b2bpic.net/free-photo/shot-curled-up-adult-leopard-snake_181624-41908.jpg?_wi=2",
imageAlt: "King Cobra",
},
id: "snake-3", brand: "Exotic Pets", name: "King Cobra", price: "$550.00", rating: 5,
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/shot-curled-up-adult-leopard-snake_181624-41908.jpg", imageAlt: "King Cobra"},
{
id: "turtle-1",
brand: "Exotic Pets",
name: "Red-Eared Slider Turtle",
price: "$85.00",
rating: 5,
reviewCount: "31",
imageSrc: "http://img.b2bpic.net/free-photo/tortoise_1127-3422.jpg?_wi=2",
imageAlt: "Red-Eared Slider Turtle",
},
id: "turtle-1", brand: "Exotic Pets", name: "Red-Eared Slider Turtle", price: "$85.00", rating: 5,
reviewCount: "31", imageSrc: "http://img.b2bpic.net/free-photo/tortoise_1127-3422.jpg", imageAlt: "Red-Eared Slider Turtle"},
{
id: "turtle-2",
brand: "Exotic Pets",
name: "African Sulcata Tortoise",
price: "$280.00",
rating: 5,
reviewCount: "19",
imageSrc: "http://img.b2bpic.net/free-photo/wide-angle-shot-sandy-valley-with-rock-middle_181624-20245.jpg?_wi=2",
imageAlt: "African Sulcata Tortoise",
},
id: "turtle-2", brand: "Exotic Pets", name: "African Sulcata Tortoise", price: "$280.00", rating: 5,
reviewCount: "19", imageSrc: "http://img.b2bpic.net/free-photo/wide-angle-shot-sandy-valley-with-rock-middle_181624-20245.jpg", imageAlt: "African Sulcata Tortoise"},
{
id: "turtle-3",
brand: "Exotic Pets",
name: "Green Sea Turtle",
price: "$620.00",
rating: 5,
reviewCount: "9",
imageSrc: "http://img.b2bpic.net/free-photo/turtle_1308-39981.jpg?_wi=2",
imageAlt: "Green Sea Turtle",
},
id: "turtle-3", brand: "Exotic Pets", name: "Green Sea Turtle", price: "$620.00", rating: 5,
reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/turtle_1308-39981.jpg", imageAlt: "Green Sea Turtle"},
{
id: "parrot-1",
brand: "Exotic Pets",
name: "Blue Macaw",
price: "$850.00",
rating: 5,
reviewCount: "22",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tropical-colorful-bird_23-2151875489.jpg?_wi=2",
imageAlt: "Blue Macaw",
},
id: "parrot-1", brand: "Exotic Pets", name: "Blue Macaw", price: "$850.00", rating: 5,
reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tropical-colorful-bird_23-2151875489.jpg", imageAlt: "Blue Macaw"},
{
id: "parrot-2",
brand: "Exotic Pets",
name: "Scarlet Macaw",
price: "$920.00",
rating: 5,
reviewCount: "26",
imageSrc: "http://img.b2bpic.net/free-vector/tropical-background_52683-5630.jpg?_wi=2",
imageAlt: "Scarlet Macaw",
},
id: "parrot-2", brand: "Exotic Pets", name: "Scarlet Macaw", price: "$920.00", rating: 5,
reviewCount: "26", imageSrc: "http://img.b2bpic.net/free-vector/tropical-background_52683-5630.jpg", imageAlt: "Scarlet Macaw"},
{
id: "parrot-3",
brand: "Exotic Pets",
name: "Green-Winged Macaw",
price: "$950.00",
rating: 5,
reviewCount: "17",
imageSrc: "http://img.b2bpic.net/free-photo/girl-is-holding-blueandwhite-wavy-parrot-her-hands-closeup_169016-60914.jpg?_wi=2",
imageAlt: "Green-Winged Macaw",
},
id: "parrot-3", brand: "Exotic Pets", name: "Green-Winged Macaw", price: "$950.00", rating: 5,
reviewCount: "17", imageSrc: "http://img.b2bpic.net/free-photo/girl-is-holding-blueandwhite-wavy-parrot-her-hands-closeup_169016-60914.jpg", imageAlt: "Green-Winged Macaw"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -160,7 +93,7 @@ export default function AnimalsPage() {
<FeatureCardTwentyFour
title="Our Quality Standards"
description="Every animal in our collection meets the highest standards for health, genetic quality, and care. Learn what makes our animals exceptional."
tag="Quality Assurance",
tag="Quality Assurance"
tagIcon={CheckCircle}
tagAnimation="slide-up"
animationType="slide-up"
@@ -168,32 +101,14 @@ export default function AnimalsPage() {
useInvertedBackground={false}
features={[
{
id: "quality-1",
title: "Veterinary Certification",
author: "Health Experts",
description: "Each animal receives comprehensive veterinary evaluation including genetic screening, health assessment, and parasite testing. Complete health reports provided with every purchase.",
tags: ["Certified", "Healthy"],
imageSrc: "http://img.b2bpic.net/free-photo/moorish-gecko-tarentola-mauritanica-basking-sun-shedding-its-skin_181624-3279.jpg?_wi=4",
imageAlt: "Veterinary certification process",
},
id: "quality-1", title: "Veterinary Certification", author: "Health Experts", description: "Each animal receives comprehensive veterinary evaluation including genetic screening, health assessment, and parasite testing. Complete health reports provided with every purchase.", tags: ["Certified", "Healthy"],
imageSrc: "http://img.b2bpic.net/free-photo/moorish-gecko-tarentola-mauritanica-basking-sun-shedding-its-skin_181624-3279.jpg", imageAlt: "Veterinary certification process"},
{
id: "quality-2",
title: "Optimal Habitat",
author: "Care Specialists",
description: "Our animals are housed in species-appropriate enclosures with proper temperature, humidity, and lighting. Each habitat is designed to promote natural behaviors and long-term health.",
tags: ["Habitat", "Care"],
imageSrc: "http://img.b2bpic.net/free-photo/moorish-gecko-tarentola-mauritanica-basking-sun-shedding-its-skin_181624-3279.jpg?_wi=5",
imageAlt: "Professional habitat setup",
},
id: "quality-2", title: "Optimal Habitat", author: "Care Specialists", description: "Our animals are housed in species-appropriate enclosures with proper temperature, humidity, and lighting. Each habitat is designed to promote natural behaviors and long-term health.", tags: ["Habitat", "Care"],
imageSrc: "http://img.b2bpic.net/free-photo/moorish-gecko-tarentola-mauritanica-basking-sun-shedding-its-skin_181624-3279.jpg", imageAlt: "Professional habitat setup"},
{
id: "quality-3",
title: "Expert Consultation",
author: "Support Team",
description: "Our specialists are available to provide guidance on care requirements, feeding schedules, habitat setup, and breeding information. We're committed to your long-term success as an animal owner.",
tags: ["Support", "Expert"],
imageSrc: "http://img.b2bpic.net/free-photo/moorish-gecko-tarentola-mauritanica-basking-sun-shedding-its-skin_181624-3279.jpg?_wi=6",
imageAlt: "Expert consultation services",
},
id: "quality-3", title: "Expert Consultation", author: "Support Team", description: "Our specialists are available to provide guidance on care requirements, feeding schedules, habitat setup, and breeding information. We're committed to your long-term success as an animal owner.", tags: ["Support", "Expert"],
imageSrc: "http://img.b2bpic.net/free-photo/moorish-gecko-tarentola-mauritanica-basking-sun-shedding-its-skin_181624-3279.jpg", imageAlt: "Expert consultation services"},
]}
ariaLabel="Quality standards section"
/>
@@ -205,13 +120,9 @@ export default function AnimalsPage() {
animationType="entrance-slide"
buttons={[
{
text: "Contact Us",
href: "/contact",
},
text: "Contact Us", href: "/contact"},
{
text: "Back to Home",
href: "/",
},
text: "Back to Home", href: "/"},
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
@@ -224,87 +135,51 @@ export default function AnimalsPage() {
logoText="Exotic Pets"
columns={[
{
title: "Products",
items: [
title: "Products", items: [
{
label: "Snakes",
href: "/animals",
},
label: "Snakes", href: "/animals"},
{
label: "Turtles",
href: "/animals",
},
label: "Turtles", href: "/animals"},
{
label: "Macaws",
href: "/animals",
},
label: "Macaws", href: "/animals"},
{
label: "Care Guides",
href: "/",
},
label: "Care Guides", href: "/"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/",
},
label: "About Us", href: "/"},
{
label: "Our Story",
href: "/",
},
label: "Our Story", href: "/"},
{
label: "Blog",
href: "/",
},
label: "Blog", href: "/"},
{
label: "Careers",
href: "/",
},
label: "Careers", href: "/"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
{
label: "FAQ",
href: "/",
},
label: "FAQ", href: "/"},
{
label: "Health Guarantee",
href: "/",
},
label: "Health Guarantee", href: "/"},
{
label: "Shipping Info",
href: "/",
},
label: "Shipping Info", href: "/"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "/",
},
label: "Privacy Policy", href: "/"},
{
label: "Terms of Service",
href: "/",
},
label: "Terms of Service", href: "/"},
{
label: "Refund Policy",
href: "/",
},
label: "Refund Policy", href: "/"},
{
label: "Cookie Policy",
href: "/",
},
label: "Cookie Policy", href: "/"},
],
},
]}