diff --git a/src/app/support/page.tsx b/src/app/support/page.tsx new file mode 100644 index 0000000..925ac07 --- /dev/null +++ b/src/app/support/page.tsx @@ -0,0 +1,107 @@ +"use client" + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import FooterCard from '@/components/sections/footer/FooterCard'; +import { Instagram, Facebook, Twitter, Mail } from "lucide-react"; + +export default function SupportPage() { + return ( + + + +
+
+
+

Support & Contact

+

We're here to help! Get in touch with us for any questions or concerns about your Gus products.

+
+ +
+

Get in Touch

+
+ +
+

Email us at

+ + nikolay@blagmail.com + +
+
+

We typically respond to all inquiries within 24 hours during business days.

+
+ +
+

Frequently Asked Questions

+
+
+ What is your return policy? +

We offer a 30-day money-back guarantee on all products. Items must be unused and in original packaging.

+
+
+ How long does shipping take? +

Standard shipping takes 5-7 business days. Express shipping options are available at checkout.

+
+
+ Are your cups microwave safe? +

Yes, all our Gus ceramic cups are microwave and dishwasher safe. Hand washing is recommended to preserve the glaze.

+
+
+ Do you offer bulk orders or corporate gifts? +

Yes! We offer special pricing for bulk orders and corporate gifting. Contact us at nikolay@blagmail.com for details.

+
+
+
+
+
+ + +
+ ); +} \ No newline at end of file