diff --git a/src/app/custom-hampers/page.tsx b/src/app/custom-hampers/page.tsx index d447140..809589d 100644 --- a/src/app/custom-hampers/page.tsx +++ b/src/app/custom-hampers/page.tsx @@ -5,9 +5,9 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp export default function CustomHampersPage() { return ( - + - + ); } \ No newline at end of file diff --git a/src/app/mandala-sets/page.tsx b/src/app/mandala-sets/page.tsx index 091f1b0..8f1f7cc 100644 --- a/src/app/mandala-sets/page.tsx +++ b/src/app/mandala-sets/page.tsx @@ -5,9 +5,9 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp export default function MandalaSetsPage() { return ( - + - + ); } \ No newline at end of file diff --git a/src/app/premium-hampers/page.tsx b/src/app/premium-hampers/page.tsx index f9f2b5b..2737d7b 100644 --- a/src/app/premium-hampers/page.tsx +++ b/src/app/premium-hampers/page.tsx @@ -5,9 +5,9 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp export default function PremiumHampersPage() { return ( - + - + ); } \ No newline at end of file