From 07f97613d1b885118ac439d9386caea688aafb78 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 6 Jun 2026 08:00:41 +0000 Subject: [PATCH 1/3] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 6559a66..b24f1da 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -71,6 +71,7 @@ export default function PortfolioPage() { carouselMode="buttons" gridVariant="three-columns-all-equal-width" animationType="slide-up" + textboxLayout="default" useInvertedBackground={false} /> -- 2.49.1 From cf0b8981c2c17bc675426c1293c06d6da52f2c0d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 6 Jun 2026 08:00:42 +0000 Subject: [PATCH 2/3] Update src/app/privacy-policy/page.tsx --- src/app/privacy-policy/page.tsx | 111 +++++++++++++------------------- 1 file changed, 43 insertions(+), 68 deletions(-) diff --git a/src/app/privacy-policy/page.tsx b/src/app/privacy-policy/page.tsx index 3ba78ab..404a231 100644 --- a/src/app/privacy-policy/page.tsx +++ b/src/app/privacy-policy/page.tsx @@ -3,10 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; -import ContactText from "@/components/sections/contact/ContactText"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import Link from "next/link"; -import { Facebook, Instagram, Linkedin, Twitter } from "lucide-react"; export default function PrivacyPolicyPage() { const navItems = [ @@ -17,44 +14,19 @@ export default function PrivacyPolicyPage() { { name: "Pricing", id: "/pricing" }, { name: "FAQs", id: "/faqs" }, { name: "Contact", id: "/contact" }, + { name: "Privacy Policy", id: "/privacy-policy" }, + { name: "Refund Policy", id: "/refund-policy" } ]; - const footerColumns = [ - { - title: "Deep Digitalstudio", items: [ - { label: "Finding Clarity • Building Solutions • Driving Growth", href: "#" }, - { label: "Facebook", href: "https://facebook.com", icon: Facebook }, - { label: "Instagram", href: "https://instagram.com", icon: Instagram }, - { label: "LinkedIn", href: "https://linkedin.com", icon: Linkedin }, - { label: "Twitter", href: "https://twitter.com", icon: Twitter }, - ], - }, - { - title: "Quick Links", items: [ - { label: "Home", href: "/" }, - { label: "About Us", href: "/about" }, - { label: "Services", href: "/services" }, - { label: "Portfolio", href: "/portfolio" }, - { label: "Pricing", href: "/pricing" }, - { label: "Contact", href: "/contact" }, - ], - }, - { - title: "Services", items: [ - { label: "No-Code Website Development", href: "/services" }, - { label: "Landing Page Development", href: "/services" }, - { label: "AI Product Images", href: "/services" }, - { label: "AI Product Videos", href: "/services" }, - { label: "Social Media Management", href: "/services" }, - ], - }, - { - title: "Contact", items: [ - { label: "Email: Deep.digitalstudio24@gmail.com", href: "mailto:Deep.digitalstudio24@gmail.com" }, - { label: "Phone/WhatsApp: +91 97805 76515", href: "https://wa.me/919780576515" }, - { label: "Address: [Your Address Placeholder]", href: "#" }, - ], - }, + const footerNavItems = [ + { label: "Home", href: "/" }, + { label: "About Us", href: "/about" }, + { label: "Services", href: "/services" }, + { label: "Portfolio", href: "/portfolio" }, + { label: "Pricing", href: "/pricing" }, + { label: "Contact", href: "/contact" }, + { label: "Privacy Policy", href: "/privacy-policy" }, + { label: "Refund Policy", href: "/refund-policy" } ]; return ( @@ -75,50 +47,53 @@ export default function PrivacyPolicyPage() { brandName="Deep Digitalstudio" logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eko28LoH3CKSqWkPz5FirfimLV/uploaded-1780731783317-ao33g654.jpg" logoAlt="Deep Digitalstudio Logo" - navItems={navItems.map((item) => ({ - name: item.name, - id: item.id, - href: item.id, - }))} - button={{ - text: "Let's Talk", href: "https://wa.me/919780576515"}} + navItems={navItems} + button={{ text: "Let's Talk", href: "https://wa.me/919780576515" }} />
-
- -
- -- 2.49.1 From 7cd51988f6e39a31b632222469291932a7d65809 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 6 Jun 2026 08:00:42 +0000 Subject: [PATCH 3/3] Update src/app/refund-policy/page.tsx --- src/app/refund-policy/page.tsx | 132 ++++++++++++--------------------- 1 file changed, 47 insertions(+), 85 deletions(-) diff --git a/src/app/refund-policy/page.tsx b/src/app/refund-policy/page.tsx index 693b4eb..861da9d 100644 --- a/src/app/refund-policy/page.tsx +++ b/src/app/refund-policy/page.tsx @@ -1,11 +1,9 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; -import ContactText from '@/components/sections/contact/ContactText'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; -import Link from "next/link"; +import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; +import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; +import FooterSimple from "@/components/sections/footer/FooterSimple"; export default function RefundPolicyPage() { const navItems = [ @@ -15,51 +13,20 @@ export default function RefundPolicyPage() { { name: "Portfolio", id: "/portfolio" }, { name: "Pricing", id: "/pricing" }, { name: "FAQs", id: "/faqs" }, - { name: "Contact", id: "/contact" } + { name: "Contact", id: "/contact" }, + { name: "Privacy Policy", id: "/privacy-policy" }, + { name: "Refund Policy", id: "/refund-policy" } ]; - const footerColumns = [ - { - title: "Deep Digitalstudio", items: [ - { label: "Finding Clarity • Building Solutions • Driving Growth", href: "#" }, - { label: "Facebook", href: "https://facebook.com" }, - { label: "Instagram", href: "https://instagram.com" }, - { label: "LinkedIn", href: "https://linkedin.com" }, - { label: "Twitter", href: "https://twitter.com" } - ] - }, - { - title: "Quick Links", items: [ - { label: "Home", href: "/" }, - { label: "About Us", href: "/about" }, - { label: "Services", href: "/services" }, - { label: "Portfolio", href: "/portfolio" }, - { label: "Pricing", href: "/pricing" }, - { label: "Contact", href: "/contact" } - ] - }, - { - title: "Services", items: [ - { label: "No-Code Website Development", href: "/services" }, - { label: "Landing Page Development", href: "/services" }, - { label: "AI Product Images", href: "/services" }, - { label: "AI Product Videos", href: "/services" }, - { label: "Social Media Management", href: "/services" } - ] - }, - { - title: "Contact", items: [ - { label: "Email: Deep.digitalstudio24@gmail.com", href: "mailto:Deep.digitalstudio24@gmail.com" }, - { label: "Phone/WhatsApp: +91 97805 76515", href: "https://wa.me/919780576515" }, - { label: "Address: [Your Address Placeholder]", href: "#" } - ] - } - ]; - - const bottomRightLinks = [ + const footerNavItems = [ + { label: "Home", href: "/" }, + { label: "About Us", href: "/about" }, + { label: "Services", href: "/services" }, + { label: "Portfolio", href: "/portfolio" }, + { label: "Pricing", href: "/pricing" }, + { label: "Contact", href: "/contact" }, { label: "Privacy Policy", href: "/privacy-policy" }, - { label: "Refund Policy", href: "/refund-policy" }, - { label: "Terms & Conditions", href: "/terms-conditions" } + { label: "Refund Policy", href: "/refund-policy" } ]; return ( @@ -81,59 +48,54 @@ export default function RefundPolicyPage() { logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eko28LoH3CKSqWkPz5FirfimLV/uploaded-1780731783317-ao33g654.jpg" logoAlt="Deep Digitalstudio Logo" navItems={navItems} - button={{ - text: "Let's Talk", href: "https://wa.me/919780576515" - }} + button={{ text: "Let's Talk", href: "https://wa.me/919780576515" }} />
-
- -
- -
- -
- ); -} \ No newline at end of file +} -- 2.49.1