9 Commits

Author SHA1 Message Date
8fe7343aa1 Update theme colors 2026-05-08 05:19:05 +00:00
95c7bf1262 Update src/app/page.tsx 2026-05-08 05:01:57 +00:00
1796c8e611 Merge version_3 into main
Merge version_3 into main
2026-05-08 05:00:15 +00:00
42d6b06abc Update src/app/page.tsx 2026-05-08 05:00:12 +00:00
9efd14b16c Merge version_3 into main
Merge version_3 into main
2026-05-08 04:59:51 +00:00
598e4986a7 Update src/app/page.tsx 2026-05-08 04:59:48 +00:00
f67d1a3bef Merge version_3 into main
Merge version_3 into main
2026-05-08 04:59:22 +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
2 changed files with 25 additions and 13 deletions

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" },
@@ -51,10 +53,20 @@ export default function LandingPage() {
{ imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8583.jpg", imageAlt: "Master Bedroom" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976543.jpg", imageAlt: "Luxury Kitchen" },
]}
buttons={[{ text: "Start Your Project", href: "#contact" }]}
buttons={[{ text: "Book Your Design Consultation", href: "#contact" }]}
/>
</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"
@@ -168,4 +180,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1c1c1c;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #15479c;
--background-accent: #a8cce8;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);