4 Commits

Author SHA1 Message Date
42d6b06abc Update src/app/page.tsx 2026-05-08 05:00:12 +00:00
598e4986a7 Update src/app/page.tsx 2026-05-08 04:59:48 +00:00
dc5a80570a Update src/app/page.tsx 2026-05-08 04:59:16 +00:00
36bb28d403 Merge version_2 into main
Merge version_2 into main
2026-05-08 04:50:51 +00:00

View File

@@ -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,16 @@ export default function LandingPage() {
/>
</div>
<div id="visualization" data-section="visualization">
<ProductCatalog
layout="section"
products={[
{ id: "viz1", name: "3D Layout Simulator", price: "Interactive", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/house-sign-draft_23-2147785570.jpg?_wi=1" },
{ 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?_wi=1" }
]}
/>
</div>
<div id="about" data-section="about">
<TextAbout
useInvertedBackground={true}
@@ -68,8 +80,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{ title: "Bespoke 3D Design", description: "High-detail 3D renders that allow you to walk through your design virtually before we build.", imageSrc: "http://img.b2bpic.net/free-photo/employee-working-project-side-view_23-2149721889.jpg" },
{ title: "Precision Space Planning", description: "Optimizing floor plans to maximize efficiency, aesthetic appeal, and comfort for modern living.", imageSrc: "http://img.b2bpic.net/free-photo/house-sign-draft_23-2147785570.jpg" },
{ title: "Bespoke 3D Design", description: "High-detail 3D renders that allow you to walk through your design virtually before we build.", imageSrc: "http://img.b2bpic.net/free-photo/employee-working-project-side-view_23-2149721889.jpg?_wi=2" },
{ title: "Precision Space Planning", description: "Optimizing floor plans to maximize efficiency, aesthetic appeal, and comfort for modern living.", imageSrc: "http://img.b2bpic.net/free-photo/house-sign-draft_23-2147785570.jpg?_wi=2" },
{ title: "Innovative Lighting Solutions", description: "Setting the mood with bespoke smart lighting designs tailored for every room.", imageSrc: "http://img.b2bpic.net/free-photo/view-lighting-device-with-futuristic-design_23-2151037511.jpg" },
]}
title="Our Core Services"