Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-13 06:06:31 +00:00

View File

@@ -31,26 +31,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Services",
id: "services",
},
{
name: "Portfolio",
id: "portfolio",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Services", id: "services" },
{ name: "Portfolio", id: "portfolio" },
{ name: "Contact", id: "contact" },
]}
brandName="Nova Social"
/>
@@ -61,75 +46,21 @@ export default function LandingPage() {
title="We Grow Your Social Presence"
description="Nova Social helps high-growth brands amplify their reach, build genuine community, and drive measurable ROI through expert-led social strategies."
testimonials={[
{
name: "Emma Roberts",
handle: "@emmarob",
testimonial: "Nova Social transformed our brand identity overnight. Incredible results.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-confident-young-woman-start-career-look-determined-get-job-waiting-interview-lean-glass-wall-business-center-smiling-looking-away-satisfied_197531-30572.jpg?_wi=1",
},
{
name: "John Doe",
handle: "@jdoe",
testimonial: "Data-driven strategy that actually works. We tripled our engagement.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=1",
},
{
name: "Sarah Smith",
handle: "@ssmith",
testimonial: "Absolute game changer for our social media presence.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg",
},
{
name: "Mike Ross",
handle: "@mross",
testimonial: "The ROI speaks for itself. Highly recommended!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg",
},
{
name: "Lisa Wong",
handle: "@lwong",
testimonial: "Incredible communication and execution throughout.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-with-enthusiastic-face-expression-smiling-looking-confident-standing-s_1258-121409.jpg",
},
{ name: "Emma Roberts", handle: "@emmarob", testimonial: "Nova Social transformed our brand identity overnight. Incredible results.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-confident-young-woman-start-career-look-determined-get-job-waiting-interview-lean-glass-wall-business-center-smiling-looking-away-satisfied_197531-30572.jpg" },
{ name: "John Doe", handle: "@jdoe", testimonial: "Data-driven strategy that actually works. We tripled our engagement.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg" },
{ name: "Sarah Smith", handle: "@ssmith", testimonial: "Absolute game changer for our social media presence.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg" },
{ name: "Mike Ross", handle: "@mross", testimonial: "The ROI speaks for itself. Highly recommended!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg" },
{ name: "Lisa Wong", handle: "@lwong", testimonial: "Incredible communication and execution throughout.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-with-enthusiastic-face-expression-smiling-looking-confident-standing-s_1258-121409.jpg" }
]}
buttons={[
{
text: "Get Started",
href: "#contact",
},
{
text: "Our Portfolio",
href: "#portfolio",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/person-using-smartphone-his-automated-home_23-2149036912.jpg?_wi=1"
buttons={[{ text: "Get Started", href: "#contact" }, { text: "Our Portfolio", href: "#portfolio" }]}
imageSrc="http://img.b2bpic.net/free-photo/person-using-smartphone-his-automated-home_23-2149036912.jpg"
imageAlt="social media dashboard dark"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/vivid-types-applications-connecting-cellphone_23-2147841270.jpg",
alt: "Vivid types of applications connecting cellphone",
},
{
src: "http://img.b2bpic.net/free-photo/man-controlling-smart-lamp-with-his-phone_23-2149036886.jpg",
alt: "Man controlling a smart lamp with his phone",
},
{
src: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-57872.jpg",
alt: "Computer in a dark room with graphs on the screen",
},
{
src: "http://img.b2bpic.net/free-photo/cool-different-types-buttons_23-2150170585.jpg",
alt: "Cool different types of buttons",
},
{
src: "http://img.b2bpic.net/free-photo/hand-holding-smartphone-home_23-2150639942.jpg",
alt: "Hand holding smartphone at home",
},
{ src: "http://img.b2bpic.net/free-photo/vivid-types-applications-connecting-cellphone_23-2147841270.jpg", alt: "Vivid types of applications connecting cellphone" },
{ src: "http://img.b2bpic.net/free-photo/man-controlling-smart-lamp-with-his-phone_23-2149036886.jpg", alt: "Man controlling a smart lamp with his phone" },
{ src: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-57872.jpg", alt: "Computer in a dark room with graphs on the screen" },
{ src: "http://img.b2bpic.net/free-photo/cool-different-types-buttons_23-2150170585.jpg", alt: "Cool different types of buttons" },
{ src: "http://img.b2bpic.net/free-photo/hand-holding-smartphone-home_23-2150639942.jpg", alt: "Hand holding smartphone at home" }
]}
/>
</div>
@@ -139,7 +70,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Crafting Digital Experiences"
description="We are a boutique social media agency focused on high-end production, strategic growth, and human-centric community management. We don't just post content; we create movements."
imageSrc="http://img.b2bpic.net/free-photo/people-developing-photos-darkroom-front-view_23-2149894024.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/people-developing-photos-darkroom-front-view_23-2149894024.jpg"
imageAlt="modern agency office dark"
/>
</div>
@@ -150,66 +81,10 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
title: "Content Creation",
description: "High-quality production of video, image, and copy assets.",
icon: Camera,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/black-smartphone-product-shot-dark-environment_187299-46536.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-displaying-2fa-confirmation-secure-access_23-2152029086.jpg",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/person-using-smartphone-his-automated-home_23-2149036912.jpg?_wi=2",
imageAlt: "smartphone ui dark theme",
},
{
title: "SMM Management",
description: "Complete handling of community engagement and scheduling.",
icon: MessageSquare,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-3d-rendering-modern-tech-device_187299-46717.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/artistic-blurry-colorful-wallpaper-background_58702-8592.jpg",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/people-developing-photos-darkroom-front-view_23-2149894024.jpg?_wi=2",
imageAlt: "smartphone ui dark theme",
},
{
title: "Brand Strategy",
description: "Defining your unique voice in a crowded digital space.",
icon: Shield,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/incoming-call-screen-from-merry-christmas-happy-new-year-close-up_169016-41510.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-taking-notes-office_23-2149749859.jpg",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-confident-young-woman-start-career-look-determined-get-job-waiting-interview-lean-glass-wall-business-center-smiling-looking-away-satisfied_197531-30572.jpg?_wi=2",
imageAlt: "smartphone ui dark theme",
},
{
title: "Growth Strategy",
description: "Data-driven marketing to maximize ROI.",
icon: Zap,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-smartphone_23-2150671595.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/design-space-paper_53876-14557.jpg",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=2",
imageAlt: "smartphone ui dark theme",
},
{ title: "Content Creation", description: "High-quality production of video, image, and copy assets.", icon: Camera, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/black-smartphone-product-shot-dark-environment_187299-46536.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/smartphone-displaying-2fa-confirmation-secure-access_23-2152029086.jpg" }] },
{ title: "SMM Management", description: "Complete handling of community engagement and scheduling.", icon: MessageSquare, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/minimalist-3d-rendering-modern-tech-device_187299-46717.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/artistic-blurry-colorful-wallpaper-background_58702-8592.jpg" }] },
{ title: "Brand Strategy", description: "Defining your unique voice in a crowded digital space.", icon: Shield, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/incoming-call-screen-from-merry-christmas-happy-new-year-close-up_169016-41510.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-taking-notes-office_23-2149749859.jpg" }] },
{ title: "Growth Strategy", description: "Data-driven marketing to maximize ROI.", icon: Zap, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-smartphone_23-2150671595.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/design-space-paper_53876-14557.jpg" }] }
]}
title="Our Expert Services"
description="Comprehensive social media solutions tailored for elite brands."
@@ -220,44 +95,13 @@ export default function LandingPage() {
<ProductCardOne
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Luxury Rebranding",
price: "View Project",
imageSrc: "http://img.b2bpic.net/free-photo/ideas-fresh-vintage-style-concept_53876-125077.jpg",
},
{
id: "p2",
name: "Tech Startup Launch",
price: "View Project",
imageSrc: "http://img.b2bpic.net/free-psd/business-corporation-template_23-2151402198.jpg",
},
{
id: "p3",
name: "Global Campaign",
price: "View Project",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-ux-landing-page_52683-69729.jpg",
},
{
id: "p4",
name: "Influencer Strategy",
price: "View Project",
imageSrc: "http://img.b2bpic.net/free-psd/3d-rendered-facebook-post-mockup-isolated_359791-413.jpg",
},
{
id: "p5",
name: "E-commerce Growth",
price: "View Project",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443518.jpg",
},
{
id: "p6",
name: "Interactive Brand",
price: "View Project",
imageSrc: "http://img.b2bpic.net/free-photo/structure-social-media-with-colored-icons_1134-73.jpg",
},
{ id: "p1", name: "Luxury Rebranding", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/ideas-fresh-vintage-style-concept_53876-125077.jpg" },
{ id: "p2", name: "Tech Startup Launch", price: "View Project", imageSrc: "http://img.b2bpic.net/free-psd/business-corporation-template_23-2151402198.jpg" },
{ id: "p3", name: "Global Campaign", price: "View Project", imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-ux-landing-page_52683-69729.jpg" },
{ id: "p4", name: "Influencer Strategy", price: "View Project", imageSrc: "http://img.b2bpic.net/free-psd/3d-rendered-facebook-post-mockup-isolated_359791-413.jpg" }
]}
title="Our Latest Work"
description="Featured projects that drove significant brand impact."
@@ -270,54 +114,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
plans={[
{
id: "basic",
tag: "Essential",
price: "$1,500",
period: "/mo",
description: "Perfect for emerging brands.",
button: {
text: "Get Started",
},
featuresTitle: "Includes:",
features: [
"Content creation",
"Community monitoring",
"Monthly reports",
],
},
{
id: "pro",
tag: "Growth",
price: "$3,500",
period: "/mo",
description: "For brands scaling fast.",
button: {
text: "Choose Pro",
},
featuresTitle: "Includes:",
features: [
"Custom content strategy",
"Paid ads management",
"24/7 engagement",
],
},
{
id: "enterprise",
tag: "Elite",
price: "$7,000",
period: "/mo",
description: "For industry leaders.",
button: {
text: "Contact Us",
},
featuresTitle: "Includes:",
features: [
"Full service agency",
"Influencer relations",
"Priority access",
],
},
{ id: "basic", tag: "Essential", price: "$1,500", period: "/mo", description: "Perfect for emerging brands.", button: { text: "Get Started" }, featuresTitle: "Includes:", features: ["Content creation", "Community monitoring", "Monthly reports"] },
{ id: "pro", tag: "Growth", price: "$3,500", period: "/mo", description: "For brands scaling fast.", button: { text: "Choose Pro" }, featuresTitle: "Includes:", features: ["Custom content strategy", "Paid ads management", "24/7 engagement"] },
{ id: "enterprise", tag: "Elite", price: "$7,000", period: "/mo", description: "For industry leaders.", button: { text: "Contact Us" }, featuresTitle: "Includes:", features: ["Full service agency", "Influencer relations", "Priority access"] }
]}
title="Transparent Pricing"
description="Select the plan that fits your growth needs."
@@ -327,62 +126,17 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
textboxLayout="split"
animationType="slide-up"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah J.",
role: "CEO",
company: "TechInnovate",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-with-enthusiastic-face-expression-smiling-looking-confident-standing-s_1258-88087.jpg",
},
{
id: "2",
name: "Mark L.",
role: "Founder",
company: "BrandX",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg",
},
{
id: "3",
name: "Emily P.",
role: "Marketing",
company: "StyleLife",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-trendy-hairstyle_23-2149406004.jpg",
},
{
id: "4",
name: "David K.",
role: "Founder",
company: "LaunchPad",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-black-white_23-2149411413.jpg",
},
{
id: "5",
name: "Elena V.",
role: "Director",
company: "GrowthCo",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg",
},
{ id: "1", name: "Sarah J.", role: "CEO", company: "TechInnovate", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-with-enthusiastic-face-expression-smiling-looking-confident-standing-s_1258-88087.jpg" },
{ id: "2", name: "Mark L.", role: "Founder", company: "BrandX", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg" },
{ id: "3", name: "Emily P.", role: "Marketing", company: "StyleLife", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-trendy-hairstyle_23-2149406004.jpg" }
]}
kpiItems={[
{
value: "150%",
label: "Avg. Engagement Growth",
},
{
value: "20K+",
label: "Total Leads Generated",
},
{
value: "50+",
label: "Successful Projects",
},
{ value: "150%", label: "Avg. Engagement Growth" },
{ value: "20K+", label: "Total Leads Generated" },
{ value: "50+", label: "Successful Projects" }
]}
title="Loved by Our Partners"
description="What industry leaders say about working with Nova Social."
@@ -392,9 +146,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={true}
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
tag="Let's Talk"
title="Ready to scale your social media?"
description="Fill out the form below and our strategy team will be in touch."
@@ -403,57 +155,12 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Services",
href: "#services",
},
{
label: "Portfolio",
href: "#portfolio",
},
],
},
{
items: [
{
label: "Contact",
href: "#contact",
},
{
label: "Privacy",
href: "#",
},
{
label: "Terms",
href: "#",
},
],
},
{
items: [
{
label: "Twitter",
href: "#",
},
{
label: "Instagram",
href: "#",
},
{
label: "LinkedIn",
href: "#",
},
],
},
]}
logoText="Nova Social"
columns={[
{ items: [{ label: "About Us", href: "#about" }, { label: "Services", href: "#services" }, { label: "Portfolio", href: "#portfolio" }] },
{ items: [{ label: "Contact", href: "#contact" }, { label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
{ items: [{ label: "Twitter", href: "#" }, { label: "Instagram", href: "#" }, { label: "LinkedIn", href: "#" }] }
]}
/>
</div>
</ReactLenis>