diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3a6a45f..a699791 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -54,103 +46,57 @@ export default function LandingPage() {
@@ -172,79 +118,52 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Sustainable Integration",
- description: "Maximizing natural light and passive airflow across all 600 sqm.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=2",
- imageAlt: "Sustainable architecture",
- },
+ title: "Sustainable Integration", description: "Maximizing natural light and passive airflow across all 600 sqm.", media: {
+ imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg", imageAlt: "Sustainable architecture"},
items: [
{
icon: Sun,
- text: "Solar optimization",
- },
+ text: "Solar optimization"},
{
icon: Wind,
- text: "Cross-ventilation flow",
- },
+ text: "Cross-ventilation flow"},
{
icon: Leaf,
- text: "Sustainable materials",
- },
+ text: "Sustainable materials"},
],
reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/facade-modern-urban-building_122409-5.jpg?_wi=1",
- imageAlt: "modern home architectural detail texture",
},
{
- title: "Fluid Spatial Flow",
- description: "Connected living spaces that bridge indoor comfort and exterior landscape.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-kitchen_181624-4007.jpg?_wi=2",
- imageAlt: "Open concept layout",
- },
+ title: "Fluid Spatial Flow", description: "Connected living spaces that bridge indoor comfort and exterior landscape.", media: {
+ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-kitchen_181624-4007.jpg", imageAlt: "Open concept layout"},
items: [
{
icon: Layout,
- text: "Open floor plan",
- },
+ text: "Open floor plan"},
{
icon: Maximize,
- text: "Expansive glass walls",
- },
+ text: "Expansive glass walls"},
{
icon: ArrowRight,
- text: "Unified circulation",
- },
+ text: "Unified circulation"},
],
reverse: true,
- imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-modern-white-building-facade_181624-29733.jpg?_wi=3",
- imageAlt: "luxury villa exterior modern architectural design",
},
{
- title: "Curated Materiality",
- description: "High-quality finishes designed for longevity and sensory enjoyment.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151119019.jpg?_wi=2",
- imageAlt: "High-end interior detail",
- },
+ title: "Curated Materiality", description: "High-quality finishes designed for longevity and sensory enjoyment.", media: {
+ imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151119019.jpg", imageAlt: "High-end interior detail"},
items: [
{
icon: Palette,
- text: "Natural stone palettes",
- },
+ text: "Natural stone palettes"},
{
icon: Wood,
- text: "Hardwood flooring",
- },
+ text: "Hardwood flooring"},
{
icon: Shield,
- text: "Durability-focused selection",
- },
+ text: "Durability-focused selection"},
],
reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-plans_23-2148819905.jpg?_wi=2",
- imageAlt: "architectural sketch modern residence",
},
]}
title="Design Pillars"
@@ -254,38 +173,21 @@ export default function LandingPage() {
@@ -327,33 +221,21 @@ export default function LandingPage() {
logoText="Personal Design Studio"
columns={[
{
- title: "Project",
- items: [
+ title: "Project", items: [
{
- label: "Concept",
- href: "#about",
- },
+ label: "Concept", href: "#about"},
{
- label: "Technical Specs",
- href: "#metrics",
- },
+ label: "Technical Specs", href: "#metrics"},
{
- label: "Gallery",
- href: "#features",
- },
+ label: "Gallery", href: "#features"},
],
},
{
- title: "Navigation",
- items: [
+ title: "Navigation", items: [
{
- label: "Back to Top",
- href: "#hero",
- },
+ label: "Back to Top", href: "#hero"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
]}