diff --git a/src/app/page.tsx b/src/app/page.tsx index f7c2c24..ce4a8e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,6 +5,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import FeatureCardTwentyTwo from '@/components/sections/feature/FeatureCardTwentyTwo'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBase from '@/components/sections/footer/FooterBase'; @@ -75,27 +76,19 @@ export default function HomePage() { +
+ console.log('View project'), + isFavorited: false + }, + { + id: "2", name: "SaaS Dashboard Platform", price: "Tech Startup", variant: "TypeScript, Node.js, PostgreSQL", imageSrc: "https://img.b2bpic.net/free-vector/flat-design-fashion-collection-landing-page_23-2149985152.jpg", imageAlt: "saas dashboard platform technology startup", onProductClick: () => console.log('View project'), + isFavorited: false + }, + { + id: "3", name: "Brand Identity & Website", price: "Creative Agency", variant: "Design System, Animation", imageSrc: "https://img.b2bpic.net/free-vector/fashion-sale-landing-page-concept_23-2148584181.jpg", imageAlt: "branding design identity creative website", onProductClick: () => console.log('View project'), + isFavorited: false + }, + { + id: "4", name: "Mobile App & Web App", price: "Fintech Company", variant: "React Native, Web Platform", imageSrc: "https://img.b2bpic.net/free-vector/flat-design-minimal-boutique-landing-page_23-2149327774.jpg", imageAlt: "mobile app fintech technology digital", onProductClick: () => console.log('View project'), + isFavorited: false + } + ]} + title="Featured Projects" + description="Showcase of our latest work with leading brands across industries" + tag="Our Portfolio" + tagIcon={Award} + animationType="scale-rotate" + textboxLayout="default" + useInvertedBackground="noInvert" + gridVariant="uniform-all-items-equal" + carouselMode="buttons" + /> +
+
- + ); } \ No newline at end of file