diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 725a649..595b47a 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -28,7 +28,6 @@ export default function BlogPage() { ); -} \ No newline at end of file +} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d92088d..0df3bc6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1262,4 +1262,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 9690aea..3037e47 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} \ No newline at end of file +} diff --git a/src/app/privacy/page.tsx b/src/app/privacy/page.tsx new file mode 100644 index 0000000..9d9c331 --- /dev/null +++ b/src/app/privacy/page.tsx @@ -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 ( + + + + +
+ +
+ + +
+
+ ); +} diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 9ad84c0..74ea9b2 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -85,13 +85,11 @@ export default function ProductPage({ params }: ProductPageProps) { 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"}]} ]} /> @@ -133,13 +131,11 @@ export default function ProductPage({ params }: ProductPageProps) { 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"}]} ]} /> @@ -188,13 +184,11 @@ export default function ProductPage({ params }: ProductPageProps) { 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"}]} ]} /> ); -} \ No newline at end of file +} diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 8c60c83..a6bb12a 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -35,13 +35,11 @@ export default function ShopPage() { 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"}]} ]} /> @@ -82,13 +80,11 @@ export default function ShopPage() { 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"}]} ]} /> ); -} \ No newline at end of file +} diff --git a/src/app/terms/page.tsx b/src/app/terms/page.tsx new file mode 100644 index 0000000..577f916 --- /dev/null +++ b/src/app/terms/page.tsx @@ -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 ( + + + + +
+ +
+ + +
+
+ ); +}