2 Commits

Author SHA1 Message Date
96136dc269 Update src/app/page.tsx 2026-04-18 05:38:59 +00:00
68b8204f21 Merge version_8 into main
Merge version_8 into main
2026-04-18 05:30:50 +00:00

View File

@@ -35,7 +35,7 @@ export default function LandingPage() {
{
name: "Features", id: "features"},
{
name: "Pricing", id: "pricing"},
name: "Pricing", id: "products"},
{
name: "Testimonials", id: "testimonials"},
{
@@ -43,7 +43,7 @@ export default function LandingPage() {
]}
brandName="FileVault"
button={{
text: "Get Started", href: "#contact"}}
text: "Get Started", href: "/contact"}}
/>
</div>
@@ -56,9 +56,9 @@ export default function LandingPage() {
tag="Personalized Organization"
buttons={[
{
text: "Get Started", href: "#contact"},
text: "Get Started", href: "/contact"},
{
text: "View Features", href: "#features"},
text: "View Features", href: "/features"},
]}
mediaItems={[
{
@@ -202,7 +202,7 @@ export default function LandingPage() {
text="Ready to clean up your folders? Get started with FileVault today."
buttons={[
{
text: "Contact Support", href: "mailto:support@filevault.com"},
text: "Contact Support", href: "/contact"},
]}
/>
</div>
@@ -213,25 +213,25 @@ export default function LandingPage() {
{
title: "Product", items: [
{
label: "Features", href: "#features"},
label: "Features", href: "/features"},
{
label: "Pricing", href: "#pricing"},
label: "Pricing", href: "/products"},
],
},
{
title: "Company", items: [
{
label: "About", href: "#"},
label: "About", href: "/about"},
{
label: "Contact", href: "#contact"},
label: "Contact", href: "/contact"},
],
},
{
title: "Legal", items: [
{
label: "Privacy", href: "#"},
label: "Privacy", href: "/privacy"},
{
label: "Terms", href: "#"},
label: "Terms", href: "/terms"},
],
},
]}