Merge version_1 into main #12

Merged
bender merged 1 commits from version_1 into main 2026-03-11 11:50:28 +00:00

View File

@@ -69,11 +69,8 @@ export default function LandingPage() {
]}
mediaAnimation="slide-up"
rating={5}
ratingText="50+ Premium Brands | 2.5B+ Views"
ratingText="Trusted by 50+ Premium Brands"
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>
@@ -102,15 +99,13 @@ 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="Explore our latest cinematic productions and premium product photography that showcase our creative excellence."
description="See how we've delivered $10M+ in premium video content for global brands and transformed their visual presence."
tag="Featured Work"
tagIcon={Film}
textboxLayout="default"
@@ -132,8 +127,6 @@ 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>
@@ -149,8 +142,6 @@ 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>
@@ -171,7 +162,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"
@@ -179,8 +170,6 @@ 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>
@@ -206,8 +195,6 @@ 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>
@@ -251,8 +238,6 @@ 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>
@@ -290,8 +275,6 @@ 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>
@@ -306,7 +289,6 @@ 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>