Merge version_1 into main #2
241
src/app/page.tsx
241
src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Services", id: "#features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="ELITE SOCIAL"
|
||||
/>
|
||||
@@ -57,113 +47,63 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Redefining Digital Presence"
|
||||
description="Premium social media management for forward-thinking brands who demand measurable impact, authentic storytelling, and aesthetic precision."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg?_wi=1",
|
||||
imageAlt: "Hero 1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg", imageAlt: "Hero 1"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg?_wi=2",
|
||||
imageAlt: "Hero 2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg", imageAlt: "Hero 2"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg?_wi=3",
|
||||
imageAlt: "Hero 3",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg", imageAlt: "Hero 3"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg?_wi=4",
|
||||
imageAlt: "Hero 4",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg", imageAlt: "Hero 4"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg?_wi=5",
|
||||
imageAlt: "Hero 5",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg", imageAlt: "Hero 5"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg?_wi=6",
|
||||
imageAlt: "Hero 1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg", imageAlt: "Hero 1"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg?_wi=7",
|
||||
imageAlt: "Hero 2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg", imageAlt: "Hero 2"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg?_wi=8",
|
||||
imageAlt: "Hero 3",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg", imageAlt: "Hero 3"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg?_wi=9",
|
||||
imageAlt: "Hero 4",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg", imageAlt: "Hero 4"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg?_wi=10",
|
||||
imageAlt: "Hero 5",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg", imageAlt: "Hero 5"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Project",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Start Project", href: "#contact"},
|
||||
{
|
||||
text: "Our Work",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Our Work", href: "#features"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg",
|
||||
alt: "Sarah J.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", alt: "Sarah J."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg",
|
||||
alt: "Mike Chen",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", alt: "Mike Chen"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
|
||||
alt: "Emily R.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", alt: "Emily R."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-middle-aged-businesswoman_23-2148204386.jpg",
|
||||
alt: "David K.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-middle-aged-businesswoman_23-2148204386.jpg", alt: "David K."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beauty-young-woman-wears-white-shirt-portrait_633478-1300.jpg",
|
||||
alt: "Lucy H.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beauty-young-woman-wears-white-shirt-portrait_633478-1300.jpg", alt: "Lucy H."},
|
||||
]}
|
||||
avatarText="Trusted by 500+ global brands"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/luxury-business-logo-template_1057-1748.jpg",
|
||||
alt: "Brand A",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/luxury-business-logo-template_1057-1748.jpg", alt: "Brand A"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/carbon-fibre-background-with-metal-diamond-frame_1048-10417.jpg",
|
||||
alt: "Brand B",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/carbon-fibre-background-with-metal-diamond-frame_1048-10417.jpg", alt: "Brand B"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/minimal-logo-designs-set_53876-94206.jpg",
|
||||
alt: "Brand C",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/minimal-logo-designs-set_53876-94206.jpg", alt: "Brand C"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/illustration-hotel-stamp-banner_53876-6851.jpg",
|
||||
alt: "Brand D",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/illustration-hotel-stamp-banner_53876-6851.jpg", alt: "Brand D"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/squeegee-logo-template_23-2150205603.jpg",
|
||||
alt: "Brand E",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/squeegee-logo-template_23-2150205603.jpg", alt: "Brand E"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahj",
|
||||
testimonial: "The level of strategy and execution is simply unmatched.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "The level of strategy and execution is simply unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mike Chen",
|
||||
handle: "@mikec",
|
||||
testimonial: "A complete transformation of our social presence.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg",
|
||||
},
|
||||
id: "2", name: "Mike Chen", handle: "@mikec", testimonial: "A complete transformation of our social presence.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
handle: "@emilyr",
|
||||
testimonial: "Results were instantaneous and highly measurable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
|
||||
},
|
||||
id: "3", name: "Emily R.", handle: "@emilyr", testimonial: "Results were instantaneous and highly measurable.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
handle: "@davidk",
|
||||
testimonial: "The best creative partner we've had to date.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-businesswoman_23-2148204386.jpg",
|
||||
},
|
||||
id: "4", name: "David K.", handle: "@davidk", testimonial: "The best creative partner we've had to date.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-businesswoman_23-2148204386.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lucy H.",
|
||||
handle: "@lucyh",
|
||||
testimonial: "Professional, fast, and exceptionally talented.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-young-woman-wears-white-shirt-portrait_633478-1300.jpg",
|
||||
},
|
||||
id: "5", name: "Lucy H.", handle: "@lucyh", testimonial: "Professional, fast, and exceptionally talented.", imageSrc: "http://img.b2bpic.net/free-photo/beauty-young-woman-wears-white-shirt-portrait_633478-1300.jpg"},
|
||||
]}
|
||||
title="Client Success"
|
||||
description="What our partners say about our work."
|
||||
@@ -297,16 +180,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Let's Connect"
|
||||
title="Ready to scale your impact?"
|
||||
description="Get in touch to discuss your vision and see how we can help you grow."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Discovery Call",
|
||||
href: "#",
|
||||
},
|
||||
text: "Book Discovery Call", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user