Update src/app/page.tsx

This commit is contained in:
2026-01-04 18:12:09 +00:00
parent 182cafe0cf
commit 4510aafcd2

View File

@@ -29,7 +29,7 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "hero" },
{ name: "Product", id: "product" },
{ name: "Product", id: "pricing" },
{ name: "Why Edgetabs", id: "about" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" }
@@ -189,7 +189,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardEight
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"
testimonials={[
{
@@ -316,7 +316,7 @@ export default function LandingPage() {
{
items: [
{ label: "Home", href: "hero" },
{ label: "Product", href: "product" },
{ label: "Product", href: "pricing" },
{ label: "Pricing", href: "pricing" }
]
},