Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -13,6 +13,7 @@ import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,6 +34,7 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Visualize", id: "visualization" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Projects", id: "products" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
@@ -55,6 +57,18 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="visualization" data-section="visualization">
|
||||
<ProductCatalog
|
||||
layout="section"
|
||||
title="Design & 4D Visualization"
|
||||
description="Explore our interactive 3D and 4D visualization suite to preview your designs in real-time."
|
||||
products={[
|
||||
{ id: "viz1", name: "3D Layout Simulator", price: "Interactive", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/house-sign-draft_23-2147785570.jpg" },
|
||||
{ id: "viz2", name: "4D Walkthrough Engine", price: "Advanced", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/employee-working-project-side-view_23-2149721889.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={true}
|
||||
@@ -168,4 +182,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user