Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
317
src/app/page.tsx
317
src/app/page.tsx
@@ -31,126 +31,43 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{ name: "Features", id: "#features" },
|
||||
{ name: "Products", id: "#products" },
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
]}
|
||||
brandName="TechLaunch"
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
}}
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
title="Build the Future of Digital Innovation"
|
||||
description="Unlock unprecedented growth with our next-generation software platform. Scalable, secure, and built for speed."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex R.",
|
||||
handle: "@alexr",
|
||||
testimonial: "Transformed our workflow entirely.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-concept-portrait-confident-young-businesswoman-keeping-arms-crossed-looking-camera-w_1258-104422.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahj",
|
||||
testimonial: "Seamless integration and instant results.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-blond-bearded-male-dressed-suit-grey-background_613910-11907.jpg",
|
||||
},
|
||||
{
|
||||
name: "Michael L.",
|
||||
handle: "@mikel",
|
||||
testimonial: "The best platform I have used.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-researcher-talking-mic-presentation-reviewing-ct-scans-mri-data-analytics_482257-136397.jpg",
|
||||
},
|
||||
{
|
||||
name: "Emily P.",
|
||||
handle: "@emilyp",
|
||||
testimonial: "Incredible performance improvement.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/transgender-wearing-cool-jacket-medium-shot_23-2149105398.jpg",
|
||||
},
|
||||
{
|
||||
name: "John D.",
|
||||
handle: "@johnd",
|
||||
testimonial: "Reliable, robust, and highly scalable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-hardware_1098-14352.jpg",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
{ name: "Alex R.", handle: "@alexr", testimonial: "Transformed our workflow entirely.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-concept-portrait-confident-young-businesswoman-keeping-arms-crossed-looking-camera-w_1258-104422.jpg" },
|
||||
{ name: "Sarah J.", handle: "@sarahj", testimonial: "Seamless integration and instant results.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-blond-bearded-male-dressed-suit-grey-background_613910-11907.jpg" },
|
||||
{ name: "Michael L.", handle: "@mikel", testimonial: "The best platform I have used.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-researcher-talking-mic-presentation-reviewing-ct-scans-mri-data-analytics_482257-136397.jpg" },
|
||||
{ name: "Emily P.", handle: "@emilyp", testimonial: "Incredible performance improvement.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/transgender-wearing-cool-jacket-medium-shot_23-2149105398.jpg" },
|
||||
{ name: "John D.", handle: "@johnd", testimonial: "Reliable, robust, and highly scalable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/office-hardware_1098-14352.jpg" },
|
||||
]}
|
||||
buttons={[{ text: "Get Started", href: "#contact" }, { text: "Learn More", href: "#about" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/driver-using-touch-screen-car-digital-road-trip_169016-69690.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-space-helmet-laptop-monitor-spaceship-displaying-planetary-scan-mars_482257-132593.jpg",
|
||||
alt: "Space helmet",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-car-using-touchscreen-rain-modern-car-technology-inside-vehicle_169016-69740.jpg",
|
||||
alt: "Car tech",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-cosmonaut-doing-cosmic-journey-seeking-extraterrestrial-life_482257-126320.jpg",
|
||||
alt: "Cosmonaut",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/scientist-spaceship-analyzing-mission-logs-device-while-doing-research_482257-126230.jpg",
|
||||
alt: "Scientist",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-business-woman-smiling-outdoor_1391-4.jpg",
|
||||
alt: "Businesswoman",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-space-helmet-laptop-monitor-spaceship-displaying-planetary-scan-mars_482257-132593.jpg", alt: "Space helmet" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/man-car-using-touchscreen-rain-modern-car-technology-inside-vehicle_169016-69740.jpg", alt: "Car tech" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-cosmonaut-doing-cosmic-journey-seeking-extraterrestrial-life_482257-126320.jpg", alt: "Cosmonaut" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/scientist-spaceship-analyzing-mission-logs-device-while-doing-research_482257-126230.jpg", alt: "Scientist" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-business-woman-smiling-outdoor_1391-4.jpg", alt: "Businesswoman" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Scalable Infrastructure",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Security First",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "AI-Driven Insights",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Cloud-Native Design",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Global Support",
|
||||
},
|
||||
{ type: "text", text: "Scalable Infrastructure" },
|
||||
{ type: "text", text: "Security First" },
|
||||
{ type: "text", text: "AI-Driven Insights" },
|
||||
{ type: "text", text: "Cloud-Native Design" },
|
||||
{ type: "text", text: "24/7 Global Support" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -170,21 +87,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Cloud Networking",
|
||||
description: "Global distribution made simple with our proprietary infrastructure.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-low-poly-background-with-connecting-dots_1048-8571.jpg",
|
||||
},
|
||||
{
|
||||
title: "Secure Encryption",
|
||||
description: "End-to-end security protocols built into every layer.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-binary-code-background_1048-6821.jpg",
|
||||
},
|
||||
{
|
||||
title: "Auto Scaling",
|
||||
description: "Adapt effortlessly to high traffic spikes in real-time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/programming-background-with-person-working-with-codes-computer_23-2150010123.jpg",
|
||||
},
|
||||
{ title: "Cloud Networking", description: "Global distribution made simple with our proprietary infrastructure.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-low-poly-background-with-connecting-dots_1048-8571.jpg" },
|
||||
{ title: "Secure Encryption", description: "End-to-end security protocols built into every layer.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-binary-code-background_1048-6821.jpg" },
|
||||
{ title: "Auto Scaling", description: "Adapt effortlessly to high traffic spikes in real-time.", imageSrc: "http://img.b2bpic.net/free-photo/programming-background-with-person-working-with-codes-computer_23-2150010123.jpg" },
|
||||
]}
|
||||
title="Powerful Capabilities"
|
||||
description="Everything your team needs to build, deploy, and scale."
|
||||
@@ -196,49 +101,14 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Analytics Core",
|
||||
price: "$99",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-technology-concept-logotype-collection_52683-13459.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "API Suite",
|
||||
price: "$149",
|
||||
variant: "Standard",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "AI Logic",
|
||||
price: "$199",
|
||||
variant: "Pro",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-graduation-cap-with-diploma-certificate_107791-16842.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Cloud Host",
|
||||
price: "$49",
|
||||
variant: "Basic",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel-with-gradient-style_23-2147870586.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Auto Workflow",
|
||||
price: "$79",
|
||||
variant: "Standard",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/illustration-gear-icon_53876-44010.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Growth Metrics",
|
||||
price: "$129",
|
||||
variant: "Pro",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-office-with-chart-displaying-growth_23-2152011778.jpg",
|
||||
},
|
||||
{ id: "1", name: "Analytics Core", price: "$99", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-vector/gradient-technology-concept-logotype-collection_52683-13459.jpg" },
|
||||
{ id: "2", name: "API Suite", price: "$149", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg" },
|
||||
{ id: "3", name: "AI Logic", price: "$199", variant: "Pro", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-graduation-cap-with-diploma-certificate_107791-16842.jpg" },
|
||||
{ id: "4", name: "Cloud Host", price: "$49", variant: "Basic", imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel-with-gradient-style_23-2147870586.jpg" },
|
||||
{ id: "5", name: "Auto Workflow", price: "$79", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-vector/illustration-gear-icon_53876-44010.jpg" },
|
||||
{ id: "6", name: "Growth Metrics", price: "$129", variant: "Pro", imageSrc: "http://img.b2bpic.net/free-photo/businessman-office-with-chart-displaying-growth_23-2152011778.jpg" },
|
||||
]}
|
||||
title="Explore Our Solutions"
|
||||
description="Discover modular tools engineered for your success."
|
||||
@@ -252,21 +122,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "99.9%",
|
||||
description: "Uptime Guarantee",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
description: "Happy Clients",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
description: "Expert Support",
|
||||
},
|
||||
{ id: "m1", value: "99.9%", description: "Uptime Guarantee" },
|
||||
{ id: "m2", value: "500+", description: "Happy Clients" },
|
||||
{ id: "m3", value: "24/7", description: "Expert Support" },
|
||||
]}
|
||||
title="Proven Impact"
|
||||
description="Numbers that define our commitment to excellence."
|
||||
@@ -278,14 +136,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Microsoft",
|
||||
"Google",
|
||||
"Apple",
|
||||
"Amazon",
|
||||
"Tesla",
|
||||
"Nvidia",
|
||||
"Meta",
|
||||
]}
|
||||
"Microsoft", "Google", "Apple", "Amazon", "Tesla", "Nvidia", "Meta"]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="We are proud to work with these exceptional organizations."
|
||||
/>
|
||||
@@ -295,42 +146,13 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwo
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alex R.",
|
||||
role: "CEO",
|
||||
testimonial: "Transformed our workflow entirely.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-drinking-coffee_23-2148415807.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sarah J.",
|
||||
role: "CTO",
|
||||
testimonial: "Seamless integration and instant results.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3796.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Michael L.",
|
||||
role: "Lead Dev",
|
||||
testimonial: "The best platform I have used.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160207.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Emily P.",
|
||||
role: "PM",
|
||||
testimonial: "Incredible performance improvement.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-looking-camera_23-2148317302.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "John D.",
|
||||
role: "Developer",
|
||||
testimonial: "Reliable, robust, and highly scalable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-warehouse-working_23-2148886873.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Alex R.", role: "CEO", testimonial: "Transformed our workflow entirely.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-drinking-coffee_23-2148415807.jpg" },
|
||||
{ id: "t2", name: "Sarah J.", role: "CTO", testimonial: "Seamless integration and instant results.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3796.jpg" },
|
||||
{ id: "t3", name: "Michael L.", role: "Lead Dev", testimonial: "The best platform I have used.", imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160207.jpg" },
|
||||
{ id: "t4", name: "Emily P.", role: "PM", testimonial: "Incredible performance improvement.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-looking-camera_23-2148317302.jpg" },
|
||||
{ id: "t5", name: "John D.", role: "Developer", testimonial: "Reliable, robust, and highly scalable.", imageSrc: "http://img.b2bpic.net/free-photo/man-warehouse-working_23-2148886873.jpg" },
|
||||
]}
|
||||
title="Client Stories"
|
||||
description="Hear directly from our global community."
|
||||
@@ -342,21 +164,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I get started?",
|
||||
content: "Sign up and follow the dashboard guide.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Is support included?",
|
||||
content: "Yes, we provide 24/7 dedicated support.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I scale up later?",
|
||||
content: "Absolutely, our architecture is built for scaling.",
|
||||
},
|
||||
{ id: "1", title: "How do I get started?", content: "Sign up and follow the dashboard guide." },
|
||||
{ id: "2", title: "Is support included?", content: "Yes, we provide 24/7 dedicated support." },
|
||||
{ id: "3", title: "Can I scale up later?", content: "Absolutely, our architecture is built for scaling." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Clear answers to your common queries."
|
||||
@@ -369,42 +179,21 @@ export default function LandingPage() {
|
||||
logoText="TechLaunch"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
title: "Resources", items: [
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Support", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy", href: "#" },
|
||||
{ label: "Terms", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user