From f157e7bdda3ada75e4fdf92b75f62accccfeca77 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 13:35:23 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 90 +++++++----------------------------------- 1 file changed, 15 insertions(+), 75 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2313b22..3a08b0c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,7 +8,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import { Trophy, Users } from "lucide-react"; -export default function LandingPage() { +export default function AboutPage() { return ( @@ -59,15 +42,8 @@ export default function LandingPage() { @@ -77,16 +53,8 @@ export default function LandingPage() { useInvertedBackground={false} title="Company Milestones" metrics={[ - { - icon: Trophy, - label: "Industry Awards", - value: "15+", - }, - { - icon: Users, - label: "Team Members", - value: "20+", - }, + { icon: Trophy, label: "Industry Awards", value: "15+" }, + { icon: Users, label: "Team Members", value: "20+" }, ]} metricsAnimation="slide-up" /> @@ -95,36 +63,8 @@ export default function LandingPage() {
@@ -88,36 +63,8 @@ export default function LandingPage() { @@ -172,9 +103,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1 From 8182db68ddae3ca83a00a61dcd75dddd0e4c43a3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 13:35:25 +0000 Subject: [PATCH 4/6] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 111 ++++++------------------------------- 1 file changed, 16 insertions(+), 95 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 4d9b97a..e694019 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -7,7 +7,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -export default function LandingPage() { +export default function PortfolioPage() { return (
@@ -61,33 +44,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - brand: "Modern", - name: "Sleek Contemporary Kitchen", - price: "Custom", - rating: 5, - reviewCount: "12", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976543.jpg?_wi=1", - }, - { - id: "p2", - brand: "Traditional", - name: "Heritage Farmhouse Style", - price: "Custom", - rating: 5, - reviewCount: "8", - imageSrc: "http://img.b2bpic.net/free-photo/luxurious-dining-room-with-garden-view_23-2152008199.jpg?_wi=1", - }, - { - id: "p3", - brand: "Contemporary", - name: "Minimalist Open Living", - price: "Custom", - rating: 5, - reviewCount: "15", - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-composition-with-modern-furniture_23-2147914071.jpg", - }, + { id: "p1", brand: "Modern", name: "Sleek Contemporary Kitchen", price: "Custom", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976543.jpg" }, + { id: "p2", brand: "Traditional", name: "Heritage Farmhouse Style", price: "Custom", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-dining-room-with-garden-view_23-2152008199.jpg" }, + { id: "p3", brand: "Contemporary", name: "Minimalist Open Living", price: "Custom", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-composition-with-modern-furniture_23-2147914071.jpg" }, ]} title="Recent Kitchen Projects" description="Explore our portfolio of modern, traditional, and contemporary kitchen installations." @@ -103,18 +62,8 @@ export default function LandingPage() { title="Feature Installations" description="A curated selection of our best work." products={[ - { - id: "p4", - name: "Oak Veneer Island", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/luxurious-dining-room-with-garden-view_23-2152008199.jpg?_wi=2", - }, - { - id: "p5", - name: "Luxury Marble Kitchen", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976543.jpg?_wi=2", - }, + { id: "p4", name: "Oak Veneer Island", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-dining-room-with-garden-view_23-2152008199.jpg" }, + { id: "p5", name: "Luxury Marble Kitchen", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976543.jpg" }, ]} /> @@ -122,36 +71,8 @@ export default function LandingPage() { @@ -60,36 +43,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "s1", - title: "Custom Design", - author: "Bespoke service", - description: "Tailored kitchen design solutions that perfectly match your home aesthetics.", - tags: [ - "Design", - ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-color-palette-used-by-interior-designer_23-2150334491.jpg?_wi=1", - }, - { - id: "s2", - title: "Quality Manufacturing", - author: "In-house production", - description: "Crafted with precision in our workshop using premium materials.", - tags: [ - "Manufacturing", - ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-dark-wood-furniture-with-black-handles_169016-13481.jpg?_wi=1", - }, - { - id: "s3", - title: "Expert Installation", - author: "Professional team", - description: "Flawless installation by our expert team ensuring perfection.", - tags: [ - "Installation", - ], - imageSrc: "http://img.b2bpic.net/free-photo/base-units-led-line-cooktop_169016-68864.jpg", - }, + { id: "s1", title: "Custom Design", author: "Bespoke service", description: "Tailored kitchen design solutions that perfectly match your home aesthetics.", tags: ["Design"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-color-palette-used-by-interior-designer_23-2150334491.jpg" }, + { id: "s2", title: "Quality Manufacturing", author: "In-house production", description: "Crafted with precision in our workshop using premium materials.", tags: ["Manufacturing"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-dark-wood-furniture-with-black-handles_169016-13481.jpg" }, + { id: "s3", title: "Expert Installation", author: "Professional team", description: "Flawless installation by our expert team ensuring perfection.", tags: ["Installation"], imageSrc: "http://img.b2bpic.net/free-photo/base-units-led-line-cooktop_169016-68864.jpg" }, ]} title="Our Professional Services" description="From initial design concepts to final installation, we manage every step of your kitchen journey." @@ -105,16 +61,8 @@ export default function LandingPage() { title="The Conway Process" description="How we turn your vision into reality." features={[ - { - title: "Phase 1: Consultation", - description: "Understanding your needs.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-color-palette-used-by-interior-designer_23-2150334491.jpg?_wi=2", - }, - { - title: "Phase 2: Build", - description: "Crafting your units.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-dark-wood-furniture-with-black-handles_169016-13481.jpg?_wi=2", - }, + { title: "Phase 1: Consultation", description: "Understanding your needs.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-color-palette-used-by-interior-designer_23-2150334491.jpg" }, + { title: "Phase 2: Build", description: "Crafting your units.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-dark-wood-furniture-with-black-handles_169016-13481.jpg" }, ]} /> @@ -122,36 +70,8 @@ export default function LandingPage() {
@@ -124,36 +70,8 @@ export default function LandingPage() {