From c38aef35ca964466b6903fc0c12c79ffd23bddca Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 14:51:05 +0000 Subject: [PATCH 1/5] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 9d147e0..8ec995c 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -95,4 +95,4 @@ export default function BlogPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 576a93ef4bb2bc85ebc936ebeb906ebc4877992d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 14:51:06 +0000 Subject: [PATCH 2/5] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 73fa8e0..b0ad66b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1290,4 +1290,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 6a01a2126fe3832fa08ead702a20cd41cc635c83 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 14:51:07 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7b55637..1e38339 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,7 @@ "use client"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import FeatureBento from '@/components/sections/feature/FeatureBento'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; @@ -65,25 +65,18 @@ export default function LandingPage() {
-
@@ -269,4 +262,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 11ec67f0e35dd3667680c8c453f5154e2e8455c7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 14:51:07 +0000 Subject: [PATCH 4/5] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index af0add0..253bd6d 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -248,4 +248,4 @@ export default function ProductPage({ params }: ProductPageProps) { ); -} \ No newline at end of file +} -- 2.49.1 From f21d1658f1688f68c71e757de2c1105852f28a75 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 14:51:08 +0000 Subject: [PATCH 5/5] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 0e88795..d2d7e86 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -120,4 +120,4 @@ export default function ShopPage() { ); -} \ No newline at end of file +} -- 2.49.1