diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index f937d1d..389cf17 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -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() {
diff --git a/src/app/animals/page.tsx b/src/app/animals/page.tsx
index 0a9c161..7e48814 100644
--- a/src/app/animals/page.tsx
+++ b/src/app/animals/page.tsx
@@ -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() {
@@ -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() {
@@ -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: "/"},
],
},
]}