From 2313f5a17794572bc6fbc0d280aa55a7f938d83d Mon Sep 17 00:00:00 2001 From: development Date: Thu, 8 Jan 2026 15:43:32 +0000 Subject: [PATCH 1/4] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 93831b9..cf1967b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; -import HeroBillboardMetrics from '@/components/sections/hero/HeroBillboardMetrics'; +import HeroSplitAvatars from '@/components/sections/hero/HeroSplitAvatars'; import TagAbout from '@/components/sections/about/TagAbout'; import FeatureCardFifteen from '@/components/sections/feature/FeatureCardFifteen'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; @@ -46,7 +46,7 @@ export default function LandingPage() {
-
-- 2.49.1 From 6ca3b973cc61fac87993563c1ce8f309f3795ee2 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 8 Jan 2026 15:46:06 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cf1967b..24cd304 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,14 +33,14 @@ export default function LandingPage() { button={{ text: "Shop Now", href: "products" }} - navItems={[ - { name: "Home", id: "hero" }, - { name: "Why Edgetabs", id: "about" }, - { name: "Features", id: "features" }, - { name: "Products", id: "products" }, - { name: "Testimonials", id: "testimonials" }, - { name: "FAQ", id: "faq" }, - { name: "Contact", id: "contact" } + links={[ + { label: "Home", href: "hero" }, + { label: "Why Edgetabs", href: "about" }, + { label: "Features", href: "features" }, + { label: "Products", href: "products" }, + { label: "Testimonials", href: "testimonials" }, + { label: "FAQ", href: "faq" }, + { label: "Contact", href: "contact" } ]} /> -- 2.49.1 From 17c89cc165e4270cdb1d3fc4b8f7ff46e50ec953 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 8 Jan 2026 15:48:39 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 24cd304..46fc4bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,15 +33,6 @@ export default function LandingPage() { button={{ text: "Shop Now", href: "products" }} - links={[ - { label: "Home", href: "hero" }, - { label: "Why Edgetabs", href: "about" }, - { label: "Features", href: "features" }, - { label: "Products", href: "products" }, - { label: "Testimonials", href: "testimonials" }, - { label: "FAQ", href: "faq" }, - { label: "Contact", href: "contact" } - ]} /> -- 2.49.1 From fe315899e828b7ca95e939094f2eeeff8e5429f6 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 8 Jan 2026 15:49:58 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 46fc4bf..17f3671 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,7 +38,7 @@ export default function LandingPage() {