Update src/app/page.tsx
This commit is contained in:
239
src/app/page.tsx
239
src/app/page.tsx
@@ -32,17 +32,11 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Services", id: "#features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Sreenidhi Media"
|
||||
/>
|
||||
@@ -51,76 +45,47 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Defining the Future of Media."
|
||||
description="Sreenidhi Media Ltd delivers world-class production, digital storytelling, and creative strategies for brands ready to lead."
|
||||
kpis={[
|
||||
{
|
||||
value: "100+",
|
||||
label: "Projects Completed",
|
||||
},
|
||||
value: "100+", label: "Projects Completed"},
|
||||
{
|
||||
value: "50+",
|
||||
label: "Happy Clients",
|
||||
},
|
||||
value: "50+", label: "Happy Clients"},
|
||||
{
|
||||
value: "10M+",
|
||||
label: "Reach Generated",
|
||||
},
|
||||
value: "10M+", label: "Reach Generated"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-lighting-equipment-movie-set_1268-17208.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/actor-front-camera-audition_53876-139546.jpg",
|
||||
alt: "Actor in front on the camera in an audition",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/actor-front-camera-audition_53876-139546.jpg", alt: "Actor in front on the camera in an audition"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/room-with-movie-camera-wall-pictures-wall_188544-32750.jpg",
|
||||
alt: "A room with a movie camera and a wall of pictures on the wall",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/room-with-movie-camera-wall-pictures-wall_188544-32750.jpg", alt: "A room with a movie camera and a wall of pictures on the wall"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/firing-range-client-doing-shooting-activity-friends-comparing-shots_482257-118598.jpg",
|
||||
alt: "Firing range client doing shooting activity next to friends comparing shots",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/firing-range-client-doing-shooting-activity-friends-comparing-shots_482257-118598.jpg", alt: "Firing range client doing shooting activity next to friends comparing shots"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/electric-cables-hanging-derelict-ghetto-hideout-used-by-vandals_482257-107640.jpg",
|
||||
alt: "Electric cables hanging in derelict ghetto hideout used by vandals",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/electric-cables-hanging-derelict-ghetto-hideout-used-by-vandals_482257-107640.jpg", alt: "Electric cables hanging in derelict ghetto hideout used by vandals"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/radio-host-gesturing-while-recording-podcast-radio-studio_1157-47781.jpg",
|
||||
alt: "Radio host gesturing while recording podcast in radio studio.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/radio-host-gesturing-while-recording-podcast-radio-studio_1157-47781.jpg", alt: "Radio host gesturing while recording podcast in radio studio."},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Professional Cinematography",
|
||||
},
|
||||
type: "text", text: "Professional Cinematography"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Global Brand Strategy",
|
||||
},
|
||||
type: "text", text: "Global Brand Strategy"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Digital Storytelling",
|
||||
},
|
||||
type: "text", text: "Digital Storytelling"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Creative Production",
|
||||
},
|
||||
type: "text", text: "Creative Production"},
|
||||
{
|
||||
type: "text",
|
||||
text: "High-Impact Marketing",
|
||||
},
|
||||
type: "text", text: "High-Impact Marketing"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -132,17 +97,11 @@ export default function LandingPage() {
|
||||
description="We specialize in bridging the gap between innovative concepts and high-impact media execution, ensuring your brand story resonates globally."
|
||||
metrics={[
|
||||
{
|
||||
value: "24/7",
|
||||
title: "Support Available",
|
||||
},
|
||||
value: "24/7", title: "Support Available"},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Content Quality",
|
||||
},
|
||||
value: "100%", title: "Content Quality"},
|
||||
{
|
||||
value: "5-Star",
|
||||
title: "Ratings Avg",
|
||||
},
|
||||
value: "5-Star", title: "Ratings Avg"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/code-testing-quality-assurance-done-computers-startup-workplace_482257-118649.jpg?_wi=1"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -157,45 +116,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Digital Video Production",
|
||||
descriptions: [
|
||||
"High quality cinematic content production.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/conceptualize-conception-conceptual-ideas-plan-concept_53876-124067.jpg?_wi=1",
|
||||
},
|
||||
id: "f1", title: "Digital Video Production", descriptions: [
|
||||
"High quality cinematic content production that increases viewer retention by 40%."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/conceptualize-conception-conceptual-ideas-plan-concept_53876-124067.jpg?_wi=1"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Sound Engineering",
|
||||
descriptions: [
|
||||
"Professional audio design and mixing.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tracking-engineer-processing-mixing-sounds-control-room_482257-122178.jpg?_wi=1",
|
||||
},
|
||||
id: "f2", title: "Sound Engineering", descriptions: [
|
||||
"Professional audio design and mixing that creates immersive brand experiences."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tracking-engineer-processing-mixing-sounds-control-room_482257-122178.jpg?_wi=1"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Advertising Strategy",
|
||||
descriptions: [
|
||||
"Data-driven campaigns for growth.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-entrepreneur-pitching-new-project-idea-stakeholders_482257-118564.jpg?_wi=1",
|
||||
},
|
||||
id: "f3", title: "Advertising Strategy", descriptions: [
|
||||
"Data-driven campaigns designed to scale your reach and lower acquisition costs."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-entrepreneur-pitching-new-project-idea-stakeholders_482257-118564.jpg?_wi=1"},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Brand Development",
|
||||
descriptions: [
|
||||
"Crafting unique visual identities.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-smartphone-cup-coffee_23-2148494617.jpg",
|
||||
},
|
||||
id: "f4", title: "Brand Development", descriptions: [
|
||||
"Crafting unique visual identities that strengthen long-term consumer loyalty."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-smartphone-cup-coffee_23-2148494617.jpg"},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Post-Production",
|
||||
descriptions: [
|
||||
"Flawless editing and color grading.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-specialized-photographers-working-studio_23-2150247230.jpg",
|
||||
},
|
||||
id: "f5", title: "Post-Production", descriptions: [
|
||||
"Flawless editing and color grading for a polished, premium aesthetic."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-specialized-photographers-working-studio_23-2150247230.jpg"},
|
||||
]}
|
||||
title="Our Media Services"
|
||||
description="Comprehensive creative services tailored to your specific needs."
|
||||
@@ -209,22 +148,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
title: "Production Hours",
|
||||
value: "50,000+",
|
||||
icon: Clock,
|
||||
id: "m1", title: "Production Hours", value: "50,000+", icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Campaigns Launched",
|
||||
value: "150+",
|
||||
icon: Rocket,
|
||||
id: "m2", title: "Campaigns Launched", value: "150+", icon: Rocket,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
title: "Viewer Engagement",
|
||||
value: "95%",
|
||||
icon: ThumbsUp,
|
||||
id: "m3", title: "Viewer Engagement", value: "95%", icon: ThumbsUp,
|
||||
},
|
||||
]}
|
||||
title="Impact at Scale"
|
||||
@@ -238,60 +168,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
date: "Jan 2024",
|
||||
title: "CEO",
|
||||
quote: "Exceptional production quality.",
|
||||
tag: "Top Rated",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-15972.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-lighting-equipment-movie-set_1268-17208.jpg?_wi=2",
|
||||
imageAlt: "media executive portrait professional",
|
||||
},
|
||||
id: "1", name: "Sarah J.", date: "Jan 2024", title: "CEO", quote: "Exceptional production quality.", tag: "Top Rated", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-15972.jpg", imageSrc: "http://img.b2bpic.net/free-photo/professional-lighting-equipment-movie-set_1268-17208.jpg?_wi=2", imageAlt: "media executive portrait professional"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael C.",
|
||||
date: "Feb 2024",
|
||||
title: "Founder",
|
||||
quote: "They transformed our vision.",
|
||||
tag: "Excellent",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/code-testing-quality-assurance-done-computers-startup-workplace_482257-118649.jpg?_wi=2",
|
||||
imageAlt: "media executive portrait professional",
|
||||
},
|
||||
id: "2", name: "Michael C.", date: "Feb 2024", title: "Founder", quote: "They transformed our vision.", tag: "Excellent", avatarSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg", imageSrc: "http://img.b2bpic.net/free-photo/code-testing-quality-assurance-done-computers-startup-workplace_482257-118649.jpg?_wi=2", imageAlt: "media executive portrait professional"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
date: "Mar 2024",
|
||||
title: "Director",
|
||||
quote: "Best in the industry.",
|
||||
tag: "Professional",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-blue-jacket_23-2149020770.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/conceptualize-conception-conceptual-ideas-plan-concept_53876-124067.jpg?_wi=2",
|
||||
imageAlt: "media executive portrait professional",
|
||||
},
|
||||
id: "3", name: "Emily R.", date: "Mar 2024", title: "Director", quote: "Best in the industry.", tag: "Professional", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-blue-jacket_23-2149020770.jpg", imageSrc: "http://img.b2bpic.net/free-photo/conceptualize-conception-conceptual-ideas-plan-concept_53876-124067.jpg?_wi=2", imageAlt: "media executive portrait professional"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
date: "Apr 2024",
|
||||
title: "Manager",
|
||||
quote: "Incredible results.",
|
||||
tag: "Expert",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/modern-business-woman-dressed-blue-jacket-wears-glasses-poses-pink-with-dissatisfied-emotions_291650-1136.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tracking-engineer-processing-mixing-sounds-control-room_482257-122178.jpg?_wi=2",
|
||||
imageAlt: "media executive portrait professional",
|
||||
},
|
||||
id: "4", name: "David K.", date: "Apr 2024", title: "Manager", quote: "Incredible results.", tag: "Expert", avatarSrc: "http://img.b2bpic.net/free-photo/modern-business-woman-dressed-blue-jacket-wears-glasses-poses-pink-with-dissatisfied-emotions_291650-1136.jpg", imageSrc: "http://img.b2bpic.net/free-photo/tracking-engineer-processing-mixing-sounds-control-room_482257-122178.jpg?_wi=2", imageAlt: "media executive portrait professional"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jane D.",
|
||||
date: "May 2024",
|
||||
title: "Producer",
|
||||
quote: "Flawless execution.",
|
||||
tag: "Creative",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/videographer-smiling-camera-working-computer-editing-video-footage-audio-app-sitting-mo_482257-2649.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-entrepreneur-pitching-new-project-idea-stakeholders_482257-118564.jpg?_wi=2",
|
||||
imageAlt: "media executive portrait professional",
|
||||
},
|
||||
id: "5", name: "Jane D.", date: "May 2024", title: "Producer", quote: "Flawless execution.", tag: "Creative", avatarSrc: "http://img.b2bpic.net/free-photo/videographer-smiling-camera-working-computer-editing-video-footage-audio-app-sitting-mo_482257-2649.jpg", imageSrc: "http://img.b2bpic.net/free-photo/african-american-entrepreneur-pitching-new-project-idea-stakeholders_482257-118564.jpg?_wi=2", imageAlt: "media executive portrait professional"},
|
||||
]}
|
||||
title="What Our Partners Say"
|
||||
description="Trusted by leading companies globally."
|
||||
@@ -303,14 +188,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Alpha Corp",
|
||||
"Beta Media",
|
||||
"Gamma Digital",
|
||||
"Delta Tech",
|
||||
"Epsilon Studios",
|
||||
"Zeta Marketing",
|
||||
"Eta Ventures",
|
||||
]}
|
||||
"Alpha Corp", "Beta Media", "Gamma Digital", "Delta Tech", "Epsilon Studios", "Zeta Marketing", "Eta Ventures"]}
|
||||
title="Trusted Partners"
|
||||
description="Working with the best brands in the industry."
|
||||
/>
|
||||
@@ -320,8 +198,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
tag="Let's Talk"
|
||||
title="Ready to Start Your Project?"
|
||||
description="Connect with us to discuss your media needs."
|
||||
@@ -334,29 +211,19 @@ export default function LandingPage() {
|
||||
logoText="Sreenidhi Media"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -365,4 +232,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user