diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 0bdf961..7ec8284 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -32,6 +32,7 @@ export default function BlogPage() { { name: "Services", id: "services" }, { name: "Results", id: "results" }, { name: "Pricing", id: "pricing" }, + { name: "Products", id: "products" }, { name: "Contact", id: "contact" } ]} button={{ text: "Start Transformation", href: "#contact" }} @@ -66,6 +67,7 @@ export default function BlogPage() { { label: "Home", href: "#" }, { label: "Services", href: "#services" }, { label: "Pricing", href: "#pricing" }, + { label: "Products", href: "#products" }, { label: "Results", href: "#results" } ] }, diff --git a/src/app/page.tsx b/src/app/page.tsx index 6947fc1..fe0943b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,11 +7,12 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Award, CheckCircle, Sparkles } from "lucide-react"; +import { Award, CheckCircle, Sparkles, Package } from "lucide-react"; export default function LandingPage() { return ( @@ -34,6 +35,7 @@ export default function LandingPage() { { name: "Services", id: "services" }, { name: "Results", id: "results" }, { name: "Pricing", id: "pricing" }, + { name: "Products", id: "products" }, { name: "Contact", id: "contact" } ]} button={{ @@ -163,6 +165,28 @@ export default function LandingPage() { /> +