Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 75b9ebab50 | |||
| 5b8d133566 | |||
| 5c85d9e2fb |
@@ -111,7 +111,7 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
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"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
@@ -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" },
|
||||||
|
|||||||
Reference in New Issue
Block a user