Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-03-27 08:32:17 +00:00

View File

@@ -8,7 +8,7 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import ProductCardTwo from '@/components/ecommerce/productCatalog/ProductCatalog';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
export default function LandingPage() {
@@ -30,7 +30,7 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "hero" },
{ name: "Work", id: "portfolio" },
{ name: "Portfolio", id: "portfolio" },
{ name: "Pricing", id: "pricing" },
{ name: "Contact", id: "contact" },
]}