Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-01-04 18:12:13 +00:00

View File

@@ -29,7 +29,7 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ name: "Home", id: "hero" }, { name: "Home", id: "hero" },
{ name: "Product", id: "product" }, { name: "Product", id: "pricing" },
{ name: "Why Edgetabs", id: "about" }, { name: "Why Edgetabs", id: "about" },
{ name: "Reviews", id: "testimonials" }, { name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" } { name: "Contact", id: "contact" }
@@ -189,7 +189,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardEight <TestimonialCardEight
title="Trusted by 2,000+ Peak Performers" title="Trusted by 2,000+ Peak Performers"
description="Real results from real users who've transformed their performance with Edgetabs." description="Real results from real users who have transformed their performance with Edgetabs."
tag="★★★★★ Rated" tag="★★★★★ Rated"
testimonials={[ testimonials={[
{ {
@@ -316,7 +316,7 @@ export default function LandingPage() {
{ {
items: [ items: [
{ label: "Home", href: "hero" }, { label: "Home", href: "hero" },
{ label: "Product", href: "product" }, { label: "Product", href: "pricing" },
{ label: "Pricing", href: "pricing" } { label: "Pricing", href: "pricing" }
] ]
}, },