Merge version_1 into main #2
207
src/app/page.tsx
207
src/app/page.tsx
@@ -28,26 +28,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Innovation",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Technology",
|
||||
id: "tech",
|
||||
},
|
||||
{
|
||||
name: "Lab",
|
||||
id: "lab",
|
||||
},
|
||||
{
|
||||
name: "Partner",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Innovation", id: "about" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Technology", id: "tech" },
|
||||
{ name: "Lab", id: "lab" },
|
||||
{ name: "Partner", id: "contact" },
|
||||
]}
|
||||
brandName="Zytherra"
|
||||
/>
|
||||
@@ -56,47 +41,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated-grid",
|
||||
}}
|
||||
variant: "rotated-rays-animated-grid"}}
|
||||
title="Engineering the Future of Human Intelligence"
|
||||
description="Zytherra builds next-gen AR, AI, and survival technologies for tomorrow’s world."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore the Future",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Explore the Future", href: "#about"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "c1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-components_23-2149174325.jpg?_wi=1",
|
||||
imageAlt: "VisionEdge AR",
|
||||
},
|
||||
id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-components_23-2149174325.jpg", imageAlt: "VisionEdge AR"},
|
||||
{
|
||||
id: "c2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machines-design_23-2151599356.jpg?_wi=1",
|
||||
imageAlt: "Human Augmentation",
|
||||
},
|
||||
id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machines-design_23-2151599356.jpg", imageAlt: "Human Augmentation"},
|
||||
{
|
||||
id: "c3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hard-drive-still-life_23-2149417036.jpg?_wi=1",
|
||||
imageAlt: "AI Core",
|
||||
},
|
||||
id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hard-drive-still-life_23-2149417036.jpg", imageAlt: "AI Core"},
|
||||
{
|
||||
id: "c4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sportswear-nature_23-2148291368.jpg?_wi=1",
|
||||
imageAlt: "Climate Tech",
|
||||
},
|
||||
id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sportswear-nature_23-2148291368.jpg", imageAlt: "Climate Tech"},
|
||||
{
|
||||
id: "c5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-helmet-with-neon-detailing_23-2152011754.jpg?_wi=1",
|
||||
imageAlt: "Intelligence Link",
|
||||
},
|
||||
id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-helmet-with-neon-detailing_23-2152011754.jpg", imageAlt: "Intelligence Link"},
|
||||
{
|
||||
id: "c6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-twirling-lines-dark-backdrop_23-2148055587.jpg",
|
||||
imageAlt: "Innovation Concept",
|
||||
},
|
||||
id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/golden-twirling-lines-dark-backdrop_23-2148055587.jpg", imageAlt: "Innovation Concept"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -106,78 +70,38 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Built in secrecy. Designed for impact.",
|
||||
},
|
||||
type: "text", content: "Built in secrecy. Designed for impact."},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/smart-medical-lab-workstation-background-with-digital-apps-computer-screen_482257-124525.jpg",
|
||||
alt: "Lab Facility",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/smart-medical-lab-workstation-background-with-digital-apps-computer-screen_482257-124525.jpg", alt: "Lab Facility"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Zytherra",
|
||||
name: "VisionEdge AR",
|
||||
price: "R&D Series",
|
||||
rating: 5,
|
||||
reviewCount: "128",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-sunglasses-black-white_1122-1543.jpg",
|
||||
},
|
||||
id: "p1", brand: "Zytherra", name: "VisionEdge AR", price: "R&D Series", rating: 5,
|
||||
reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-sunglasses-black-white_1122-1543.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Zytherra",
|
||||
name: "AI Core Systems",
|
||||
price: "Neural Series",
|
||||
rating: 5,
|
||||
reviewCount: "94",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-3-dimensional-printer-abstract-background_1048-5870.jpg",
|
||||
},
|
||||
id: "p2", brand: "Zytherra", name: "AI Core Systems", price: "Neural Series", rating: 5,
|
||||
reviewCount: "94", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-3-dimensional-printer-abstract-background_1048-5870.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Zytherra",
|
||||
name: "Climate Suncoat",
|
||||
price: "Survival Series",
|
||||
rating: 5,
|
||||
reviewCount: "67",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-dark-skinned-male-athlete-fixing-mobile-arm-bag-morning-outdoor-workout-session-sea-sports-technology-leisure-concept_176420-19862.jpg",
|
||||
},
|
||||
id: "p3", brand: "Zytherra", name: "Climate Suncoat", price: "Survival Series", rating: 5,
|
||||
reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-dark-skinned-male-athlete-fixing-mobile-arm-bag-morning-outdoor-workout-session-sea-sports-technology-leisure-concept_176420-19862.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Zytherra",
|
||||
name: "Quantum Optics",
|
||||
price: "Optical Series",
|
||||
rating: 5,
|
||||
reviewCount: "42",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hard-drive-components_23-2149417027.jpg",
|
||||
},
|
||||
id: "p4", brand: "Zytherra", name: "Quantum Optics", price: "Optical Series", rating: 5,
|
||||
reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hard-drive-components_23-2149417027.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Zytherra",
|
||||
name: "Core Neural Chip",
|
||||
price: "Process Series",
|
||||
rating: 5,
|
||||
reviewCount: "215",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/soap-bar-circular-white-board-black-backdrop_23-2147971414.jpg",
|
||||
},
|
||||
id: "p5", brand: "Zytherra", name: "Core Neural Chip", price: "Process Series", rating: 5,
|
||||
reviewCount: "215", imageSrc: "http://img.b2bpic.net/free-photo/soap-bar-circular-white-board-black-backdrop_23-2147971414.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Zytherra",
|
||||
name: "Thermal Management",
|
||||
price: "Thermic Series",
|
||||
rating: 5,
|
||||
reviewCount: "89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-component-wrench_23-2148796586.jpg",
|
||||
},
|
||||
id: "p6", brand: "Zytherra", name: "Thermal Management", price: "Thermic Series", rating: 5,
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/close-up-component-wrench_23-2148796586.jpg"},
|
||||
]}
|
||||
title="Breakthrough Systems"
|
||||
description="Our current R&D portfolio shaping the next millennium."
|
||||
@@ -194,50 +118,20 @@ export default function LandingPage() {
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Dr. Aris Thorne",
|
||||
handle: "@thorne_tech",
|
||||
testimonial: "Zytherra's neural chips are a decade ahead of standard industry benchmarks.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-components_23-2149174325.jpg?_wi=2",
|
||||
imageAlt: "futuristic ar glasses dark background",
|
||||
},
|
||||
id: "t1", name: "Dr. Aris Thorne", handle: "@thorne_tech", testimonial: "Zytherra's neural chips are a decade ahead of standard industry benchmarks.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-components_23-2149174325.jpg", imageAlt: "futuristic ar glasses dark background"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sarah Jenkins",
|
||||
handle: "@sjenkins_invest",
|
||||
testimonial: "The precision engineering in their AR optical systems is simply unparalleled.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machines-design_23-2151599356.jpg?_wi=2",
|
||||
imageAlt: "cybernetic interface future tech",
|
||||
},
|
||||
id: "t2", name: "Sarah Jenkins", handle: "@sjenkins_invest", testimonial: "The precision engineering in their AR optical systems is simply unparalleled.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machines-design_23-2151599356.jpg", imageAlt: "cybernetic interface future tech"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Marcus Vane",
|
||||
handle: "@m_vane_cyber",
|
||||
testimonial: "Climate adaptation tech that actually works in real-world scenarios. A massive leap forward.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hard-drive-still-life_23-2149417036.jpg?_wi=2",
|
||||
imageAlt: "advanced ai processor hardware",
|
||||
},
|
||||
id: "t3", name: "Marcus Vane", handle: "@m_vane_cyber", testimonial: "Climate adaptation tech that actually works in real-world scenarios. A massive leap forward.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hard-drive-still-life_23-2149417036.jpg", imageAlt: "advanced ai processor hardware"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Elena Ross",
|
||||
handle: "@eross_vision",
|
||||
testimonial: "Working with the Zytherra Lab team has been a transformative experience for our research.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sportswear-nature_23-2148291368.jpg?_wi=2",
|
||||
imageAlt: "futuristic climate wearable technology",
|
||||
},
|
||||
id: "t4", name: "Elena Ross", handle: "@eross_vision", testimonial: "Working with the Zytherra Lab team has been a transformative experience for our research.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sportswear-nature_23-2148291368.jpg", imageAlt: "futuristic climate wearable technology"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "David Wu",
|
||||
handle: "@dwu_quantum",
|
||||
testimonial: "Quantum-grade reliability in consumer-ready modules. Truly incredible.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-helmet-with-neon-detailing_23-2152011754.jpg?_wi=2",
|
||||
imageAlt: "neural link intelligence hardware",
|
||||
},
|
||||
id: "t5", name: "David Wu", handle: "@dwu_quantum", testimonial: "Quantum-grade reliability in consumer-ready modules. Truly incredible.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-helmet-with-neon-detailing_23-2152011754.jpg", imageAlt: "neural link intelligence hardware"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -246,8 +140,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Inquiries"
|
||||
title="Partner with the Future"
|
||||
description="Exclusive access for institutional partners and visionaries."
|
||||
@@ -262,29 +155,19 @@ export default function LandingPage() {
|
||||
logoText="ZYTHERRA"
|
||||
columns={[
|
||||
{
|
||||
title: "Innovations",
|
||||
items: [
|
||||
title: "Innovations", items: [
|
||||
{
|
||||
label: "AR Systems",
|
||||
href: "#products",
|
||||
},
|
||||
label: "AR Systems", href: "#products"},
|
||||
{
|
||||
label: "AI Core",
|
||||
href: "#products",
|
||||
},
|
||||
label: "AI Core", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Investor Relations",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Investor Relations", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user