Update src/app/about/page.tsx
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user