diff --git a/src/app/page.tsx b/src/app/page.tsx index bacab6d..73803c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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" />
@@ -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" /> @@ -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" /> @@ -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" /> @@ -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" /> @@ -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" /> @@ -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" />