From 837a4eac81e2003542850bec65bfd68aed7e58e7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Feb 2026 12:30:40 +0000 Subject: [PATCH 1/7] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 +} -- 2.49.1 From 68373dcfe5929c7e8235eaa48079138ba677efe1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Feb 2026 12:30:41 +0000 Subject: [PATCH 2/7] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +} -- 2.49.1 From dff175fb8b9096b79c7da2f6937eb33310d72457 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Feb 2026 12:30:41 +0000 Subject: [PATCH 3/7] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 +} -- 2.49.1 From 56887a363acd9db5de69974f07ecc08c14ad4524 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Feb 2026 12:30:42 +0000 Subject: [PATCH 4/7] Add src/app/privacy/page.tsx --- src/app/privacy/page.tsx | 151 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 151 insertions(+) create mode 100644 src/app/privacy/page.tsx 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 ( + + + + +
+ +
+ + +
+
+ ); +} -- 2.49.1 From 6af1ad5c694cbd1fa4aa8065111d92d5bc523de6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Feb 2026 12:30:43 +0000 Subject: [PATCH 5/7] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 44 ++++++++++++++++---------------------- 1 file changed, 19 insertions(+), 25 deletions(-) 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 +} -- 2.49.1 From eb8e749f8ad1f41966e9d732fd174df9af341fb7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Feb 2026 12:30:43 +0000 Subject: [PATCH 6/7] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-) 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 +} -- 2.49.1 From 4021b588b8705d7a486ad69b9af01079ea55c9af Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Feb 2026 12:30:44 +0000 Subject: [PATCH 7/7] Add src/app/terms/page.tsx --- src/app/terms/page.tsx | 179 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 179 insertions(+) create mode 100644 src/app/terms/page.tsx 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 ( + + + + +
+ +
+ + +
+
+ ); +} -- 2.49.1