Merge version_1 into main #1
174
src/app/page.tsx
174
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Services", id: "#features"},
|
||||
{
|
||||
name: "Results",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Results", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="VANTAGE"
|
||||
/>
|
||||
@@ -54,61 +46,38 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Elevate Your Digital Presence"
|
||||
description="Premium social media management for brands that demand perfection. We blend strategy, creativity, and data to dominate your digital landscape."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Project",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Start Project", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-speed-optical-cable-fast-data-broadband-transfer-fiber-connection-abstract-tech-background_272375-5425.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-red-haired-man_158595-3777.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-red-haired-man_158595-3777.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-festive-plump-male-eyeglasses-bow-tie-dark-grey-background_613910-13747.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-festive-plump-male-eyeglasses-bow-tie-dark-grey-background_613910-13747.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mid-shot-man-standing-up-smiling-living-room_23-2148441066.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/mid-shot-man-standing-up-smiling-living-room_23-2148441066.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg", alt: "Client 5"},
|
||||
]}
|
||||
avatarText="Trusted by 100+ industry leaders"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Strategic Growth",
|
||||
},
|
||||
type: "text", text: "Strategic Growth"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Creative Production",
|
||||
},
|
||||
type: "text", text: "Creative Production"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Performance Analytics",
|
||||
},
|
||||
type: "text", text: "Performance Analytics"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Brand Authority",
|
||||
},
|
||||
type: "text", text: "Brand Authority"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Market Domination",
|
||||
},
|
||||
type: "text", text: "Market Domination"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -120,19 +89,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: TrendingUp,
|
||||
label: "Growth Rate",
|
||||
value: "450%",
|
||||
},
|
||||
label: "Growth Rate", value: "450%"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Awards Won",
|
||||
value: "12",
|
||||
},
|
||||
label: "Awards Won", value: "12"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Active Clients",
|
||||
value: "30+",
|
||||
},
|
||||
label: "Active Clients", value: "30+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -140,24 +103,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Strategic Branding",
|
||||
description: "Defining your unique market position through consistent visual and messaging narratives.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-supplies-black-table_171337-13076.jpg",
|
||||
},
|
||||
title: "Strategic Branding", description: "Defining your unique market position through consistent visual and messaging narratives.", imageSrc: "http://img.b2bpic.net/free-photo/office-supplies-black-table_171337-13076.jpg"},
|
||||
{
|
||||
title: "Premium Production",
|
||||
description: "Cinematic visual assets designed for engagement and conversion across all platforms.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-developing-photos_23-2149893953.jpg",
|
||||
},
|
||||
title: "Premium Production", description: "Cinematic visual assets designed for engagement and conversion across all platforms.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-developing-photos_23-2149893953.jpg"},
|
||||
{
|
||||
title: "Performance Data",
|
||||
description: "Rigorous analytical reporting that transforms raw engagement into actionable intelligence.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-digital-particle-design_1048-12790.jpg",
|
||||
},
|
||||
title: "Performance Data", description: "Rigorous analytical reporting that transforms raw engagement into actionable intelligence.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-digital-particle-design_1048-12790.jpg"},
|
||||
]}
|
||||
title="Our Agency Expertise"
|
||||
description="From high-level strategy to execution, we deliver results that move the needle."
|
||||
@@ -169,14 +124,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Apex Global",
|
||||
"Zenith Media",
|
||||
"Orbit Tech",
|
||||
"Nova Studios",
|
||||
"Flux Ventures",
|
||||
"Cipher Lab",
|
||||
"Pulse Digital",
|
||||
]}
|
||||
"Apex Global", "Zenith Media", "Orbit Tech", "Nova Studios", "Flux Ventures", "Cipher Lab", "Pulse Digital"]}
|
||||
title="Trusted by Leaders"
|
||||
description="We partner with ambitious brands to define the future of digital presence."
|
||||
/>
|
||||
@@ -190,45 +138,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
role: "CMO",
|
||||
company: "Apex",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-red-haired-man_158595-3777.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", role: "CMO", company: "Apex", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-red-haired-man_158595-3777.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark Chen",
|
||||
role: "CEO",
|
||||
company: "Zenith",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-festive-plump-male-eyeglasses-bow-tie-dark-grey-background_613910-13747.jpg",
|
||||
},
|
||||
id: "2", name: "Mark Chen", role: "CEO", company: "Zenith", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-festive-plump-male-eyeglasses-bow-tie-dark-grey-background_613910-13747.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Ross",
|
||||
role: "Founder",
|
||||
company: "Orbit",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg",
|
||||
},
|
||||
id: "3", name: "Elena Ross", role: "Founder", company: "Orbit", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Director",
|
||||
company: "Nova",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-man-standing-up-smiling-living-room_23-2148441066.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Director", company: "Nova", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-man-standing-up-smiling-living-room_23-2148441066.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Julia Scott",
|
||||
role: "VP Marketing",
|
||||
company: "Flux",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg",
|
||||
},
|
||||
id: "5", name: "Julia Scott", role: "VP Marketing", company: "Flux", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg"},
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="See why industry leaders trust VANTAGE with their reputation."
|
||||
@@ -239,14 +162,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "rotated-rays-animated-grid",
|
||||
}}
|
||||
variant: "rotated-rays-animated-grid"}}
|
||||
text="Ready to redefine your digital presence? Let's build something extraordinary together."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:hello@vantage.agency",
|
||||
},
|
||||
text: "Contact Us", href: "mailto:hello@vantage.agency"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -257,29 +177,19 @@ export default function LandingPage() {
|
||||
logoText="VANTAGE"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user