Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8880ae1081 | |||
| 9792554929 | |||
| 8da425f942 | |||
| cea467ce48 |
@@ -84,6 +84,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Cinematic Chapters"
|
||||
description="Each performance, a visual exploration of human emotion."
|
||||
buttons={[{ text: "Explore Filmography" }]}
|
||||
accordionItems={[
|
||||
{ id: "c1", title: "The Essence of Silence", content: "A story written in whispers and glances." },
|
||||
{ id: "c2", title: "Velvet Night", content: "Where elegance meets shadows of mystery." },
|
||||
@@ -131,7 +132,7 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
textboxLayout="split-description"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
|
||||
Reference in New Issue
Block a user