diff --git a/src/app/page.tsx b/src/app/page.tsx index 0de80da..82f80bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -57,113 +47,63 @@ export default function LandingPage() {
@@ -173,18 +113,11 @@ export default function LandingPage() { useInvertedBackground={true} heading={[ { - type: "text", - content: "Where ", - }, + type: "text", content: "Where "}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/working-wall_1098-13458.jpg", - alt: "About us", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/working-wall_1098-13458.jpg", alt: "About us"}, { - type: "text", - content: " Creative Strategy Meets Unmatched Performance.", - }, + type: "text", content: " Creative Strategy Meets Unmatched Performance."}, ]} /> @@ -197,23 +130,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", - title: "Performance Analytics", - description: "Deep-dive insights that drive revenue, not just vanity metrics.", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-pointing-his-finger-growth-graph_53876-96227.jpg", - }, + id: "1", title: "Performance Analytics", description: "Deep-dive insights that drive revenue, not just vanity metrics.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-pointing-his-finger-growth-graph_53876-96227.jpg"}, { - id: "2", - title: "Creative Content Production", - description: "High-fidelity assets crafted for maximum engagement.", - imageSrc: "http://img.b2bpic.net/free-vector/25-marketing-seo-solid-glyph-icon-pack-vector-icons-illustration_1142-17834.jpg", - }, + id: "2", title: "Creative Content Production", description: "High-fidelity assets crafted for maximum engagement.", imageSrc: "http://img.b2bpic.net/free-vector/25-marketing-seo-solid-glyph-icon-pack-vector-icons-illustration_1142-17834.jpg"}, { - id: "3", - title: "Brand Authority", - description: "Establishing your voice as the industry standard.", - imageSrc: "http://img.b2bpic.net/free-photo/teamwork-concept-with-paper-planes_23-2148186970.jpg", - }, + id: "3", title: "Brand Authority", description: "Establishing your voice as the industry standard.", imageSrc: "http://img.b2bpic.net/free-photo/teamwork-concept-with-paper-planes_23-2148186970.jpg"}, ]} title="Elite Services" description="Comprehensive social solutions designed for industry leaders." @@ -225,23 +146,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Brand A", - "Brand B", - "Brand C", - "Brand D", - "Brand E", - "Brand F", - "Brand G", - ]} + "Brand A", "Brand B", "Brand C", "Brand D", "Brand E", "Brand F", "Brand G"]} logos={[ - "http://img.b2bpic.net/free-vector/luxury-business-logo-template_1057-1748.jpg", - "http://img.b2bpic.net/free-photo/carbon-fibre-background-with-metal-diamond-frame_1048-10417.jpg", - "http://img.b2bpic.net/free-vector/minimal-logo-designs-set_53876-94206.jpg", - "http://img.b2bpic.net/free-vector/illustration-hotel-stamp-banner_53876-6851.jpg", - "http://img.b2bpic.net/free-vector/squeegee-logo-template_23-2150205603.jpg", - "http://img.b2bpic.net/free-photo/eco-friendly-recycling-concept_23-2148737655.jpg", - "http://img.b2bpic.net/free-photo/carbon-fibre-background-with-metal-diamond-frame_1048-10417.jpg", - ]} + "http://img.b2bpic.net/free-vector/luxury-business-logo-template_1057-1748.jpg", "http://img.b2bpic.net/free-photo/carbon-fibre-background-with-metal-diamond-frame_1048-10417.jpg", "http://img.b2bpic.net/free-vector/minimal-logo-designs-set_53876-94206.jpg", "http://img.b2bpic.net/free-vector/illustration-hotel-stamp-banner_53876-6851.jpg", "http://img.b2bpic.net/free-vector/squeegee-logo-template_23-2150205603.jpg", "http://img.b2bpic.net/free-photo/eco-friendly-recycling-concept_23-2148737655.jpg", "http://img.b2bpic.net/free-photo/carbon-fibre-background-with-metal-diamond-frame_1048-10417.jpg"]} title="Trusted by Market Leaders" description="Partnering with ambitious brands globally." /> @@ -249,44 +156,20 @@ export default function LandingPage() {
@@ -316,42 +196,27 @@ export default function LandingPage() { logoText="ELITE SOCIAL" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { - label: "Blog", - href: "#", - }, + label: "Blog", href: "#"}, { - label: "Newsletter", - href: "#", - }, + label: "Newsletter", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ], }, ]}