Merge version_1 into main #2
289
src/app/page.tsx
289
src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Mission",
|
||||
id: "#mission",
|
||||
},
|
||||
{
|
||||
name: "Arsenal",
|
||||
id: "#arsenal",
|
||||
},
|
||||
{
|
||||
name: "Metrics",
|
||||
id: "#metrics",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Mission", id: "#mission" },
|
||||
{ name: "Arsenal", id: "#arsenal" },
|
||||
{ name: "Metrics", id: "#metrics" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="RAHUL KRISHNAN"
|
||||
/>
|
||||
@@ -54,99 +42,25 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
title="RAHUL KRISHNAN"
|
||||
description="DIGITAL GROWTH OPERATOR. Performance-driven marketer specializing in Google Ads, Meta Ads, funnel optimisation, and scalable campaign systems focused on real business impact."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Google Ads",
|
||||
handle: "System Level",
|
||||
testimonial: "Performance-first approach to acquisition and funnel optimization.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5113.jpg?_wi=1",
|
||||
imageAlt: "cinematic portrait man futuristic neon",
|
||||
},
|
||||
{
|
||||
name: "Meta Ads",
|
||||
handle: "Growth Driver",
|
||||
testimonial: "Data-driven creative strategy for maximum impact.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-shapes-glowing-with-bright-holographic-colors_23-2151037267.jpg",
|
||||
imageAlt: "digital icon neon blue",
|
||||
},
|
||||
{
|
||||
name: "CRO",
|
||||
handle: "Efficiency Expert",
|
||||
testimonial: "Scaling systems with measurable real business results.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-alien-neon-sign_23-2149355064.jpg",
|
||||
imageAlt: "energy icon neon purple",
|
||||
},
|
||||
{
|
||||
name: "Analytics Pro",
|
||||
handle: "Data Analyst",
|
||||
testimonial: "Transforming raw data into actionable growth levers.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/realistic-camera-lens-target-perfect-shoot-3d-rendering_460848-10717.jpg",
|
||||
imageAlt: "target icon glowing cyan",
|
||||
},
|
||||
{
|
||||
name: "Funnel Ops",
|
||||
handle: "Architect",
|
||||
testimonial: "Seamless user journeys that maximize conversion rates.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colored-transparent-sunglasses-still-life_23-2150163200.jpg?_wi=1",
|
||||
imageAlt: "abstract luxury retail visualization",
|
||||
},
|
||||
{ name: "Google Ads", handle: "System Level", testimonial: "Performance-first approach to acquisition and funnel optimization.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5113.jpg", imageAlt: "cinematic portrait man futuristic neon" },
|
||||
{ name: "Meta Ads", handle: "Growth Driver", testimonial: "Data-driven creative strategy for maximum impact.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/3d-shapes-glowing-with-bright-holographic-colors_23-2151037267.jpg", imageAlt: "digital icon neon blue" },
|
||||
{ name: "CRO", handle: "Efficiency Expert", testimonial: "Scaling systems with measurable real business results.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-alien-neon-sign_23-2149355064.jpg", imageAlt: "energy icon neon purple" },
|
||||
{ name: "Analytics Pro", handle: "Data Analyst", testimonial: "Transforming raw data into actionable growth levers.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/realistic-camera-lens-target-perfect-shoot-3d-rendering_460848-10717.jpg", imageAlt: "target icon glowing cyan" },
|
||||
{ name: "Funnel Ops", handle: "Architect", testimonial: "Seamless user journeys that maximize conversion rates.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/colored-transparent-sunglasses-still-life_23-2150163200.jpg", imageAlt: "abstract luxury retail visualization" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5113.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5113.jpg"
|
||||
imageAlt="Rahul Krishnan Portfolio Hero"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5113.jpg",
|
||||
alt: "User 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5113.jpg",
|
||||
alt: "User 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5113.jpg",
|
||||
alt: "User 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5113.jpg",
|
||||
alt: "User 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5113.jpg",
|
||||
alt: "User 5",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Google Ads",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Meta Ads",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Funnel Optimization",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Growth Strategy",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Data Intelligence",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5113.jpg", alt: "User 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5113.jpg", alt: "User 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5113.jpg", alt: "User 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5113.jpg", alt: "User 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5113.jpg", alt: "User 5" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -156,35 +70,12 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "2500+",
|
||||
title: "High-Intent Actions",
|
||||
description: "Verified user engagements",
|
||||
icon: Target,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "25K+",
|
||||
title: "Clicks Delivered",
|
||||
description: "High-quality traffic volume",
|
||||
icon: MousePointer,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "480K+",
|
||||
title: "Impressions",
|
||||
description: "Total campaign reach",
|
||||
icon: Eye,
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "₹3.54",
|
||||
title: "CPA",
|
||||
description: "Cost per conversion",
|
||||
icon: Zap,
|
||||
},
|
||||
{ id: "m1", value: "2500+", title: "High-Intent Actions", description: "Verified user engagements", icon: Target },
|
||||
{ id: "m2", value: "25K+", title: "Clicks Delivered", description: "High-quality traffic volume", icon: MousePointer },
|
||||
{ id: "m3", value: "480K+", title: "Impressions", description: "Total campaign reach", icon: Eye },
|
||||
{ id: "m4", value: "₹3.54", title: "CPA", description: "Cost per conversion", icon: Zap }
|
||||
]}
|
||||
title="CAMPAIGN PERFORMANCE"
|
||||
description="Real-time impact tracking across active digital channels."
|
||||
@@ -196,21 +87,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="MISSION LOG"
|
||||
metrics={[
|
||||
{
|
||||
icon: Rocket,
|
||||
label: "IM Solutions",
|
||||
value: "Performance Marketing Executive",
|
||||
},
|
||||
{
|
||||
icon: MessageSquare,
|
||||
label: "AI Connect",
|
||||
value: "Social Media Marketer",
|
||||
},
|
||||
{
|
||||
icon: BarChart2,
|
||||
label: "ORDI",
|
||||
value: "Digital Marketing Strategist",
|
||||
},
|
||||
{ icon: Rocket, label: "IM Solutions", value: "Performance Marketing Executive" },
|
||||
{ icon: MessageSquare, label: "AI Connect", value: "Social Media Marketer" },
|
||||
{ icon: BarChart2, label: "ORDI", value: "Digital Marketing Strategist" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -221,30 +100,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Engine",
|
||||
title: "Traffic Engine",
|
||||
subtitle: "Google Ads Suite",
|
||||
description: "High-precision bidding and audience targeting strategy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-business-scene-with-ultra-modern-ambiance_23-2151003733.jpg?_wi=1",
|
||||
imageAlt: "real estate tech funnel",
|
||||
},
|
||||
{
|
||||
tag: "Conversion",
|
||||
title: "Revenue Architect",
|
||||
subtitle: "Funnel Ops",
|
||||
description: "Optimizing every stage of the user journey.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139314.jpg?_wi=1",
|
||||
imageAlt: "multi industry campaign energy",
|
||||
},
|
||||
{
|
||||
tag: "Logic",
|
||||
title: "Data Intelligence",
|
||||
subtitle: "Analytics Reporting",
|
||||
description: "In-depth behavioral research and segment mapping.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qow33m&_wi=1",
|
||||
imageAlt: "funnel optimization abstract glass",
|
||||
},
|
||||
{ tag: "Engine", title: "Traffic Engine", subtitle: "Google Ads Suite", description: "High-precision bidding and audience targeting strategy.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-business-scene-with-ultra-modern-ambiance_23-2151003733.jpg", imageAlt: "real estate tech funnel" },
|
||||
{ tag: "Conversion", title: "Revenue Architect", subtitle: "Funnel Ops", description: "Optimizing every stage of the user journey.", imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139314.jpg", imageAlt: "multi industry campaign energy" },
|
||||
{ tag: "Logic", title: "Data Intelligence", subtitle: "Analytics Reporting", description: "In-depth behavioral research and segment mapping.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qow33m", imageAlt: "funnel optimization abstract glass" }
|
||||
]}
|
||||
title="TECH ARSENAL"
|
||||
description="Operating a modern stack to drive scale and performance."
|
||||
@@ -258,48 +116,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Luxury Retail",
|
||||
price: "High Precision",
|
||||
variant: "Campaign Execution",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colored-transparent-sunglasses-still-life_23-2150163200.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Real Estate",
|
||||
price: "High Intent",
|
||||
variant: "Lead Generation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-business-scene-with-ultra-modern-ambiance_23-2151003733.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Multi-Industry",
|
||||
price: "Scale Systems",
|
||||
variant: "Cross-Platform",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139314.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Conversion Engine",
|
||||
price: "Optimized",
|
||||
variant: "Landing Page Design",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qow33m&_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Behavioral Map",
|
||||
price: "Research",
|
||||
variant: "Targeting Hooks",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-glasses-liquid-with-shadow-yellow-background_23-2147949153.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Growth System",
|
||||
price: "Measurable",
|
||||
variant: "Strategic Growth",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-cyber-dots-abstract-background-with-rainbow-coloured-flowing-particles_1048-11880.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Luxury Retail", price: "High Precision", variant: "Campaign Execution", imageSrc: "http://img.b2bpic.net/free-photo/colored-transparent-sunglasses-still-life_23-2150163200.jpg" },
|
||||
{ id: "p2", name: "Real Estate", price: "High Intent", variant: "Lead Generation", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-business-scene-with-ultra-modern-ambiance_23-2151003733.jpg" },
|
||||
{ id: "p3", name: "Multi-Industry", price: "Scale Systems", variant: "Cross-Platform", imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139314.jpg" },
|
||||
{ id: "p4", name: "Conversion Engine", price: "Optimized", variant: "Landing Page Design", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qow33m" },
|
||||
{ id: "p5", name: "Behavioral Map", price: "Research", variant: "Targeting Hooks", imageSrc: "http://img.b2bpic.net/free-photo/blue-glasses-liquid-with-shadow-yellow-background_23-2147949153.jpg" },
|
||||
{ id: "p6", name: "Growth System", price: "Measurable", variant: "Strategic Growth", imageSrc: "http://img.b2bpic.net/free-photo/3d-cyber-dots-abstract-background-with-rainbow-coloured-flowing-particles_1048-11880.jpg" }
|
||||
]}
|
||||
title="CAMPAIGN MISSIONS"
|
||||
description="Showcasing high-performance campaign execution frameworks."
|
||||
@@ -309,9 +131,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-animated-grid",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-animated-grid" }}
|
||||
tag="COMMUNICATION LINK"
|
||||
title="INITIATE GROWTH PROTOCOL"
|
||||
description="Ready to scale your digital presence? Let's discuss performance and system optimization."
|
||||
@@ -320,43 +140,26 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5113.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5113.jpg"
|
||||
logoText="RAHUL KRISHNAN"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Mission",
|
||||
href: "#mission",
|
||||
},
|
||||
{
|
||||
label: "Arsenal",
|
||||
href: "#arsenal",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
title: "Navigation", items: [
|
||||
{ label: "Mission", href: "#mission" },
|
||||
{ label: "Arsenal", href: "#arsenal" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "Social", items: [
|
||||
{ label: "LinkedIn", href: "#" },
|
||||
{ label: "Twitter", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user