From d55601322beb8cf3e971240f64e20f4d8bb05b75 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 01:39:49 +0000 Subject: [PATCH] Update src/app/collections/page.tsx --- src/app/collections/page.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/app/collections/page.tsx b/src/app/collections/page.tsx index 0d8d530..9b10310 100644 --- a/src/app/collections/page.tsx +++ b/src/app/collections/page.tsx @@ -2,11 +2,11 @@ import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; -import ProductCardOne from "@/components/sections/product/ProductCardOne"; -import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; -import FooterCard from "@/components/sections/footer/FooterCard"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; +import FooterCard from '@/components/sections/footer/FooterCard'; import { Star, Shield, Instagram, Facebook, Linkedin, Twitter } from "lucide-react"; export default function CollectionsPage() { @@ -93,7 +93,6 @@ export default function CollectionsPage() { id: 3, title: "Global Access", description: "International shipping to Pakistan and diaspora destinations. Same-day processing, tracked delivery, and full insurance on every order.", imageSrc: "http://img.b2bpic.net/free-vector/cash-delivery-badge-collection_23-2148778407.jpg"}, ]} - mediaAnimation="blur-reveal" />