11 Commits

Author SHA1 Message Date
b72ab971f4 Merge version_1 into main
Merge version_1 into main
2026-03-11 11:50:28 +00:00
1d9027a211 Update src/app/page.tsx 2026-03-11 11:50:24 +00:00
8c5656dc17 Update src/app/page.tsx 2026-03-11 11:50:03 +00:00
2ecc5b4768 Merge version_1 into main
Merge version_1 into main
2026-03-11 11:47:44 +00:00
6fbd508d05 Update src/app/page.tsx 2026-03-11 11:47:32 +00:00
bd57671cae Update src/app/page.tsx 2026-03-11 11:47:22 +00:00
36056c6e9f Merge version_2 into main
Merge version_2 into main
2026-03-11 11:47:01 +00:00
901476bb6d Merge version_2 into main
Merge version_2 into main
2026-03-11 11:46:00 +00:00
005ec93760 Merge version_3 into main
Merge version_3 into main
2026-03-11 11:45:04 +00:00
facff76619 Merge version_2 into main
Merge version_2 into main
2026-03-11 11:45:00 +00:00
1861413071 Update src/app/page.tsx 2026-03-11 11:45:00 +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>