Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
179
src/app/page.tsx
179
src/app/page.tsx
@@ -33,26 +33,16 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Projects",
|
||||
id: "#projects",
|
||||
},
|
||||
name: "Projects", id: "#projects"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
]}
|
||||
button={{
|
||||
text: "WhatsApp",
|
||||
href: "https://wa.me/yournumber",
|
||||
}}
|
||||
text: "WhatsApp", href: "https://wa.me/yournumber"}}
|
||||
brandName="Elite Dev Studio"
|
||||
/>
|
||||
</div>
|
||||
@@ -60,42 +50,21 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Code That Builds Your Future"
|
||||
description="Premium web and app development for ambitious businesses. We transform your vision into high-converting digital products that drive real growth and lasting impact."
|
||||
tag="ELITE DEVELOPMENT STUDIO"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Your Project",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Start Your Project", href: "#contact"},
|
||||
{
|
||||
text: "View Our Work",
|
||||
href: "#projects",
|
||||
},
|
||||
text: "View Our Work", href: "#projects"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-girl-mixing-dj-turntables-doing-music-production-tutorial_482257-118694.jpg",
|
||||
imageAlt: "developer dashboard futuristic",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-girl-mixing-dj-turntables-doing-music-production-tutorial_482257-118694.jpg", imageAlt: "developer dashboard futuristic"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-technology-background-connecting-dots-digital-network-design_53876-160195.jpg",
|
||||
imageAlt: "digital network lines",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-media-star-doing-technology-review-wireless-portable-speaker_482257-116468.jpg",
|
||||
imageAlt: "Smiling media star doing technology review of wireless portable speaker",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/startup-worker-analyzing-statistics-diagrams-pc_482257-77609.jpg",
|
||||
imageAlt: "Startup worker analyzing statistics and diagrams on pc",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-specialist-filming-technology-review-v-mount-battery_482257-124194.jpg",
|
||||
imageAlt: "Technology specialist filming technology review of V mount battery",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-technology-background-connecting-dots-digital-network-design_53876-160195.jpg", imageAlt: "digital network lines"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -121,26 +90,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Rapid Delivery",
|
||||
description: "MVPs deployed in record time without compromising quality.",
|
||||
tag: "Speed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-light-trails-blue-tone_1359-645.jpg",
|
||||
},
|
||||
id: "1", title: "Rapid Delivery", description: "MVPs deployed in record time without compromising quality.", tag: "Speed", imageSrc: "http://img.b2bpic.net/free-photo/blurred-light-trails-blue-tone_1359-645.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Scalable Performance",
|
||||
description: "High-performance applications that handle growth seamlessly.",
|
||||
tag: "Performance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shadow-human-palm-white-backdrop_23-2148162837.jpg",
|
||||
},
|
||||
id: "2", title: "Scalable Performance", description: "High-performance applications that handle growth seamlessly.", tag: "Performance", imageSrc: "http://img.b2bpic.net/free-photo/shadow-human-palm-white-backdrop_23-2148162837.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Secure Architecture",
|
||||
description: "Robust codebases built with enterprise-grade security standards.",
|
||||
tag: "Security",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-with-login-password-form-screen_107791-15851.jpg",
|
||||
},
|
||||
id: "3", title: "Secure Architecture", description: "Robust codebases built with enterprise-grade security standards.", tag: "Security", imageSrc: "http://img.b2bpic.net/free-photo/laptop-with-login-password-form-screen_107791-15851.jpg"},
|
||||
]}
|
||||
title="The Elite Development Advantage"
|
||||
description="What sets us apart in a sea of freelancers."
|
||||
@@ -154,22 +108,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Apps Delivered",
|
||||
value: "120+",
|
||||
icon: Rocket,
|
||||
id: "1", title: "Apps Delivered", value: "120+", icon: Rocket,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Growth Delivered",
|
||||
value: "200%",
|
||||
icon: TrendingUp,
|
||||
id: "2", title: "Growth Delivered", value: "200%", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Client Retention",
|
||||
value: "98%",
|
||||
icon: Users,
|
||||
id: "3", title: "Client Retention", value: "98%", icon: Users,
|
||||
},
|
||||
]}
|
||||
title="Data Driven Results"
|
||||
@@ -185,25 +130,15 @@ export default function LandingPage() {
|
||||
author="Sarah Johnson, CEO of TechCorp"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-business-woman-posing_23-2149457736.jpg",
|
||||
alt: "business professional portrait studio",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-business-woman-posing_23-2149457736.jpg", alt: "business professional portrait studio"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-cheerful-businesswoman_1262-21021.jpg",
|
||||
alt: "modern entrepreneur portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/confident-cheerful-businesswoman_1262-21021.jpg", alt: "modern entrepreneur portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/african-guy-wears-trendy-wristwatch-posing-with-smile-near-beige-wall-outdoor-portrait-black-man-good-mood-standing-with-arms-crossed_197531-21794.jpg",
|
||||
alt: "creative founder portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/african-guy-wears-trendy-wristwatch-posing-with-smile-near-beige-wall-outdoor-portrait-black-man-good-mood-standing-with-arms-crossed_197531-21794.jpg", alt: "creative founder portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg",
|
||||
alt: "modern manager headshot",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", alt: "modern manager headshot"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/aspirated-confident-businesswoman-looking-forward_1262-5277.jpg",
|
||||
alt: "confident business leader",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/aspirated-confident-businesswoman-looking-forward_1262-5277.jpg", alt: "confident business leader"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -217,52 +152,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
tag: "MVP",
|
||||
price: "₹1,00,000",
|
||||
period: "once",
|
||||
description: "Rapid prototype for fast validation.",
|
||||
button: {
|
||||
text: "Get Started",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"Feature roadmap",
|
||||
"Basic dashboard",
|
||||
"Mobile responsive",
|
||||
],
|
||||
id: "basic", tag: "MVP", price: "₹1,00,000", period: "once", description: "Rapid prototype for fast validation.", button: {
|
||||
text: "Get Started"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"Feature roadmap", "Basic dashboard", "Mobile responsive"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
tag: "Growth",
|
||||
price: "₹3,50,000",
|
||||
period: "once",
|
||||
description: "Complete production-ready app.",
|
||||
button: {
|
||||
text: "Select Plan",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"Full production code",
|
||||
"Payment integration",
|
||||
"Priority support",
|
||||
],
|
||||
id: "pro", tag: "Growth", price: "₹3,50,000", period: "once", description: "Complete production-ready app.", button: {
|
||||
text: "Select Plan"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"Full production code", "Payment integration", "Priority support"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
tag: "Scale",
|
||||
price: "₹7,50,000",
|
||||
period: "once",
|
||||
description: "Custom complex infrastructure solutions.",
|
||||
button: {
|
||||
text: "Contact Us",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"Advanced analytics",
|
||||
"24/7 maintenance",
|
||||
"Custom features",
|
||||
],
|
||||
id: "enterprise", tag: "Scale", price: "₹7,50,000", period: "once", description: "Custom complex infrastructure solutions.", button: {
|
||||
text: "Contact Us"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"Advanced analytics", "24/7 maintenance", "Custom features"],
|
||||
},
|
||||
]}
|
||||
title="Transparent Investment"
|
||||
@@ -276,20 +181,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How fast can you build?",
|
||||
content: "Our MVP turnaround starts at 2 weeks.",
|
||||
},
|
||||
id: "1", title: "How fast can you build?", content: "Our MVP turnaround starts at 2 weeks."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you maintain apps?",
|
||||
content: "Yes, we offer ongoing maintenance packages.",
|
||||
},
|
||||
id: "2", title: "Do you maintain apps?", content: "Yes, we offer ongoing maintenance packages."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can we talk on WhatsApp?",
|
||||
content: "Yes, we prioritize WhatsApp for client communication.",
|
||||
},
|
||||
id: "3", title: "Can we talk on WhatsApp?", content: "Yes, we prioritize WhatsApp for client communication."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-abstract-background-with-flowing-digital-particles_1048-16335.jpg"
|
||||
title="Common Questions"
|
||||
@@ -303,8 +199,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="GET IN TOUCH"
|
||||
title="Ready to Build Your Future?"
|
||||
description="Let's discuss your project today and start coding."
|
||||
|
||||
Reference in New Issue
Block a user