3 Commits

Author SHA1 Message Date
0f1abccbf4 Merge version_2 into main
Merge version_2 into main
2026-06-13 04:48:33 +00:00
d45ca94875 Update src/app/page.tsx 2026-06-13 04:48:30 +00:00
ae82f7ff4d Merge version_1 into main
Merge version_1 into main
2026-06-13 04:45:37 +00:00

View File

@@ -34,23 +34,23 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", id: "#home"}, name: "Home", id: "home"},
{ {
name: "Features", id: "#features"}, name: "Features", id: "features"},
{ {
name: "Why ProjexHive", id: "#why-projexhive"}, name: "Why ProjexHive", id: "why-projexhive"},
{ {
name: "Pricing", id: "#pricing"}, name: "Pricing", id: "pricing"},
{ {
name: "Testimonials", id: "#testimonials"}, name: "Testimonials", id: "testimonials"},
{ {
name: "FAQ", id: "#faq"}, name: "FAQ", id: "faq"},
]} ]}
logoSrc="http://img.b2bpic.net/free-vector/innovative-solutions-logo-template-vector-education-technology-with-textbook-graphic_53876-125990.jpg" logoSrc="http://img.b2bpic.net/free-vector/innovative-solutions-logo-template-vector-education-technology-with-textbook-graphic_53876-125990.jpg"
logoAlt="ProjexHive Logo" logoAlt="ProjexHive Logo"
brandName="ProjexHive" brandName="ProjexHive"
button={{ button={{
text: "Start Free Trial", href: "#contact"}} text: "Start Free Trial", href: "contact"}}
/> />
</div> </div>
@@ -64,9 +64,9 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ {
text: "Start Free Trial", href: "#pricing"}, text: "Start Free Trial", href: "pricing"},
{ {
text: "Explore Features", href: "#features"}, text: "Explore Features", href: "features"},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
mediaItems={[ mediaItems={[
@@ -267,21 +267,21 @@ export default function LandingPage() {
{ {
items: [ items: [
{ {
label: "Features", href: "#features"}, label: "Features", href: "features"},
{ {
label: "Why ProjexHive", href: "#why-projexhive"}, label: "Why ProjexHive", href: "why-projexhive"},
{ {
label: "Pricing", href: "#pricing"}, label: "Pricing", href: "pricing"},
], ],
}, },
{ {
items: [ items: [
{ {
label: "About Us", href: "#about"}, label: "About Us", href: "about"},
{ {
label: "Testimonials", href: "#testimonials"}, label: "Testimonials", href: "testimonials"},
{ {
label: "FAQ", href: "#faq"}, label: "FAQ", href: "faq"},
], ],
}, },
{ {
@@ -291,7 +291,7 @@ export default function LandingPage() {
{ {
label: "Terms of Service", href: "#"}, label: "Terms of Service", href: "#"},
{ {
label: "Contact Support", href: "#contact"}, label: "Contact Support", href: "contact"},
], ],
}, },
]} ]}