Merge version_1 into main #2
@@ -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() {
|
||||
<TestimonialAboutCard
|
||||
tag="Our Story"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="fade-in"
|
||||
tagAnimation="slide-up"
|
||||
title="Three Years of Capturing Moments with Soul and Precision"
|
||||
description="Founded with a vision to preserve life's most beautiful moments, Post Productionss has grown into a trusted name in Bali's creative industry."
|
||||
subdescription="est. 2022 | Denpasar, Bali"
|
||||
icon={Sparkles}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-caucasian-man-is-sitting-armchair-hotel-room-holding-professional-photo-camera_8353-10904.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-caucasian-man-is-sitting-armchair-hotel-room-holding-professional-photo-camera_8353-10904.jpg"
|
||||
imageAlt="Post Productionss founder and creative vision"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
@@ -57,33 +57,13 @@ export default function AboutPage() {
|
||||
<TeamCardFive
|
||||
team={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Adi Wijaya",
|
||||
role: "Founder & Lead Photographer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-confident-bearded-man-brown-suit-wearing-glasses-looking-camera-smiling-cheerfully-with-arms-crossed-standing-purple-background_141793-110713.jpg?_wi=2",
|
||||
imageAlt: "Adi Wijaya, founder of Post Productionss",
|
||||
},
|
||||
id: "1", name: "Adi Wijaya", role: "Founder & Lead Photographer", imageSrc: "http://img.b2bpic.net/free-photo/happy-confident-bearded-man-brown-suit-wearing-glasses-looking-camera-smiling-cheerfully-with-arms-crossed-standing-purple-background_141793-110713.jpg", imageAlt: "Adi Wijaya, founder of Post Productionss"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sari Kusuma",
|
||||
role: "Senior Photographer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-young-photographer-is-taking-photo-dark-grunge-background_613910-12960.jpg?_wi=2",
|
||||
imageAlt: "Sari Kusuma, senior photographer",
|
||||
},
|
||||
id: "2", name: "Sari Kusuma", role: "Senior Photographer", imageSrc: "http://img.b2bpic.net/free-photo/focused-young-photographer-is-taking-photo-dark-grunge-background_613910-12960.jpg", imageAlt: "Sari Kusuma, senior photographer"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Raka Hermawan",
|
||||
role: "Videographer & Cinematographer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-female-photographer-taking-pictures-with-professional-camera-tripod_613910-3601.jpg?_wi=2",
|
||||
imageAlt: "Raka Hermawan, videographer",
|
||||
},
|
||||
id: "3", name: "Raka Hermawan", role: "Videographer & Cinematographer", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-female-photographer-taking-pictures-with-professional-camera-tripod_613910-3601.jpg", imageAlt: "Raka Hermawan, videographer"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Intan Ramadhani",
|
||||
role: "Creative Editor & Colorist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-writing-down-his-plans_1098-17086.jpg?_wi=2",
|
||||
imageAlt: "Intan Ramadhani, creative editor",
|
||||
},
|
||||
id: "4", name: "Intan Ramadhani", role: "Creative Editor & Colorist", imageSrc: "http://img.b2bpic.net/free-photo/young-man-writing-down-his-plans_1098-17086.jpg", imageAlt: "Intan Ramadhani, creative editor"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Meet Our Talented Team"
|
||||
@@ -119,8 +99,7 @@ export default function AboutPage() {
|
||||
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" },
|
||||
@@ -128,8 +107,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Portfolio", href: "/portfolio" },
|
||||
{ label: "Meet Our Team", href: "/team" },
|
||||
@@ -137,8 +115,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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" },
|
||||
|
||||
@@ -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" },
|
||||
|
||||
@@ -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,
|
||||
|
||||
148
src/app/page.tsx
148
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() {
|
||||
<TestimonialAboutCard
|
||||
tag="Our Story"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="fade-in"
|
||||
tagAnimation="slide-up"
|
||||
title="Three Years of Capturing Moments with Soul and Precision"
|
||||
description="Founded with a vision to preserve life's most beautiful moments, Post Productionss has grown into a trusted name in Bali's creative industry."
|
||||
subdescription="est. 2022 | Denpasar, Bali"
|
||||
icon={Sparkles}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-caucasian-man-is-sitting-armchair-hotel-room-holding-professional-photo-camera_8353-10904.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-caucasian-man-is-sitting-armchair-hotel-room-holding-professional-photo-camera_8353-10904.jpg"
|
||||
imageAlt="Post Productionss founder and creative vision"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
@@ -83,31 +83,23 @@ export default function HomePage() {
|
||||
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=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/love-couple-pretty-woman-man-hats-outdoor_624325-3072.jpg?_wi=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" },
|
||||
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=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/paparazzi-red-carpet_23-2151941575.jpg?_wi=1" },
|
||||
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=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/paparazzi-red-carpet_23-2151941575.jpg?_wi=2" },
|
||||
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" },
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Professional Videography",
|
||||
description: "Transform your moments into cinematic storytelling. Our videography services blend creativity, technical excellence, and emotional resonance for content that moves and inspires.",
|
||||
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/professional-cameraman-recording-poeple-watching-football-public-place-night_1268-18138.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/couple-newlyweds-smiling-groom-covering-bride-s-eyes-with-hands_176420-2252.jpg?_wi=2" },
|
||||
title: "Professional Videography", description: "Transform your moments into cinematic storytelling. Our videography services blend creativity, technical excellence, and emotional resonance for content that moves and inspires.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/professional-cameraman-recording-poeple-watching-football-public-place-night_1268-18138.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/couple-newlyweds-smiling-groom-covering-bride-s-eyes-with-hands_176420-2252.jpg" },
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -119,7 +111,6 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -127,47 +118,17 @@ export default function HomePage() {
|
||||
<ProductCardOne
|
||||
products={[
|
||||
{
|
||||
id: "wedding-1",
|
||||
name: "Wedding Ceremony",
|
||||
price: "3 Days",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girlfriend-laughing_1157-65.jpg?_wi=1",
|
||||
imageAlt: "Elegant wedding moment captured with emotional depth",
|
||||
},
|
||||
id: "wedding-1", name: "Wedding Ceremony", price: "3 Days", imageSrc: "http://img.b2bpic.net/free-photo/girlfriend-laughing_1157-65.jpg", imageAlt: "Elegant wedding moment captured with emotional depth"},
|
||||
{
|
||||
id: "wedding-2",
|
||||
name: "Reception Highlights",
|
||||
price: "Evening Coverage",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bride-couple-waving-while-dacning-with-confetti_8353-12337.jpg?_wi=1",
|
||||
imageAlt: "Joyful celebration captured in candid moments",
|
||||
},
|
||||
id: "wedding-2", name: "Reception Highlights", price: "Evening Coverage", imageSrc: "http://img.b2bpic.net/free-photo/bride-couple-waving-while-dacning-with-confetti_8353-12337.jpg", imageAlt: "Joyful celebration captured in candid moments"},
|
||||
{
|
||||
id: "graduation-1",
|
||||
name: "Graduation Day",
|
||||
price: "Full Day",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-nationalities-university-graduates_7502-9436.jpg?_wi=1",
|
||||
imageAlt: "Achievement and pride captured in a portrait",
|
||||
},
|
||||
id: "graduation-1", name: "Graduation Day", price: "Full Day", imageSrc: "http://img.b2bpic.net/free-photo/different-nationalities-university-graduates_7502-9436.jpg", imageAlt: "Achievement and pride captured in a portrait"},
|
||||
{
|
||||
id: "event-1",
|
||||
name: "Corporate Event",
|
||||
price: "Evening Event",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-celebrating-new-years-eve_53876-46899.jpg?_wi=1",
|
||||
imageAlt: "Professional event photography with live energy",
|
||||
},
|
||||
id: "event-1", name: "Corporate Event", price: "Evening Event", imageSrc: "http://img.b2bpic.net/free-photo/friends-celebrating-new-years-eve_53876-46899.jpg", imageAlt: "Professional event photography with live energy"},
|
||||
{
|
||||
id: "balinese-1",
|
||||
name: "Balinese Ceremony",
|
||||
price: "Full Day",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nyepi-day-celebration-indonesia_23-2151325686.jpg?_wi=1",
|
||||
imageAlt: "Traditional Balinese cultural ceremony with spiritual significance",
|
||||
},
|
||||
id: "balinese-1", name: "Balinese Ceremony", price: "Full Day", imageSrc: "http://img.b2bpic.net/free-photo/nyepi-day-celebration-indonesia_23-2151325686.jpg", imageAlt: "Traditional Balinese cultural ceremony with spiritual significance"},
|
||||
{
|
||||
id: "engagement-1",
|
||||
name: "Engagement Session",
|
||||
price: "2-3 Hours",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/love-couple-pretty-woman-man-hats-outdoor_624325-3072.jpg?_wi=2",
|
||||
imageAlt: "Intimate engagement session in scenic location",
|
||||
},
|
||||
id: "engagement-1", name: "Engagement Session", price: "2-3 Hours", imageSrc: "http://img.b2bpic.net/free-photo/love-couple-pretty-woman-man-hats-outdoor_624325-3072.jpg", imageAlt: "Intimate engagement session in scenic location"},
|
||||
]}
|
||||
title="Our Portfolio"
|
||||
description="Explore a curated collection of our finest work across weddings, events, celebrations, and cultural moments. Each image tells a story of precision, artistry, and emotional depth."
|
||||
@@ -185,41 +146,13 @@ export default function HomePage() {
|
||||
<TestimonialCardTen
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Our Wedding Was Perfect, The Photos Are Perfection",
|
||||
quote: "Post Productionss captured every emotion and detail of our wedding day. The photos are stunning, and we can relive the joy and love every time we look at them. Truly exceptional work!",
|
||||
name: "Siti & Budi",
|
||||
role: "Newlyweds",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1",
|
||||
imageAlt: "Happy couple testimonial",
|
||||
},
|
||||
id: "1", title: "Our Wedding Was Perfect, The Photos Are Perfection", quote: "Post Productionss captured every emotion and detail of our wedding day. The photos are stunning, and we can relive the joy and love every time we look at them. Truly exceptional work!", name: "Siti & Budi", role: "Newlyweds", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Happy couple testimonial"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Professional, Creative, and Deeply Caring",
|
||||
quote: "Working with the Post Productionss team was a breeze. They understood our vision, managed the chaos of our event, and delivered photos that exceeded our expectations. Highly recommend!",
|
||||
name: "Made Kurnia",
|
||||
role: "Event Coordinator",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2",
|
||||
imageAlt: "Event coordinator testimonial",
|
||||
},
|
||||
id: "2", title: "Professional, Creative, and Deeply Caring", quote: "Working with the Post Productionss team was a breeze. They understood our vision, managed the chaos of our event, and delivered photos that exceeded our expectations. Highly recommend!", name: "Made Kurnia", role: "Event Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Event coordinator testimonial"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Graduation Memories Preserved Forever",
|
||||
quote: "The team captured the joy and pride of my graduation day beautifully. Every photo tells a story, and I'm so grateful to have these memories preserved with such artistry and professionalism.",
|
||||
name: "Eka Putri",
|
||||
role: "Recent Graduate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3",
|
||||
imageAlt: "Graduate testimonial",
|
||||
},
|
||||
id: "3", title: "Graduation Memories Preserved Forever", quote: "The team captured the joy and pride of my graduation day beautifully. Every photo tells a story, and I'm so grateful to have these memories preserved with such artistry and professionalism.", name: "Eka Putri", role: "Recent Graduate", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Graduate testimonial"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Cultural Sensitivity and Artistic Excellence",
|
||||
quote: "Post Productionss honored the spiritual essence of our traditional ceremony while capturing stunning visuals. Their respect for our culture and technical expertise made all the difference.",
|
||||
name: "Ketut Suryanto",
|
||||
role: "Family Patriarch",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=4",
|
||||
imageAlt: "Cultural ceremony client testimonial",
|
||||
},
|
||||
id: "4", title: "Cultural Sensitivity and Artistic Excellence", quote: "Post Productionss honored the spiritual essence of our traditional ceremony while capturing stunning visuals. Their respect for our culture and technical expertise made all the difference.", name: "Ketut Suryanto", role: "Family Patriarch", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Cultural ceremony client testimonial"},
|
||||
]}
|
||||
title="Client Love & Trust"
|
||||
description="Hear directly from our clients about their experience working with Post Productionss and how we've preserved their precious memories."
|
||||
@@ -235,33 +168,13 @@ export default function HomePage() {
|
||||
<TeamCardFive
|
||||
team={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Adi Wijaya",
|
||||
role: "Founder & Lead Photographer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-confident-bearded-man-brown-suit-wearing-glasses-looking-camera-smiling-cheerfully-with-arms-crossed-standing-purple-background_141793-110713.jpg?_wi=1",
|
||||
imageAlt: "Adi Wijaya, founder of Post Productionss",
|
||||
},
|
||||
id: "1", name: "Adi Wijaya", role: "Founder & Lead Photographer", imageSrc: "http://img.b2bpic.net/free-photo/happy-confident-bearded-man-brown-suit-wearing-glasses-looking-camera-smiling-cheerfully-with-arms-crossed-standing-purple-background_141793-110713.jpg", imageAlt: "Adi Wijaya, founder of Post Productionss"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sari Kusuma",
|
||||
role: "Senior Photographer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-young-photographer-is-taking-photo-dark-grunge-background_613910-12960.jpg?_wi=1",
|
||||
imageAlt: "Sari Kusuma, senior photographer",
|
||||
},
|
||||
id: "2", name: "Sari Kusuma", role: "Senior Photographer", imageSrc: "http://img.b2bpic.net/free-photo/focused-young-photographer-is-taking-photo-dark-grunge-background_613910-12960.jpg", imageAlt: "Sari Kusuma, senior photographer"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Raka Hermawan",
|
||||
role: "Videographer & Cinematographer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-female-photographer-taking-pictures-with-professional-camera-tripod_613910-3601.jpg?_wi=1",
|
||||
imageAlt: "Raka Hermawan, videographer",
|
||||
},
|
||||
id: "3", name: "Raka Hermawan", role: "Videographer & Cinematographer", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-female-photographer-taking-pictures-with-professional-camera-tripod_613910-3601.jpg", imageAlt: "Raka Hermawan, videographer"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Intan Ramadhani",
|
||||
role: "Creative Editor & Colorist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-writing-down-his-plans_1098-17086.jpg?_wi=1",
|
||||
imageAlt: "Intan Ramadhani, creative editor",
|
||||
},
|
||||
id: "4", name: "Intan Ramadhani", role: "Creative Editor & Colorist", imageSrc: "http://img.b2bpic.net/free-photo/young-man-writing-down-his-plans_1098-17086.jpg", imageAlt: "Intan Ramadhani, creative editor"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Meet Our Talented Team"
|
||||
@@ -297,8 +210,7 @@ export default function HomePage() {
|
||||
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" },
|
||||
@@ -306,8 +218,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Portfolio", href: "/portfolio" },
|
||||
{ label: "Meet Our Team", href: "/team" },
|
||||
@@ -315,8 +226,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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" },
|
||||
|
||||
@@ -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() {
|
||||
<ProductCardOne
|
||||
products={[
|
||||
{
|
||||
id: "wedding-1",
|
||||
name: "Wedding Ceremony",
|
||||
price: "3 Days",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girlfriend-laughing_1157-65.jpg?_wi=3",
|
||||
imageAlt: "Elegant wedding moment captured with emotional depth",
|
||||
},
|
||||
id: "wedding-1", name: "Wedding Ceremony", price: "3 Days", imageSrc: "http://img.b2bpic.net/free-photo/girlfriend-laughing_1157-65.jpg", imageAlt: "Elegant wedding moment captured with emotional depth"},
|
||||
{
|
||||
id: "wedding-2",
|
||||
name: "Reception Highlights",
|
||||
price: "Evening Coverage",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bride-couple-waving-while-dacning-with-confetti_8353-12337.jpg?_wi=2",
|
||||
imageAlt: "Joyful celebration captured in candid moments",
|
||||
},
|
||||
id: "wedding-2", name: "Reception Highlights", price: "Evening Coverage", imageSrc: "http://img.b2bpic.net/free-photo/bride-couple-waving-while-dacning-with-confetti_8353-12337.jpg", imageAlt: "Joyful celebration captured in candid moments"},
|
||||
{
|
||||
id: "graduation-1",
|
||||
name: "Graduation Day",
|
||||
price: "Full Day",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-nationalities-university-graduates_7502-9436.jpg?_wi=3",
|
||||
imageAlt: "Achievement and pride captured in a portrait",
|
||||
},
|
||||
id: "graduation-1", name: "Graduation Day", price: "Full Day", imageSrc: "http://img.b2bpic.net/free-photo/different-nationalities-university-graduates_7502-9436.jpg", imageAlt: "Achievement and pride captured in a portrait"},
|
||||
{
|
||||
id: "event-1",
|
||||
name: "Corporate Event",
|
||||
price: "Evening Event",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-celebrating-new-years-eve_53876-46899.jpg?_wi=2",
|
||||
imageAlt: "Professional event photography with live energy",
|
||||
},
|
||||
id: "event-1", name: "Corporate Event", price: "Evening Event", imageSrc: "http://img.b2bpic.net/free-photo/friends-celebrating-new-years-eve_53876-46899.jpg", imageAlt: "Professional event photography with live energy"},
|
||||
{
|
||||
id: "balinese-1",
|
||||
name: "Balinese Ceremony",
|
||||
price: "Full Day",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nyepi-day-celebration-indonesia_23-2151325686.jpg?_wi=3",
|
||||
imageAlt: "Traditional Balinese cultural ceremony with spiritual significance",
|
||||
},
|
||||
id: "balinese-1", name: "Balinese Ceremony", price: "Full Day", imageSrc: "http://img.b2bpic.net/free-photo/nyepi-day-celebration-indonesia_23-2151325686.jpg", imageAlt: "Traditional Balinese cultural ceremony with spiritual significance"},
|
||||
{
|
||||
id: "engagement-1",
|
||||
name: "Engagement Session",
|
||||
price: "2-3 Hours",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/love-couple-pretty-woman-man-hats-outdoor_624325-3072.jpg?_wi=4",
|
||||
imageAlt: "Intimate engagement session in scenic location",
|
||||
},
|
||||
id: "engagement-1", name: "Engagement Session", price: "2-3 Hours", imageSrc: "http://img.b2bpic.net/free-photo/love-couple-pretty-woman-man-hats-outdoor_624325-3072.jpg", imageAlt: "Intimate engagement session in scenic location"},
|
||||
]}
|
||||
title="Our Portfolio"
|
||||
description="Explore a curated collection of our finest work across weddings, events, celebrations, and cultural moments. Each image tells a story of precision, artistry, and emotional depth."
|
||||
@@ -99,32 +69,11 @@ export default function PortfolioPage() {
|
||||
<TestimonialCardTen
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Our Wedding Was Perfect, The Photos Are Perfection",
|
||||
quote: "Post Productionss captured every emotion and detail of our wedding day. The photos are stunning, and we can relive the joy and love every time we look at them. Truly exceptional work!",
|
||||
name: "Siti & Budi",
|
||||
role: "Newlyweds",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=5",
|
||||
imageAlt: "Happy couple testimonial",
|
||||
},
|
||||
id: "1", title: "Our Wedding Was Perfect, The Photos Are Perfection", quote: "Post Productionss captured every emotion and detail of our wedding day. The photos are stunning, and we can relive the joy and love every time we look at them. Truly exceptional work!", name: "Siti & Budi", role: "Newlyweds", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Happy couple testimonial"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Professional, Creative, and Deeply Caring",
|
||||
quote: "Working with the Post Productionss team was a breeze. They understood our vision, managed the chaos of our event, and delivered photos that exceeded our expectations. Highly recommend!",
|
||||
name: "Made Kurnia",
|
||||
role: "Event Coordinator",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=6",
|
||||
imageAlt: "Event coordinator testimonial",
|
||||
},
|
||||
id: "2", title: "Professional, Creative, and Deeply Caring", quote: "Working with the Post Productionss team was a breeze. They understood our vision, managed the chaos of our event, and delivered photos that exceeded our expectations. Highly recommend!", name: "Made Kurnia", role: "Event Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Event coordinator testimonial"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Graduation Memories Preserved Forever",
|
||||
quote: "The team captured the joy and pride of my graduation day beautifully. Every photo tells a story, and I'm so grateful to have these memories preserved with such artistry and professionalism.",
|
||||
name: "Eka Putri",
|
||||
role: "Recent Graduate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=7",
|
||||
imageAlt: "Graduate testimonial",
|
||||
},
|
||||
id: "3", title: "Graduation Memories Preserved Forever", quote: "The team captured the joy and pride of my graduation day beautifully. Every photo tells a story, and I'm so grateful to have these memories preserved with such artistry and professionalism.", name: "Eka Putri", role: "Recent Graduate", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Graduate testimonial"},
|
||||
]}
|
||||
title="Client Love & Trust"
|
||||
description="Hear directly from our clients about their experience working with Post Productionss and how we've preserved their precious memories."
|
||||
@@ -159,8 +108,7 @@ export default function PortfolioPage() {
|
||||
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" },
|
||||
@@ -168,8 +116,7 @@ export default function PortfolioPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Portfolio", href: "/portfolio" },
|
||||
{ label: "Meet Our Team", href: "/team" },
|
||||
@@ -177,8 +124,7 @@ export default function PortfolioPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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" },
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -79,26 +72,11 @@ export default function ServicesPage() {
|
||||
<ProductCardOne
|
||||
products={[
|
||||
{
|
||||
id: "wedding-1",
|
||||
name: "Wedding Ceremony",
|
||||
price: "3 Days",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girlfriend-laughing_1157-65.jpg?_wi=2",
|
||||
imageAlt: "Elegant wedding moment captured with emotional depth",
|
||||
},
|
||||
id: "wedding-1", name: "Wedding Ceremony", price: "3 Days", imageSrc: "http://img.b2bpic.net/free-photo/girlfriend-laughing_1157-65.jpg", imageAlt: "Elegant wedding moment captured with emotional depth"},
|
||||
{
|
||||
id: "graduation-1",
|
||||
name: "Graduation Day",
|
||||
price: "Full Day",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-nationalities-university-graduates_7502-9436.jpg?_wi=2",
|
||||
imageAlt: "Achievement and pride captured in a portrait",
|
||||
},
|
||||
id: "graduation-1", name: "Graduation Day", price: "Full Day", imageSrc: "http://img.b2bpic.net/free-photo/different-nationalities-university-graduates_7502-9436.jpg", imageAlt: "Achievement and pride captured in a portrait"},
|
||||
{
|
||||
id: "balinese-1",
|
||||
name: "Balinese Ceremony",
|
||||
price: "Full Day",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nyepi-day-celebration-indonesia_23-2151325686.jpg?_wi=2",
|
||||
imageAlt: "Traditional Balinese cultural ceremony with spiritual significance",
|
||||
},
|
||||
id: "balinese-1", name: "Balinese Ceremony", price: "Full Day", imageSrc: "http://img.b2bpic.net/free-photo/nyepi-day-celebration-indonesia_23-2151325686.jpg", imageAlt: "Traditional Balinese cultural ceremony with spiritual significance"},
|
||||
]}
|
||||
title="Service Gallery"
|
||||
description="See examples of our work across different service categories. Each project showcases our dedication to quality and artistic excellence."
|
||||
@@ -135,8 +113,7 @@ export default function ServicesPage() {
|
||||
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" },
|
||||
@@ -144,8 +121,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Portfolio", href: "/portfolio" },
|
||||
{ label: "Meet Our Team", href: "/team" },
|
||||
@@ -153,8 +129,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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" },
|
||||
|
||||
Reference in New Issue
Block a user