Merge version_2 into main #1
@@ -28,7 +28,6 @@ export default function BlogPage() {
|
||||
<NavbarStyleCentered
|
||||
brandName="Ci"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
@@ -82,8 +81,9 @@ export default function BlogPage() {
|
||||
{
|
||||
items: [
|
||||
{ label: "Contact", href: "contact" },
|
||||
{ label: "Email", href: "mailto:hello@cistudio.com" },
|
||||
{ label: "Phone", href: "tel:+1234567890" }
|
||||
{ label: "Email", href: "mailto:ciflowers@webild.io" },
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Service", href: "/terms" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -92,4 +92,4 @@ export default function BlogPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1262,4 +1262,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -198,7 +198,7 @@ export default function LandingPage() {
|
||||
description="Contact us today to discuss your floral needs, schedule a consultation, or place your order. Let us bring your vision to life with stunning arrangements."
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Contact Us", href: "mailto:hello@cistudio.com" },
|
||||
{ text: "Contact Us", href: "mailto:ciflowers@webild.io" },
|
||||
{ text: "Call Now", href: "tel:+1234567890" }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
@@ -227,8 +227,9 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{ label: "Contact", href: "contact" },
|
||||
{ label: "Email", href: "mailto:hello@cistudio.com" },
|
||||
{ label: "Phone", href: "tel:+1234567890" }
|
||||
{ label: "Email", href: "mailto:ciflowers@webild.io" },
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Service", href: "/terms" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -236,4 +237,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
151
src/app/privacy/page.tsx
Normal file
151
src/app/privacy/page.tsx
Normal file
@@ -0,0 +1,151 @@
|
||||
"use client";
|
||||
|
||||
import ReactLenis from "lenis/react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import LegalSection from '@/components/legal/LegalSection';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
|
||||
export default function PrivacyPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="large"
|
||||
background="noise"
|
||||
cardStyle="elevated"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
brandName="Ci"
|
||||
navItems={[
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Book Now", href: "contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="privacy" data-section="privacy">
|
||||
<LegalSection
|
||||
layout="page"
|
||||
title="Privacy Policy"
|
||||
subtitle="Last updated: January 2025"
|
||||
sections={[
|
||||
{
|
||||
heading: "1. Introduction", content: [
|
||||
{
|
||||
type: "paragraph", text: "Ci Studio (\"we,\" \"us,\" \"our,\" or \"Company\") is committed to protecting your privacy. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you visit our website and interact with us."
|
||||
},
|
||||
{
|
||||
type: "paragraph", text: "Please read this Privacy Policy carefully. If you do not agree with our policies and practices, please do not use our website."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "2. Information We Collect", content: [
|
||||
{
|
||||
type: "paragraph", text: "We may collect information about you in a variety of ways. The information we may collect on the site includes:"
|
||||
},
|
||||
{
|
||||
type: "list", items: [
|
||||
"Personal identification information (name, email address, phone number, mailing address)", "Financial information (credit card numbers, billing addresses) when you make a purchase", "Information about your floral preferences and order history", "Communications you send us (inquiries, feedback, testimonials)"
|
||||
]
|
||||
},
|
||||
{
|
||||
type: "paragraph", text: "We may also automatically collect certain information about your device when you access our website, including IP address, browser type, operating system, pages visited, and time of visit."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "3. How We Use Your Information", content: [
|
||||
{
|
||||
type: "paragraph", text: "Having accurate information about you permits us to provide you with a smooth, efficient, and customized experience. Specifically, we may use information collected about you via the site to:"
|
||||
},
|
||||
{
|
||||
type: "list", items: [
|
||||
"Process your transactions and send related information", "Deliver your orders and manage subscriptions", "Send promotional communications about new collections, services, and special offers", "Respond to your inquiries and provide customer support", "Monitor and analyze usage patterns to improve our website and services", "Prevent fraudulent transactions and protect the security of our website"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "4. Disclosure of Your Information", content: [
|
||||
{
|
||||
type: "paragraph", text: "We may share your information in the following situations:"
|
||||
},
|
||||
{
|
||||
type: "list", items: [
|
||||
"With service providers who assist us in operating our website and conducting our business", "With payment processors to complete your transactions", "With delivery partners to fulfill your orders", "When required by law or to protect our legal rights", "With your consent for any other purpose"
|
||||
]
|
||||
},
|
||||
{
|
||||
type: "paragraph", text: "We do not sell, trade, or rent your personal identification information to others."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "5. Security of Your Information", content: [
|
||||
{
|
||||
type: "paragraph", text: "We implement a variety of security measures to maintain the safety of your personal information. Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems."
|
||||
},
|
||||
{
|
||||
type: "paragraph", text: "When you place an order or access your account information, we offer the use of a secure server. All sensitive information is encrypted and transmitted securely."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "6. Contact Us", content: [
|
||||
{
|
||||
type: "paragraph", text: "If you have questions about this Privacy Policy, please contact us at ciflowers@webild.io."
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoText="Ci"
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{ label: "About", href: "about" },
|
||||
{ label: "Gallery", href: "gallery" },
|
||||
{ label: "Services", href: "services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Collections", href: "gallery" },
|
||||
{ label: "Subscriptions", href: "gallery" },
|
||||
{ label: "Events", href: "gallery" }
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Contact", href: "contact" },
|
||||
{ label: "Email", href: "mailto:ciflowers@webild.io" },
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Service", href: "/terms" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
@@ -85,13 +85,11 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<NavbarStyleCentered
|
||||
brandName="Ci"
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Services","id":"services"},
|
||||
{"name":"Gallery","id":"gallery"},
|
||||
{"name":"Reviews","id":"testimonials"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
@@ -105,7 +103,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
columns={[
|
||||
{"items":[{"label":"About","href":"about"},{"label":"Gallery","href":"gallery"},{"label":"Services","href":"services"}]},
|
||||
{"items":[{"label":"Collections","href":"gallery"},{"label":"Subscriptions","href":"gallery"},{"label":"Events","href":"gallery"}]},
|
||||
{"items":[{"label":"Contact","href":"contact"},{"label":"Email","href":"mailto:hello@cistudio.com"},{"label":"Phone","href":"tel:+1234567890"}]}
|
||||
{"items":[{"label":"Contact","href":"contact"},{"label":"Email","href":"mailto:ciflowers@webild.io"},{"label":"Privacy Policy","href":"/privacy"},{"label":"Terms of Service","href":"/terms"}]}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -133,13 +131,11 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<NavbarStyleCentered
|
||||
brandName="Ci"
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Services","id":"services"},
|
||||
{"name":"Gallery","id":"gallery"},
|
||||
{"name":"Reviews","id":"testimonials"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
@@ -161,7 +157,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
columns={[
|
||||
{"items":[{"label":"About","href":"about"},{"label":"Gallery","href":"gallery"},{"label":"Services","href":"services"}]},
|
||||
{"items":[{"label":"Collections","href":"gallery"},{"label":"Subscriptions","href":"gallery"},{"label":"Events","href":"gallery"}]},
|
||||
{"items":[{"label":"Contact","href":"contact"},{"label":"Email","href":"mailto:hello@cistudio.com"},{"label":"Phone","href":"tel:+1234567890"}]}
|
||||
{"items":[{"label":"Contact","href":"contact"},{"label":"Email","href":"mailto:ciflowers@webild.io"},{"label":"Privacy Policy","href":"/privacy"},{"label":"Terms of Service","href":"/terms"}]}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -188,13 +184,11 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<NavbarStyleCentered
|
||||
brandName="Ci"
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Services","id":"services"},
|
||||
{"name":"Gallery","id":"gallery"},
|
||||
{"name":"Reviews","id":"testimonials"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
@@ -241,11 +235,11 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
columns={[
|
||||
{"items":[{"label":"About","href":"about"},{"label":"Gallery","href":"gallery"},{"label":"Services","href":"services"}]},
|
||||
{"items":[{"label":"Collections","href":"gallery"},{"label":"Subscriptions","href":"gallery"},{"label":"Events","href":"gallery"}]},
|
||||
{"items":[{"label":"Contact","href":"contact"},{"label":"Email","href":"mailto:hello@cistudio.com"},{"label":"Phone","href":"tel:+1234567890"}]}
|
||||
{"items":[{"label":"Contact","href":"contact"},{"label":"Email","href":"mailto:ciflowers@webild.io"},{"label":"Privacy Policy","href":"/privacy"},{"label":"Terms of Service","href":"/terms"}]}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -35,13 +35,11 @@ export default function ShopPage() {
|
||||
<NavbarStyleCentered
|
||||
brandName="Ci"
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Services","id":"services"},
|
||||
{"name":"Gallery","id":"gallery"},
|
||||
{"name":"Reviews","id":"testimonials"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => console.log("cart") }}
|
||||
/>
|
||||
@@ -55,7 +53,7 @@ export default function ShopPage() {
|
||||
columns={[
|
||||
{"items":[{"label":"About","href":"about"},{"label":"Gallery","href":"gallery"},{"label":"Services","href":"services"}]},
|
||||
{"items":[{"label":"Collections","href":"gallery"},{"label":"Subscriptions","href":"gallery"},{"label":"Events","href":"gallery"}]},
|
||||
{"items":[{"label":"Contact","href":"contact"},{"label":"Email","href":"mailto:hello@cistudio.com"},{"label":"Phone","href":"tel:+1234567890"}]}
|
||||
{"items":[{"label":"Contact","href":"contact"},{"label":"Email","href":"mailto:ciflowers@webild.io"},{"label":"Privacy Policy","href":"/privacy"},{"label":"Terms of Service","href":"/terms"}]}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -82,13 +80,11 @@ export default function ShopPage() {
|
||||
<NavbarStyleCentered
|
||||
brandName="Ci"
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Services","id":"services"},
|
||||
{"name":"Gallery","id":"gallery"},
|
||||
{"name":"Reviews","id":"testimonials"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => console.log("cart") }}
|
||||
/>
|
||||
@@ -110,11 +106,11 @@ export default function ShopPage() {
|
||||
columns={[
|
||||
{"items":[{"label":"About","href":"about"},{"label":"Gallery","href":"gallery"},{"label":"Services","href":"services"}]},
|
||||
{"items":[{"label":"Collections","href":"gallery"},{"label":"Subscriptions","href":"gallery"},{"label":"Events","href":"gallery"}]},
|
||||
{"items":[{"label":"Contact","href":"contact"},{"label":"Email","href":"mailto:hello@cistudio.com"},{"label":"Phone","href":"tel:+1234567890"}]}
|
||||
{"items":[{"label":"Contact","href":"contact"},{"label":"Email","href":"mailto:ciflowers@webild.io"},{"label":"Privacy Policy","href":"/privacy"},{"label":"Terms of Service","href":"/terms"}]}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
179
src/app/terms/page.tsx
Normal file
179
src/app/terms/page.tsx
Normal file
@@ -0,0 +1,179 @@
|
||||
"use client";
|
||||
|
||||
import ReactLenis from "lenis/react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import LegalSection from '@/components/legal/LegalSection';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
|
||||
export default function TermsPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="large"
|
||||
background="noise"
|
||||
cardStyle="elevated"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
brandName="Ci"
|
||||
navItems={[
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Book Now", href: "contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="terms" data-section="terms">
|
||||
<LegalSection
|
||||
layout="page"
|
||||
title="Terms of Service"
|
||||
subtitle="Last updated: January 2025"
|
||||
sections={[
|
||||
{
|
||||
heading: "1. Agreement to Terms", content: [
|
||||
{
|
||||
type: "paragraph", text: "These Terms of Service constitute a legally binding agreement made between you (\"User,\" \"you,\" or \"your\") and Ci Studio (\"Company,\" \"we,\" \"us,\" or \"our\"), concerning your access to and use of the Ci Studio website and any related services."
|
||||
},
|
||||
{
|
||||
type: "paragraph", text: "You agree that by accessing the website, you have read, understood, and agree to be bound by all of these Terms of Service. If you do not agree with our terms, you are prohibited from using or accessing this site."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "2. User Responsibilities", content: [
|
||||
{
|
||||
type: "paragraph", text: "As a user of our website, you agree to:"
|
||||
},
|
||||
{
|
||||
type: "list", items: [
|
||||
"Provide accurate, current, and complete information when making purchases", "Maintain the confidentiality of any account credentials", "Notify us immediately of any unauthorized use of your account", "Use the website only for lawful purposes", "Not transmit any harmful, offensive, or illegal content"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "3. Products and Services", content: [
|
||||
{
|
||||
type: "paragraph", text: "Ci Studio offers fresh floral arrangements, custom designs, subscription services, and event floristry. All product descriptions and pricing are subject to change without notice. We reserve the right to refuse or cancel any order that we believe violates these terms or our policies."
|
||||
},
|
||||
{
|
||||
type: "paragraph", text: "While we strive to provide accurate product information, we do not warrant that descriptions, images, or pricing are error-free or complete."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "4. Ordering and Payment", content: [
|
||||
{
|
||||
type: "paragraph", text: "When you place an order, you agree to pay all charges at the prices in effect at the time of purchase, including applicable taxes and shipping fees. Payment must be made through our accepted payment methods."
|
||||
},
|
||||
{
|
||||
type: "paragraph", text: "We reserve the right to decline any order for any reason, including but not limited to: inability to verify payment information, suspicious activity, or geographic limitations on delivery."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "5. Delivery and Returns", content: [
|
||||
{
|
||||
type: "paragraph", text: "We offer same-day delivery in selected areas. Delivery times are estimates and not guarantees. We are not responsible for delays caused by factors beyond our control, including weather, traffic, or courier issues."
|
||||
},
|
||||
{
|
||||
type: "paragraph", text: "Our flowers are guaranteed to be fresh for 7 days from delivery when properly cared for. Returns or refunds are available within 24 hours of delivery if the product does not meet our quality standards."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "6. Limitation of Liability", content: [
|
||||
{
|
||||
type: "paragraph", text: "In no event shall Ci Studio, its affiliates, or their respective officers, directors, employees, or agents be liable for any indirect, incidental, special, consequential, or punitive damages resulting from your use of or inability to use the website or services."
|
||||
},
|
||||
{
|
||||
type: "paragraph", text: "Our total liability for any claim arising from the website or services shall not exceed the amount paid by you for the product or service that gave rise to the claim."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "7. Intellectual Property Rights", content: [
|
||||
{
|
||||
type: "paragraph", text: "The website and all content, including text, graphics, images, and logos, are the property of Ci Studio or our content suppliers and are protected by international copyright laws. You may not reproduce, distribute, or transmit any content without our prior written permission."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "8. Third-Party Links", content: [
|
||||
{
|
||||
type: "paragraph", text: "The website may contain links to third-party websites. We are not responsible for the content, accuracy, or practices of these external sites. Your use of third-party websites is governed by their terms and privacy policies."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "9. Termination", content: [
|
||||
{
|
||||
type: "paragraph", text: "We may terminate or suspend your access to the website at any time, without prior notice, for conduct that we believe violates these Terms of Service or is otherwise harmful to the Company or other users."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "10. Dispute Resolution", content: [
|
||||
{
|
||||
type: "paragraph", text: "Any disputes arising from these Terms of Service shall be governed by and construed in accordance with the laws of the jurisdiction in which Ci Studio operates, without regard to conflict of law provisions."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "11. Contact Us", content: [
|
||||
{
|
||||
type: "paragraph", text: "If you have questions about these Terms of Service, please contact us at ciflowers@webild.io."
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoText="Ci"
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{ label: "About", href: "about" },
|
||||
{ label: "Gallery", href: "gallery" },
|
||||
{ label: "Services", href: "services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Collections", href: "gallery" },
|
||||
{ label: "Subscriptions", href: "gallery" },
|
||||
{ label: "Events", href: "gallery" }
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Contact", href: "contact" },
|
||||
{ label: "Email", href: "mailto:ciflowers@webild.io" },
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Service", href: "/terms" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user