diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a34813a..d5eeeb5 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,7 +8,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function ContactPage() { return ( - + + ); diff --git a/src/app/privacy/page.tsx b/src/app/privacy/page.tsx index 68313d8..697cf41 100644 --- a/src/app/privacy/page.tsx +++ b/src/app/privacy/page.tsx @@ -5,7 +5,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS export default function PrivacyPolicyPage() { return ( - + + ); diff --git a/src/app/shipping/page.tsx b/src/app/shipping/page.tsx index 0816760..c2488ca 100644 --- a/src/app/shipping/page.tsx +++ b/src/app/shipping/page.tsx @@ -5,7 +5,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS export default function ShippingPage() { return ( - + + + ); diff --git a/src/app/track-order/page.tsx b/src/app/track-order/page.tsx index 6d613fd..566ce6e 100644 --- a/src/app/track-order/page.tsx +++ b/src/app/track-order/page.tsx @@ -8,7 +8,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function TrackOrderPage() { return ( - +