diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8d79a99..9cb7605 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -20,7 +20,7 @@ export default function AboutPage() { return ( @@ -53,35 +53,19 @@ export default function AboutPage() { @@ -90,14 +74,14 @@ export default function AboutPage() { @@ -105,12 +89,11 @@ export default function AboutPage() { @@ -90,54 +84,51 @@ export default function HomePage() { description="Experience our most compelling architectural innovations that push the boundaries of design and functionality." features={[ { - title: "Contemporary Residence", - description: "Luxury residential project featuring minimalist design and sustainable materials", - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912530.jpg?_wi=1", - imageAlt: "Contemporary residence design", - buttonIcon: ArrowRight, + title: "Contemporary Residence", description: "Luxury residential project featuring minimalist design and sustainable materials", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912530.jpg", imageAlt: "Contemporary residence design", buttonIcon: ArrowRight, }, { - title: "Commercial Hub", - description: "Multi-use commercial space with integrated community areas and green design", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-shot-high-rise-building-glass-facade-clear-sky_181624-6151.jpg?_wi=1", - imageAlt: "Commercial building design", - buttonIcon: ArrowRight, + title: "Commercial Hub", description: "Multi-use commercial space with integrated community areas and green design", imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-shot-high-rise-building-glass-facade-clear-sky_181624-6151.jpg", imageAlt: "Commercial building design", buttonIcon: ArrowRight, }, { - title: "Landscape Integration", - description: "Innovative outdoor architecture seamlessly blending structure with nature", - imageSrc: "http://img.b2bpic.net/free-photo/terrace-with-trees-forest-cozy-outdoor-relaxation-space_169016-69565.jpg?_wi=1", - imageAlt: "Landscape architecture project", - buttonIcon: ArrowRight, + title: "Landscape Integration", description: "Innovative outdoor architecture seamlessly blending structure with nature", imageSrc: "http://img.b2bpic.net/free-photo/terrace-with-trees-forest-cozy-outdoor-relaxation-space_169016-69565.jpg", imageAlt: "Landscape architecture project", buttonIcon: ArrowRight, }, { - title: "Interior Transformation", - description: "Complete renovation showcasing modern aesthetic and spatial flow", - imageSrc: "http://img.b2bpic.net/free-photo/building-with-multiple-floors_250224-43.jpg?_wi=3", - imageAlt: "Interior redesign project", - buttonIcon: ArrowRight, + title: "Interior Transformation", description: "Complete renovation showcasing modern aesthetic and spatial flow", imageSrc: "http://img.b2bpic.net/free-photo/building-with-multiple-floors_250224-43.jpg", imageAlt: "Interior redesign project", buttonIcon: ArrowRight, }, { - title: "Sustainable Structure", - description: "Net-zero energy building incorporating renewable systems and smart design", - imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-living-wall-plants-trees-glass-exterior-sunny-day_191095-99868.jpg?_wi=1", - imageAlt: "Sustainable architecture project", - buttonIcon: ArrowRight, + title: "Sustainable Structure", description: "Net-zero energy building incorporating renewable systems and smart design", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-living-wall-plants-trees-glass-exterior-sunny-day_191095-99868.jpg", imageAlt: "Sustainable architecture project", buttonIcon: ArrowRight, }, { - title: "Heritage Restoration", - description: "Thoughtful renovation preserving historical character with modern amenities", - imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278558.jpg?_wi=1", - imageAlt: "Heritage restoration project", - buttonIcon: ArrowRight, + title: "Heritage Restoration", description: "Thoughtful renovation preserving historical character with modern amenities", imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278558.jpg", imageAlt: "Heritage restoration project", buttonIcon: ArrowRight, }, ]} tag="Portfolio" tagIcon={Palette} - tagAnimation="background-highlight" + tagAnimation="opacity" + textboxLayout="default" + useInvertedBackground={false} + buttonAnimation="opacity" + /> + + +
+
@@ -145,30 +136,39 @@ export default function HomePage() { + + +
+
@@ -177,77 +177,17 @@ export default function HomePage() { @@ -275,12 +215,11 @@ export default function HomePage() { @@ -94,14 +70,14 @@ export default function PortfolioPage() { @@ -109,12 +85,11 @@ export default function PortfolioPage() {