diff --git a/src/app/page.tsx b/src/app/page.tsx
index d49b42a..1909693 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -139,11 +139,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- tag: "Durability", title: "Built to Last, Designed to Perform", subtitle: "Our products withstand the rigors of daily use.", description: "Crafted from the highest quality materials, GFFTC equine products are engineered for longevity and consistent performance, ensuring they stand up to every challenge in the stable and arena.", imageSrc: "http://img.b2bpic.net/free-photo/cowboy-background-concept_23-2149396008.jpg", imageAlt: "Premium leather saddle and bridle"},
+ tag: "Durability", title: "Built to Last, Designed to Perform", subtitle: "Our products withstand the rigors of daily use.", description: "Crafted from the highest quality materials, GFFTC equine products are engineered for longevity and consistent performance, ensuring they stand up to every challenge in the stable and arena.", imageSrc: "http://img.b2bpic.net/free-photo/leather-harness-stirrups-closeup_23-2148705910.jpg", imageAlt: "Premium leather saddle and bridle"},
{
- tag: "Comfort", title: "Unrivaled Comfort for Horse & Rider", subtitle: "Ergonomic designs prioritize well-being.", description: "Every saddle, bridle, and accessory is designed with advanced ergonomics to maximize comfort and reduce pressure points for both horse and rider, fostering a harmonious partnership.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552210.jpg", imageAlt: "Horse grooming kit"},
+ tag: "Comfort", title: "Unrivaled Comfort for Horse & Rider", subtitle: "Ergonomic designs prioritize well-being.", description: "Every saddle, bridle, and accessory is designed with advanced ergonomics to maximize comfort and reduce pressure points for both horse and rider, fostering a harmonious partnership.", imageSrc: "http://img.b2bpic.net/free-photo/horse-being-groomed-field_23-2149021817.jpg", imageAlt: "Horse grooming kit"},
{
- tag: "Innovation", title: "Leading the Way in Equine Care", subtitle: "Innovative solutions for modern equestrian needs.", description: "GFFTC is at the forefront of equine product innovation, integrating cutting-edge technology and research into our feed supplements and care items for optimal health and vitality.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-gardening-trowel_23-2148826111.jpg", imageAlt: "Equine supplements and feed"},
+ tag: "Innovation", title: "Leading the Way in Equine Care", subtitle: "Innovative solutions for modern equestrian needs.", description: "GFFTC is at the forefront of equine product innovation, integrating cutting-edge technology and research into our feed supplements and care items for optimal health and vitality.", imageSrc: "http://img.b2bpic.net/free-photo/group-horses-running-field-front_23-2148970038.jpg", imageAlt: "Equine supplements and feed"},
]}
title="Unmatched Quality & Innovation"
description="Discover why GFFTC products are trusted by equine enthusiasts worldwide for their superior design and effectiveness."
@@ -186,7 +186,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/equestrian-sport-young-girl-rides-horse-championship_654080-988.jpg", imageAlt: "Olivia Smith, professional rider"},
{
id: "t-2", name: "Benjamin Carter", handle: "Stable Owner", testimonial: "Our horses have never been healthier since we started using GFFTC supplements. A noticeable difference in coat, hooves, and energy levels.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-unicorn_23-2151551834.jpg", imageAlt: "Benjamin Carter, stable owner"},
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-horse_23-2150856815.jpg", imageAlt: "Benjamin Carter, stable owner"},
{
id: "t-3", name: "Ava Martinez", handle: "Show Jumper", testimonial: "The turnout blankets are incredibly durable and fit perfectly. My horses stay warm and dry, no matter the weather. Fantastic quality!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/charming-beautiful-blonde-jockey-riding-brown-horse-flower-garden_613910-1042.jpg", imageAlt: "Ava Martinez, show jumper"},
diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx
new file mode 100644
index 0000000..c63bfa6
--- /dev/null
+++ b/src/app/products/page.tsx
@@ -0,0 +1,96 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
+import FooterCard from '@/components/sections/footer/FooterCard';
+import ProductCardThree from '@/components/sections/product/ProductCardThree';
+import { Facebook, Instagram, Video } from "lucide-react";
+
+export default function ProductsPage() {
+ return (
+
+
+
+
+
+
+
+
window.location.href = "/products/product-1"
+ },
+ {
+ id: "p-supplement-performance", name: "Performance Joint Supplement", price: "$149.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowl-with-sand-spoon_23-2148724110.jpg", imageAlt: "Performance Joint Supplement", onProductClick: () => window.location.href = "/products/product-2"
+ },
+ {
+ id: "p-bridle-anatomical", name: "Anatomical Comfort Bridle", price: "$299.99", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-standing-with-horse_1157-23376.jpg", imageAlt: "Anatomical Comfort Bridle", onProductClick: () => window.location.href = "/products/product-3"
+ },
+ ]}
+ title="Our Premium Equine Product Line"
+ description="Discover GFFTC's specialized products, each designed with advanced technology and expert craftsmanship to ensure peak performance and well-being for your horse."
+ />
+
+
+
+
+
+ );
+}
diff --git a/src/app/products/product-1/page.tsx b/src/app/products/product-1/page.tsx
new file mode 100644
index 0000000..82d55fd
--- /dev/null
+++ b/src/app/products/product-1/page.tsx
@@ -0,0 +1,93 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
+import FooterCard from '@/components/sections/footer/FooterCard';
+import SplitAbout from '@/components/sections/about/SplitAbout';
+import { Facebook, Instagram, Video, CheckCircle } from "lucide-react";
+
+export default function ProductOnePage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/src/app/products/product-2/page.tsx b/src/app/products/product-2/page.tsx
new file mode 100644
index 0000000..957fdf6
--- /dev/null
+++ b/src/app/products/product-2/page.tsx
@@ -0,0 +1,93 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
+import FooterCard from '@/components/sections/footer/FooterCard';
+import SplitAbout from '@/components/sections/about/SplitAbout';
+import { Facebook, Instagram, Video, FlaskConical } from "lucide-react";
+
+export default function ProductTwoPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/src/app/products/product-3/page.tsx b/src/app/products/product-3/page.tsx
new file mode 100644
index 0000000..b45fa2c
--- /dev/null
+++ b/src/app/products/product-3/page.tsx
@@ -0,0 +1,93 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
+import FooterCard from '@/components/sections/footer/FooterCard';
+import SplitAbout from '@/components/sections/about/SplitAbout';
+import { Facebook, Instagram, Video, Handshake } from "lucide-react";
+
+export default function ProductThreePage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}