From ca74b86ff03cc3e9d27935f216c1bf80100bf4ad Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 05:29:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 98 +++++++++++++++++++----------------------------- 1 file changed, 39 insertions(+), 59 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a8d9841..eb2de0a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,25 +10,15 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterSimple from '@/components/sections/footer/FooterSimple'; +import Link from 'next/link'; export default function Page() { const navItems = [{ name: "Home", id: "/" }]; - + return ( - +
- +
-- 2.49.1