Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d45ca94875 | |||
| ae82f7ff4d |
@@ -34,23 +34,23 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
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"
|
||||
logoAlt="ProjexHive Logo"
|
||||
brandName="ProjexHive"
|
||||
button={{
|
||||
text: "Start Free Trial", href: "#contact"}}
|
||||
text: "Start Free Trial", href: "contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -64,9 +64,9 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
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"
|
||||
mediaItems={[
|
||||
@@ -267,21 +267,21 @@ export default function LandingPage() {
|
||||
{
|
||||
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: [
|
||||
{
|
||||
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: "Contact Support", href: "#contact"},
|
||||
label: "Contact Support", href: "contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user