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 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 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() {