Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
162
src/app/page.tsx
162
src/app/page.tsx
@@ -32,17 +32,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Google"
|
||||
/>
|
||||
@@ -51,35 +45,22 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Seamless Digital Experiences"
|
||||
description="Connecting your ideas to the world through robust, scalable, and secure digital infrastructure designed for tomorrow."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/global-communication-background-business-network-design_53876-153358.jpg",
|
||||
imageAlt: "Abstract Tech",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/global-communication-background-business-network-design_53876-153358.jpg", imageAlt: "Abstract Tech"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-geometric-shapes-connect-modern-abstract-design-generated-by-ai_188544-26829.jpg",
|
||||
imageAlt: "Abstract Tech",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-geometric-shapes-connect-modern-abstract-design-generated-by-ai_188544-26829.jpg", imageAlt: "Abstract Tech"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-communications-background_1048-14070.jpg",
|
||||
imageAlt: "Abstract Tech",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-communications-background_1048-14070.jpg", imageAlt: "Abstract Tech"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-blue-geometrical-background-connection-structure-science-background-futuristic-technology_1048-10320.jpg",
|
||||
imageAlt: "Abstract Tech",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-blue-geometrical-background-connection-structure-science-background-futuristic-technology_1048-10320.jpg", imageAlt: "Abstract Tech"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-digital-tablet-psd-mockup-smart-technology_53876-110815.jpg",
|
||||
imageAlt: "Abstract Tech",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-digital-tablet-psd-mockup-smart-technology_53876-110815.jpg", imageAlt: "Abstract Tech"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-background-with-flowing-dots_1048-6618.jpg",
|
||||
imageAlt: "Abstract Tech",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-background-with-flowing-dots_1048-6618.jpg", imageAlt: "Abstract Tech"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -92,23 +73,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Secure Infrastructure",
|
||||
description: "Enterprise-grade security protecting your data at rest and in transit.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-pressing-security-button-touch-screen_1112-492.jpg",
|
||||
imageAlt: "Security",
|
||||
},
|
||||
title: "Secure Infrastructure", description: "Enterprise-grade security protecting your data at rest and in transit.", imageSrc: "http://img.b2bpic.net/free-photo/hand-pressing-security-button-touch-screen_1112-492.jpg", imageAlt: "Security"},
|
||||
{
|
||||
title: "Data Insights",
|
||||
description: "Real-time analytics to help you make informed decisions quickly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-167093.jpg",
|
||||
imageAlt: "Analytics",
|
||||
},
|
||||
title: "Data Insights", description: "Real-time analytics to help you make informed decisions quickly.", imageSrc: "http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-167093.jpg", imageAlt: "Analytics"},
|
||||
{
|
||||
title: "Cloud Accessibility",
|
||||
description: "Scale your operations instantly with our global cloud network.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/it-expert-data-center-holding-tablet-replacing-storage-mainframes-components_482257-115420.jpg",
|
||||
imageAlt: "Cloud",
|
||||
},
|
||||
title: "Cloud Accessibility", description: "Scale your operations instantly with our global cloud network.", imageSrc: "http://img.b2bpic.net/free-photo/it-expert-data-center-holding-tablet-replacing-storage-mainframes-components_482257-115420.jpg", imageAlt: "Cloud"},
|
||||
]}
|
||||
title="Why Choose Our Platform"
|
||||
description="Unmatched reliability and performance for your digital needs."
|
||||
@@ -120,9 +89,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Our Commitment"
|
||||
description={[
|
||||
"We believe in building tools that empower developers and businesses to reach their full potential.",
|
||||
"Our platform is built on principles of open standards, security, and accessibility.",
|
||||
]}
|
||||
"We believe in building tools that empower developers and businesses to reach their full potential.", "Our platform is built on principles of open standards, security, and accessibility."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -133,22 +100,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Projects Supported",
|
||||
value: "500+",
|
||||
icon: CheckCircle,
|
||||
id: "1", title: "Projects Supported", value: "500+", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Global Uptime",
|
||||
value: "99.99%",
|
||||
icon: Shield,
|
||||
id: "2", title: "Global Uptime", value: "99.99%", icon: Shield,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Active Users",
|
||||
value: "10M+",
|
||||
icon: Zap,
|
||||
id: "3", title: "Active Users", value: "10M+", icon: Zap,
|
||||
},
|
||||
]}
|
||||
title="By The Numbers"
|
||||
@@ -160,48 +118,24 @@ export default function LandingPage() {
|
||||
<TestimonialCardOne
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="depth-3d"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Chen",
|
||||
role: "CTO",
|
||||
company: "TechInnovate",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-man-sitting-table-with-laptop_1262-5632.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Chen", role: "CTO", company: "TechInnovate", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-man-sitting-table-with-laptop_1262-5632.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Vane",
|
||||
role: "DevOps Lead",
|
||||
company: "ScaleUp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-laughing_23-2148859448.jpg",
|
||||
},
|
||||
id: "2", name: "Marcus Vane", role: "DevOps Lead", company: "ScaleUp", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-laughing_23-2148859448.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rodriguez",
|
||||
role: "PM",
|
||||
company: "DataFlow",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-scientist-inspects-supercomputers-data-center-ensuring-smooth-performance-knowledgeable-specialist-server-room-monitoring-energy-consumption-across-units-components-using-laptop_482257-70180.jpg",
|
||||
},
|
||||
id: "3", name: "Elena Rodriguez", role: "PM", company: "DataFlow", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-scientist-inspects-supercomputers-data-center-ensuring-smooth-performance-knowledgeable-specialist-server-room-monitoring-energy-consumption-across-units-components-using-laptop_482257-70180.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "James Holt",
|
||||
role: "Founder",
|
||||
company: "StartupX",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-model_23-2148323717.jpg",
|
||||
},
|
||||
id: "4", name: "James Holt", role: "Founder", company: "StartupX", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-model_23-2148323717.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alice Wong",
|
||||
role: "Designer",
|
||||
company: "UIStudio",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-graphic-designer-working-office_158595-1137.jpg",
|
||||
},
|
||||
id: "5", name: "Alice Wong", role: "Designer", company: "UIStudio", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-graphic-designer-working-office_158595-1137.jpg"},
|
||||
]}
|
||||
title="Trusted by Leaders"
|
||||
description="What our users have to say."
|
||||
@@ -214,20 +148,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I get started?",
|
||||
content: "Sign up and follow the developer documentation.",
|
||||
},
|
||||
id: "1", title: "How do I get started?", content: "Sign up and follow the developer documentation."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What about security?",
|
||||
content: "We maintain top-tier encryption standards.",
|
||||
},
|
||||
id: "2", title: "What about security?", content: "We maintain top-tier encryption standards."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I scale later?",
|
||||
content: "Yes, our platform supports seamless scaling.",
|
||||
},
|
||||
id: "3", title: "Can I scale later?", content: "Yes, our platform supports seamless scaling."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/call-center-operator-assisting-users-with-installing-software_482257-117872.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -241,8 +166,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Get Started"
|
||||
title="Ready to build?"
|
||||
description="Sign up for updates or contact our sales team."
|
||||
@@ -255,29 +179,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#",
|
||||
},
|
||||
label: "Features", href: "#"},
|
||||
{
|
||||
label: "Security",
|
||||
href: "#",
|
||||
},
|
||||
label: "Security", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user