2 Commits

Author SHA1 Message Date
708fa73d4a Update src/app/page.tsx 2026-03-15 08:12:55 +00:00
ed94bd2246 Update src/app/page.tsx 2026-03-15 08:12:27 +00:00

View File

@@ -136,9 +136,9 @@ export default function LandingPage() {
description="Join the ranks of industry leaders who've transformed their social presence with SocialElite's expertise." description="Join the ranks of industry leaders who've transformed their social presence with SocialElite's expertise."
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names=[ names={[
"TechVenture Inc", "Luxe Fashion Co", "FinanceFlow Pro", "WellnessHub", "SoftServe Solutions", "Culinary Creations", "EduSmart Learning" "TechVenture Inc", "Luxe Fashion Co", "FinanceFlow Pro", "WellnessHub", "SoftServe Solutions", "Culinary Creations", "EduSmart Learning"
] ]}
logos={[ logos={[
"http://img.b2bpic.net/free-vector/rocket-shape-logo-template_1156-701.jpg", "http://img.b2bpic.net/free-vector/eye-catching-premium-letter-w-logo-background-royal-identity_1017-53727.jpg", "http://img.b2bpic.net/free-vector/gradient-accounting-logo-template_23-2148847108.jpg", "http://img.b2bpic.net/free-vector/medical-team-logo_1078-31.jpg", "http://img.b2bpic.net/free-vector/gradient-electronics-logos-pack_23-2148979035.jpg", "http://img.b2bpic.net/free-vector/vintage-restaurant-logo-with-golden-design_23-2148455388.jpg", "http://img.b2bpic.net/free-vector/modern-graduation-label-collection-with-flat-design_23-2147873416.jpg" "http://img.b2bpic.net/free-vector/rocket-shape-logo-template_1156-701.jpg", "http://img.b2bpic.net/free-vector/eye-catching-premium-letter-w-logo-background-royal-identity_1017-53727.jpg", "http://img.b2bpic.net/free-vector/gradient-accounting-logo-template_23-2148847108.jpg", "http://img.b2bpic.net/free-vector/medical-team-logo_1078-31.jpg", "http://img.b2bpic.net/free-vector/gradient-electronics-logos-pack_23-2148979035.jpg", "http://img.b2bpic.net/free-vector/vintage-restaurant-logo-with-golden-design_23-2148455388.jpg", "http://img.b2bpic.net/free-vector/modern-graduation-label-collection-with-flat-design_23-2147873416.jpg"
]} ]}
@@ -153,7 +153,7 @@ export default function LandingPage() {
description="Real impact delivered to real businesses. See the metrics that prove our expertise." description="Real impact delivered to real businesses. See the metrics that prove our expertise."
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
gridVariant="three-columns-all-equal-width" gridVariant="uniform-all-items-equal"
animationType="slide-up" animationType="slide-up"
metrics={[ metrics={[
{ id: "engagement", value: "45M+", description: "Total social impressions generated" }, { id: "engagement", value: "45M+", description: "Total social impressions generated" },
@@ -227,7 +227,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ text: "Schedule Consultation", href: "mailto:hello@socialelite.com" }, { text: "Schedule Consultation", href: "mailto:hello@socialelite.com" },
{ text: "View Our Process", href: "#about" } { text: "Download Our 2024 Social Strategy Guide", href: "mailto:hello@socialelite.com?subject=Download%202024%20Social%20Strategy%20Guide" }
]} ]}
animationType="entrance-slide" animationType="entrance-slide"
/> />