Update src/app/page.tsx
This commit is contained in:
@@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import HeroSplit from "@/components/sections/hero/HeroSplit";
|
||||
import TextAbout from "@/components/sections/about/TextAbout";
|
||||
import ProjectShowcase from "@/components/sections/product/ProjectShowcase";
|
||||
import FeatureCardSix from "@/components/sections/feature/FeatureCardSix";
|
||||
import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
@@ -75,7 +74,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="projects" data-section="projects">
|
||||
<ProjectShowcase
|
||||
<FeatureCardSix
|
||||
title="Recent Works"
|
||||
description="A selection of projects that define our design philosophy through minimal form and maximum impact."
|
||||
tag="Portfolio"
|
||||
@@ -83,16 +82,14 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
items={[
|
||||
features={[
|
||||
{
|
||||
id: "project-1", title: "Riverside Residence", description: "Minimalist family home featuring clean lines, natural materials, and seamless indoor-outdoor integration. Completed 2024.", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-modern-apartment-building_116348-101.jpg", imageAlt: "Riverside Residence architectural photography", buttons: [
|
||||
{ text: "View Project", href: "#" }
|
||||
]
|
||||
id: 1,
|
||||
title: "Riverside Residence", description: "Minimalist family home featuring clean lines, natural materials, and seamless indoor-outdoor integration. Completed 2024.", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-modern-apartment-building_116348-101.jpg", imageAlt: "Riverside Residence architectural photography"
|
||||
},
|
||||
{
|
||||
id: "project-2", title: "Urban Studio Conversion", description: "Adaptive reuse of historic warehouse into contemporary artist studios. Preserves character while introducing modern minimalist interventions. Completed 2023.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-pregnant-woman-sits-sofa-looks-window_8353-10692.jpg", imageAlt: "Urban Studio Conversion interior view", buttons: [
|
||||
{ text: "View Project", href: "#" }
|
||||
]
|
||||
id: 2,
|
||||
title: "Urban Studio Conversion", description: "Adaptive reuse of historic warehouse into contemporary artist studios. Preserves character while introducing modern minimalist interventions. Completed 2023.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-pregnant-woman-sits-sofa-looks-window_8353-10692.jpg", imageAlt: "Urban Studio Conversion interior view"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user