Update src/app/page.tsx
This commit is contained in:
166
src/app/page.tsx
166
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="DiscordAgency"
|
||||
/>
|
||||
@@ -53,21 +45,16 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
variant: "glowing-orb"}}
|
||||
logoText="Professional Discord Servers"
|
||||
description="We architect high-performance, engaging, and professional Discord communities for brands and startups. Join our network today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
{
|
||||
text: "Join Server",
|
||||
href: "https://discord.gg/example",
|
||||
},
|
||||
text: "Join Server", href: "https://discord.gg/example"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-blue-light-ray-background_1017-15280.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-blue-light-ray-background_1017-15280.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -79,40 +66,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Custom Server Design",
|
||||
description: "Tailored channel structures, role permissions, and custom bot setups for your brand identity.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/phone-with-intelligent-software-placed-table-kitchen-with-nobody-controlling-light-with-high-tech-application_482257-2267.jpg",
|
||||
title: "Custom Server Design", description: "Tailored channel structures, role permissions, and custom bot setups for your brand identity.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/phone-with-intelligent-software-placed-table-kitchen-with-nobody-controlling-light-with-high-tech-application_482257-2267.jpg", imageAlt: "modern dashboard ui dark mode"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/user-people-network-circuit-board-link-connection-technology_1379-886.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-light-ray-background_1017-15280.jpg?_wi=2",
|
||||
imageAlt: "modern dashboard ui dark mode",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/user-people-network-circuit-board-link-connection-technology_1379-886.jpg", imageAlt: "modern dashboard ui dark mode"
|
||||
}
|
||||
},
|
||||
{
|
||||
title: "Growth & Engagement",
|
||||
description: "Strategies to keep your community active and growing organically without spam.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/optical-fiber-background_23-2149301555.jpg",
|
||||
title: "Growth & Engagement", description: "Strategies to keep your community active and growing organically without spam.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/optical-fiber-background_23-2149301555.jpg", imageAlt: "modern dashboard ui dark mode"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-programmer-sitting-desk_23-2149101153.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg",
|
||||
imageAlt: "modern dashboard ui dark mode",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-programmer-sitting-desk_23-2149101153.jpg", imageAlt: "modern dashboard ui dark mode"
|
||||
}
|
||||
},
|
||||
{
|
||||
title: "Moderation & Safety",
|
||||
description: "Advanced automated moderation systems to keep your space safe and clean 24/7.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/isolated-greenscreen-display-running-tablet-military-power-base_482257-89730.jpg",
|
||||
title: "Moderation & Safety", description: "Advanced automated moderation systems to keep your space safe and clean 24/7.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/isolated-greenscreen-display-running-tablet-military-power-base_482257-89730.jpg", imageAlt: "modern dashboard ui dark mode"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139370.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119894.jpg",
|
||||
imageAlt: "modern dashboard ui dark mode",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139370.jpg", imageAlt: "modern dashboard ui dark mode"
|
||||
}
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -127,55 +102,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
date: "Jan 2024",
|
||||
title: "Founder",
|
||||
quote: "The team transformed our messy community into a powerhouse.",
|
||||
tag: "Gaming",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/video-editor-worker-standing-front-camera-smiling-working-creative-agency-office-holding-la_482257-3426.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", date: "Jan 2024", title: "Founder", quote: "The team transformed our messy community into a powerhouse.", tag: "Gaming", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", imageSrc: "http://img.b2bpic.net/free-photo/video-editor-worker-standing-front-camera-smiling-working-creative-agency-office-holding-la_482257-3426.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
date: "Feb 2024",
|
||||
title: "Brand Manager",
|
||||
quote: "Professional, fast, and delivered exactly what we envisioned.",
|
||||
tag: "NFT Project",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119894.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-blue-jacket-with-paint-brush-stroke_23-2149020772.jpg",
|
||||
},
|
||||
id: "2", name: "Mark D.", date: "Feb 2024", title: "Brand Manager", quote: "Professional, fast, and delivered exactly what we envisioned.", tag: "NFT Project", avatarSrc: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119894.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-blue-jacket-with-paint-brush-stroke_23-2149020772.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
date: "Mar 2024",
|
||||
title: "CMO",
|
||||
quote: "Their moderation setup is incredible. Our server is so active now.",
|
||||
tag: "Education",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-businessman-wearing-glasses_158595-5356.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-bearded-male-wearing-stylish-sui_613910-12116.jpg",
|
||||
},
|
||||
id: "3", name: "Emily R.", date: "Mar 2024", title: "CMO", quote: "Their moderation setup is incredible. Our server is so active now.", tag: "Education", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-businessman-wearing-glasses_158595-5356.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-bearded-male-wearing-stylish-sui_613910-12116.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David W.",
|
||||
date: "Apr 2024",
|
||||
title: "DevLead",
|
||||
quote: "The custom bot integration was seamless. Highly recommend.",
|
||||
tag: "Tech",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-9486.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-holding-contract-looks-positive_114579-14180.jpg",
|
||||
},
|
||||
id: "4", name: "David W.", date: "Apr 2024", title: "DevLead", quote: "The custom bot integration was seamless. Highly recommend.", tag: "Tech", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-9486.jpg", imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-holding-contract-looks-positive_114579-14180.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa K.",
|
||||
date: "May 2024",
|
||||
title: "Creator",
|
||||
quote: "Exceeded all our expectations. Best discord setup agency.",
|
||||
tag: "Lifestyle",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/technician-optimizing-data-center-equipment-maximum-efficiency_482257-117650.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/factory-inspector-suit-monitoring-solar-panel-production-output_482257-125982.jpg",
|
||||
},
|
||||
id: "5", name: "Lisa K.", date: "May 2024", title: "Creator", quote: "Exceeded all our expectations. Best discord setup agency.", tag: "Lifestyle", avatarSrc: "http://img.b2bpic.net/free-photo/technician-optimizing-data-center-equipment-maximum-efficiency_482257-117650.jpg", imageSrc: "http://img.b2bpic.net/free-photo/factory-inspector-suit-monitoring-solar-panel-production-output_482257-125982.jpg"},
|
||||
]}
|
||||
title="What Clients Say"
|
||||
description="Trusted by leading creators and community-first brands."
|
||||
@@ -192,32 +127,16 @@ export default function LandingPage() {
|
||||
description="Driving results through professional server architecture."
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "150+",
|
||||
title: "Servers Built",
|
||||
description: "Custom environments for brands and startups",
|
||||
icon: Server,
|
||||
id: "m1", value: "150+", title: "Servers Built", description: "Custom environments for brands and startups", icon: Server,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500k+",
|
||||
title: "Total Members",
|
||||
description: "Communities actively engaged",
|
||||
icon: Users,
|
||||
id: "m2", value: "500k+", title: "Total Members", description: "Communities actively engaged", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "99.9%",
|
||||
title: "Uptime",
|
||||
description: "Managed infrastructure reliability",
|
||||
icon: ShieldCheck,
|
||||
id: "m3", value: "99.9%", title: "Uptime", description: "Managed infrastructure reliability", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "24/7",
|
||||
title: "Moderation",
|
||||
description: "Active community safety monitoring",
|
||||
icon: AlertTriangle,
|
||||
id: "m4", value: "24/7", title: "Moderation", description: "Active community safety monitoring", icon: AlertTriangle,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -227,8 +146,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
tag="Let's Collaborate"
|
||||
title="Ready to launch?"
|
||||
description="Send us your details and we'll reach out to discuss your community goals."
|
||||
@@ -244,33 +162,21 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
label: "Twitter", href: "#"},
|
||||
{
|
||||
label: "Discord",
|
||||
href: "https://discord.gg/example",
|
||||
},
|
||||
label: "Discord", href: "https://discord.gg/example"},
|
||||
{
|
||||
label: "GitHub",
|
||||
href: "#",
|
||||
},
|
||||
label: "GitHub", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user