3 Commits

Author SHA1 Message Date
a9005ec194 Update src/app/page.tsx 2026-03-11 11:46:57 +00:00
4df9f93976 Update src/app/page.tsx 2026-03-11 11:45:56 +00:00
a9e01551cb Update src/app/page.tsx 2026-03-11 11:44:56 +00:00

View File

@@ -69,8 +69,11 @@ export default function LandingPage() {
]}
mediaAnimation="slide-up"
rating={5}
ratingText="Trusted by 50+ Premium Brands"
ratingText="50+ Premium Brands | 2.5B+ Views"
className="py-20 md:py-32"
titleClassName="text-5xl md:text-7xl font-light leading-tight"
descriptionClassName="text-lg md:text-xl text-foreground/80"
buttonClassName="px-8 py-3 rounded-full transition-all duration-300"
/>
</div>
@@ -99,13 +102,15 @@ export default function LandingPage() {
useInvertedBackground={false}
buttonAnimation="slide-up"
className="py-20 md:py-32"
textBoxTitleClassName="text-5xl md:text-6xl font-light leading-tight"
textBoxDescriptionClassName="text-lg text-foreground/70"
/>
</div>
<div id="portfolio" data-section="portfolio" className="bg-card/50 backdrop-blur-sm">
<ProductCardTwo
title="Portfolio Showcase"
description="See how we've delivered $10M+ in premium video content for global brands and transformed their visual presence."
description="Explore our latest cinematic productions and premium product photography that showcase our creative excellence."
tag="Featured Work"
tagIcon={Film}
textboxLayout="default"
@@ -127,6 +132,8 @@ export default function LandingPage() {
}
]}
className="py-20 md:py-32"
textBoxTitleClassName="text-5xl md:text-6xl font-light leading-tight"
textBoxDescriptionClassName="text-lg text-foreground/70"
/>
</div>
@@ -142,6 +149,8 @@ export default function LandingPage() {
{ text: "Explore Services", href: "#contact" }
]}
className="py-20 md:py-32"
titleClassName="text-5xl md:text-6xl font-light"
descriptionClassName="text-lg text-foreground/70"
/>
</div>
@@ -162,7 +171,7 @@ export default function LandingPage() {
id: "3", value: "98", title: "Client Satisfaction", description: "Consistently exceeding expectations", icon: ThumbsUp
},
{
id: "4", value: "2", title: "Total Views", description: "Combined audience reach in billions", icon: Eye
id: "4", value: "2", title: "Total Views", description: "Combined audience reach (in billions)", icon: Eye
}
]}
gridVariant="uniform-all-items-equal"
@@ -170,6 +179,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
className="py-20 md:py-32"
textBoxTitleClassName="text-5xl md:text-6xl font-light"
textBoxDescriptionClassName="text-lg text-foreground/70"
/>
</div>
@@ -195,6 +206,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
className="py-20 md:py-32"
textBoxTitleClassName="text-5xl md:text-6xl font-light"
textBoxDescriptionClassName="text-lg text-foreground/70"
/>
</div>
@@ -238,6 +251,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
className="py-20 md:py-32"
textBoxTitleClassName="text-5xl md:text-6xl font-light"
textBoxDescriptionClassName="text-lg text-foreground/70"
/>
</div>
@@ -275,6 +290,8 @@ export default function LandingPage() {
useInvertedBackground={true}
animationType="smooth"
className="py-20 md:py-32"
textBoxTitleClassName="text-5xl md:text-6xl font-light"
textBoxDescriptionClassName="text-lg text-foreground/70"
/>
</div>
@@ -289,6 +306,7 @@ export default function LandingPage() {
{ text: "View Portfolio", href: "#portfolio" }
]}
className="py-20 md:py-32"
textClassName="text-4xl md:text-5xl font-light leading-relaxed"
/>
</div>