Update src/app/terms/page.tsx
This commit is contained in:
@@ -2,10 +2,9 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import LegalSection from '@/components/legal/LegalSection';
|
||||
|
||||
export default function TermsPage() {
|
||||
return (
|
||||
@@ -35,37 +34,22 @@ export default function TermsPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="terms-and-conditions" data-section="terms-and-conditions">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "1", title: "Shipping / Szállítás", content: "We ship globally. Worldwide shipping is 5-10 business days." },
|
||||
{ id: "2", title: "Returns / Visszaküldés", content: "You can return items within 30 days of purchase." },
|
||||
{ id: "3", title: "Privacy / Adatvédelem", content: "We value your privacy and comply with GDPR regulations." }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
title="Terms and Conditions / ÁSZF"
|
||||
description="Our official terms in English and Hungarian."
|
||||
faqsAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vacant-office-with-organized-technology_482257-119524.jpg"
|
||||
imageAlt="Vacant office with organized technology"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Get in Touch"
|
||||
description="Contact us for questions about terms."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name" },
|
||||
{ name: "email", type: "email", placeholder: "Email Address" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-modern-office_1170-1963.jpg"
|
||||
imageAlt="View of modern office"
|
||||
/>
|
||||
</div>
|
||||
<LegalSection
|
||||
layout="page"
|
||||
title="Terms and Conditions / Általános Szerződési Feltételek"
|
||||
subtitle="Last updated: May 2024"
|
||||
sections={[
|
||||
{
|
||||
heading: "1. Introduction", content: { type: "paragraph", text: "Welcome to GlobalStore. By using our website and purchasing our products, you agree to comply with and be bound by these Terms and Conditions. / Üdvözöljük a GlobalStore webáruházban. Weboldalunk használatával és vásárlással Ön elfogadja az alábbi Általános Szerződési Feltételeket." }
|
||||
},
|
||||
{
|
||||
heading: "2. User Responsibilities", content: { type: "list", items: ["Users must be at least 18 years old. / A felhasználóknak legalább 18 évesnek kell lenniük.", "You are responsible for maintaining account confidentiality. / Ön felelős a fiókja bizalmas kezeléséért."] }
|
||||
},
|
||||
{
|
||||
heading: "3. Orders and Payments", content: { type: "numbered-list", items: ["All orders are subject to availability. / Minden rendelés a készlet függvényében történik.", "Payments are processed securely via encrypted channels. / A fizetések titkosított csatornákon keresztül történnek."] }
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
|
||||
Reference in New Issue
Block a user