Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 95c7bf1262 | |||
| 1796c8e611 | |||
| 42d6b06abc | |||
| 9efd14b16c | |||
| 598e4986a7 | |||
| f67d1a3bef | |||
| dc5a80570a | |||
| 36bb28d403 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user