From 03a1a06725a2f9107c10bced49e4490e5a3d21a0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 18:27:40 +0000 Subject: [PATCH 1/5] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index ab80863..48350a4 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -32,6 +32,8 @@ export default function BlogPage() { { name: "Features", id: "/#features" }, { name: "Pricing", id: "/#pricing" }, { name: "Testimonials", id: "/#testimonials" }, + { name: "Blog", id: "/blog" }, + { name: "Shop", id: "/shop" }, { name: "Contact", id: "/#contact" }, ]} brandName="AI Innovations" @@ -70,4 +72,4 @@ export default function BlogPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 3c50606aa938a46467eda80437133f7de3f2cfda Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 18:27:41 +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 239da8f..4f53328 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1411,4 +1411,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 91119eace95b30cfb21bfac2f9ce9fb250726311 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 18:27:42 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ec3157b..e9d1f68 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,14 +4,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; -import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; +import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { BarChart, Brain, Crown, DollarSign, Gauge, Quote, RefreshCcw, Rocket, Shield, ShieldCheck, Sparkles, Star, Tag, TrendingUp, Users, Zap } from "lucide-react"; +import { BarChart, Crown, DollarSign, Quote, ShieldCheck, Sparkles, Star, Tag, TrendingUp, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -29,7 +29,7 @@ export default function LandingPage() { >
-
@@ -111,7 +116,7 @@ export default function LandingPage() { Date: Sat, 21 Feb 2026 18:27:43 +0000 Subject: [PATCH 4/5] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index f683ed0..b586416 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -158,7 +158,16 @@ function ProductPageContent({ params }: ProductPageProps) {