From dcbd6ac5d3efaafb32d0bba50e47df4033d91215 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:47:13 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 43 ++++++++++-------------------------------- 1 file changed, 10 insertions(+), 33 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8f7f7d0..5644434 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -17,7 +17,7 @@ export default function AboutPage() { borderRadius="pill" contentWidth="medium" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -41,12 +41,12 @@ export default function AboutPage() { Date: Tue, 3 Mar 2026 06:47:13 +0000 Subject: [PATCH 2/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 55dc25b..22a7aa0 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -16,7 +16,7 @@ export default function ContactPage() { borderRadius="pill" contentWidth="medium" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -43,7 +43,7 @@ export default function ContactPage() { tag="Get in Touch" tagIcon={Camera} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/table-with-content-creator-stuff-camera-microphone-tripod-headphones-working-from-home_1268-17410.jpg" imageAlt="Post Productionss contact - studio workspace" imagePosition="right" @@ -80,8 +80,7 @@ export default function ContactPage() { copyrightText="© 2025 Post Productionss. All moments deserve to be preserved." columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Wedding Photography", href: "/services" }, { label: "Event Coverage", href: "/services" }, { label: "Videography", href: "/services" }, @@ -89,8 +88,7 @@ export default function ContactPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Portfolio", href: "/portfolio" }, { label: "Meet Our Team", href: "/team" }, @@ -98,8 +96,7 @@ export default function ContactPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Contact Us", href: "/contact" }, { label: "Instagram", href: "https://instagram.com/postproductionss" }, { label: "WhatsApp", href: "https://wa.me/6281234567890" }, From 5d1af0f8d8d50c40334d67c183e3b3ba80e2081d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:47:14 +0000 Subject: [PATCH 3/6] Update src/app/layout.tsx --- src/app/layout.tsx | 30 +++++++----------------------- 1 file changed, 7 insertions(+), 23 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e3d2c94..6d1b77f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,42 +7,26 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const manrope = Manrope({ - variable: "--font-manrope", - subsets: ["latin"], + variable: "--font-manrope", subsets: ["latin"], }); const dmSans = DM_Sans({ - variable: "--font-dm-sans", - subsets: ["latin"], + variable: "--font-dm-sans", subsets: ["latin"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Post Productionss | Premium Photography & Videography in Bali", - description: "Capture your precious moments with Post Productionss. Professional photography and videography services for weddings, events, and celebrations in Bali. Three years of creative excellence.", - keywords: "photography bali, videography bali, wedding photography, event photography, professional photographer, bali creative services, balinese photography", - openGraph: { - title: "Post Productionss - Capturing Meaningful Moments", - description: "Premium photography and videography services in Bali. Weddings, events, and celebrations with artistic excellence and emotional storytelling.", - url: "https://postproductionss.com", - siteName: "Post Productionss", - type: "website", - images: [ + title: "Post Productionss | Premium Photography & Videography in Bali", description: "Capture your precious moments with Post Productionss. Professional photography and videography services for weddings, events, and celebrations in Bali. Three years of creative excellence.", keywords: "photography bali, videography bali, wedding photography, event photography, professional photographer, bali creative services, balinese photography", openGraph: { + title: "Post Productionss - Capturing Meaningful Moments", description: "Premium photography and videography services in Bali. Weddings, events, and celebrations with artistic excellence and emotional storytelling.", url: "https://postproductionss.com", siteName: "Post Productionss", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/model-photographer-getting-ready-photo-shooting_23-2148424416.jpg", - alt: "Post Productionss creative showcase", - }, + url: "http://img.b2bpic.net/free-photo/model-photographer-getting-ready-photo-shooting_23-2148424416.jpg", alt: "Post Productionss creative showcase"}, ], }, twitter: { - card: "summary_large_image", - title: "Post Productionss - Premium Photography & Videography", - description: "Capturing your precious moments with artistic excellence and professional precision in Bali.", - images: ["http://img.b2bpic.net/free-photo/model-photographer-getting-ready-photo-shooting_23-2148424416.jpg"], + card: "summary_large_image", title: "Post Productionss - Premium Photography & Videography", description: "Capturing your precious moments with artistic excellence and professional precision in Bali.", images: ["http://img.b2bpic.net/free-photo/model-photographer-getting-ready-photo-shooting_23-2148424416.jpg"], }, robots: { index: true, From a76986ab383f3f1cb54435d95b415293ef89858a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:47:14 +0000 Subject: [PATCH 4/6] Update src/app/page.tsx --- src/app/page.tsx | 148 ++++++++++------------------------------------- 1 file changed, 29 insertions(+), 119 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2d897d5..ca8228f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function HomePage() { borderRadius="pill" contentWidth="medium" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -48,7 +48,7 @@ export default function HomePage() { tag="Premium Creative Services" tagIcon={Camera} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/model-photographer-getting-ready-photo-shooting_23-2148424416.jpg" imageAlt="Post Productionss studio showcase" imagePosition="right" @@ -66,12 +66,12 @@ export default function HomePage() { @@ -127,47 +118,17 @@ export default function HomePage() { Date: Tue, 3 Mar 2026 06:47:15 +0000 Subject: [PATCH 5/6] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 80 +++++++------------------------------- 1 file changed, 13 insertions(+), 67 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 5fbbbd6..4a56011 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -17,7 +17,7 @@ export default function PortfolioPage() { borderRadius="pill" contentWidth="medium" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -41,47 +41,17 @@ export default function PortfolioPage() { Date: Tue, 3 Mar 2026 06:47:15 +0000 Subject: [PATCH 6/6] Update src/app/services/page.tsx --- src/app/services/page.tsx | 51 ++++++++++----------------------------- 1 file changed, 13 insertions(+), 38 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 138f614..d99547c 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -17,7 +17,7 @@ export default function ServicesPage() { borderRadius="pill" contentWidth="medium" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -42,24 +42,18 @@ export default function ServicesPage() { features={[ { id: 1, - title: "Wedding Photography", - description: "Capturing the love, joy, and sacred moments of your special day. From intimate ceremonies to grand celebrations, we create visual narratives that tell your unique love story.", - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/couple-newlyweds-smiling-groom-covering-bride-s-eyes-with-hands_176420-2252.jpg?_wi=3" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/love-couple-pretty-woman-man-hats-outdoor_624325-3072.jpg?_wi=3" }, + title: "Wedding Photography", description: "Capturing the love, joy, and sacred moments of your special day. From intimate ceremonies to grand celebrations, we create visual narratives that tell your unique love story.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/couple-newlyweds-smiling-groom-covering-bride-s-eyes-with-hands_176420-2252.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/love-couple-pretty-woman-man-hats-outdoor_624325-3072.jpg" }, }, { id: 2, - title: "Graduation & Event Photography", - description: "Document achievements and celebrations with professional photography that captures the emotions and significance of milestone moments in your life.", - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/three-happy-international-graduate-friends-greeting-university-campus-graduation-robes-with-diploma_496169-1360.jpg?_wi=2" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/paparazzi-red-carpet_23-2151941575.jpg?_wi=3" }, + title: "Graduation & Event Photography", description: "Document achievements and celebrations with professional photography that captures the emotions and significance of milestone moments in your life.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/three-happy-international-graduate-friends-greeting-university-campus-graduation-robes-with-diploma_496169-1360.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/paparazzi-red-carpet_23-2151941575.jpg" }, }, { id: 3, - title: "Balinese Traditional Events", - description: "Honor cultural ceremonies and traditional celebrations with photography that respects and elevates the spiritual significance of Balinese rituals and customs.", - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-posing-with-fruits_72229-1169.jpg?_wi=2" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/paparazzi-red-carpet_23-2151941575.jpg?_wi=4" }, + title: "Balinese Traditional Events", description: "Honor cultural ceremonies and traditional celebrations with photography that respects and elevates the spiritual significance of Balinese rituals and customs.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-posing-with-fruits_72229-1169.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/paparazzi-red-carpet_23-2151941575.jpg" }, }, ]} showStepNumbers={true} @@ -71,7 +65,6 @@ export default function ServicesPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - mediaAnimation="blur-reveal" /> @@ -79,26 +72,11 @@ export default function ServicesPage() {