From c6567ef23d16139369c5bdaf21496147a442c3f6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:03:37 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3ee178c..5d6dcea 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -17,11 +17,13 @@ const inter = Inter({ export const metadata: Metadata = { title: "Terry Architects | Architectural Design Excellence", description: "Award-winning architecture firm specializing in innovative residential, commercial, and sustainable design. Transform your vision into iconic structures.", keywords: "architecture, architectural design, interior design, urban planning, sustainable architecture, commercial design, residential architecture, renovation", metadataBase: new URL("https://terryarchitects.com"), alternates: { - canonical: "https://terryarchitects.com"}, + canonical: "https://terryarchitects.com" + }, openGraph: { title: "Terry Architects | Architectural Design Excellence", description: "Award-winning architecture firm specializing in innovative residential, commercial, and sustainable design.", url: "https://terryarchitects.com", siteName: "Terry Architects", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/modern-office-building-against-blue-sky_23-2148139873.jpg", alt: "Terry Architects Portfolio"}, + url: "http://img.b2bpic.net/free-photo/modern-office-building-against-blue-sky_23-2148139873.jpg", alt: "Terry Architects Portfolio" + }, ], }, twitter: { @@ -1417,4 +1419,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 0c5986879e1adff07b915e3884f3057950ab1e24 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:03:38 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 70 +++++++++++++++++++++++++++++++----------------- 1 file changed, 46 insertions(+), 24 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 19d036e..7893c7b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,13 +54,17 @@ export default function HomePage() { buttonAnimation="opacity" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/modern-office-building-against-blue-sky_23-2148139873.jpg", imageAlt: "Modern architectural design"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-office-building-against-blue-sky_23-2148139873.jpg", imageAlt: "Modern architectural design" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/building-with-multiple-floors_250224-43.jpg?_wi=1", imageAlt: "Contemporary interior space"}, + imageSrc: "http://img.b2bpic.net/free-photo/building-with-multiple-floors_250224-43.jpg?_wi=1", imageAlt: "Contemporary interior space" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-textured-facade-modern-building_181624-16993.jpg", imageAlt: "Innovative building structure"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-textured-facade-modern-building_181624-16993.jpg", imageAlt: "Innovative building structure" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/building-with-multiple-floors_250224-43.jpg?_wi=2", imageAlt: "Architectural detail"}, + imageSrc: "http://img.b2bpic.net/free-photo/building-with-multiple-floors_250224-43.jpg?_wi=2", imageAlt: "Architectural detail" + }, ]} mediaAnimation="opacity" /> @@ -117,13 +121,17 @@ export default function HomePage() { description="Comprehensive architectural and design solutions tailored to your unique vision and requirements." products={[ { - id: "service-1", name: "Architectural Design", price: "Custom", variant: "Master planning, concept to completion", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912530.jpg?_wi=2", imageAlt: "Architectural design service"}, + id: "service-1", name: "Architectural Design", price: "Custom", variant: "Master planning, concept to completion", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912530.jpg?_wi=2", imageAlt: "Architectural design service" + }, { - id: "service-2", name: "Interior Architecture", price: "Custom", variant: "Space planning, materiality, details", imageSrc: "http://img.b2bpic.net/free-photo/building-with-multiple-floors_250224-43.jpg?_wi=4", imageAlt: "Interior architecture service"}, + id: "service-2", name: "Interior Architecture", price: "Custom", variant: "Space planning, materiality, details", imageSrc: "http://img.b2bpic.net/free-photo/building-with-multiple-floors_250224-43.jpg?_wi=4", imageAlt: "Interior architecture service" + }, { - id: "service-3", name: "Urban Planning", price: "Custom", variant: "Strategic site development, master plans", imageSrc: "http://img.b2bpic.net/free-photo/terrace-with-trees-forest-cozy-outdoor-relaxation-space_169016-69565.jpg?_wi=2", imageAlt: "Urban planning service"}, + id: "service-3", name: "Urban Planning", price: "Custom", variant: "Strategic site development, master plans", imageSrc: "http://img.b2bpic.net/free-photo/terrace-with-trees-forest-cozy-outdoor-relaxation-space_169016-69565.jpg?_wi=2", imageAlt: "Urban planning service" + }, { - id: "service-4", name: "Renovation & Restoration", price: "Custom", variant: "Historic preservation and modernization", imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278558.jpg?_wi=2", imageAlt: "Renovation service"}, + id: "service-4", name: "Renovation & Restoration", price: "Custom", variant: "Historic preservation and modernization", imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278558.jpg?_wi=2", imageAlt: "Renovation service" + }, ]} gridVariant="uniform-all-items-equal" animationType="opacity" @@ -139,13 +147,17 @@ export default function HomePage() { tagAnimation="opacity" metrics={[ { - id: "1", value: "200+", description: "Completed projects across residential, commercial, and institutional sectors"}, + id: "1", value: "200+", description: "Completed projects across residential, commercial, and institutional sectors" + }, { - id: "2", value: "25 Years", description: "Of dedicated excellence and continuous innovation in architectural design"}, + id: "2", value: "25 Years", description: "Of dedicated excellence and continuous innovation in architectural design" + }, { - id: "3", value: "50+", description: "Awards and international recognition for design excellence and sustainability"}, + id: "3", value: "50+", description: "Awards and international recognition for design excellence and sustainability" + }, { - id: "4", value: "98%", description: "Client satisfaction rate reflecting our commitment to vision realization"}, + id: "4", value: "98%", description: "Client satisfaction rate reflecting our commitment to vision realization" + }, ]} metricsAnimation="opacity" useInvertedBackground={false} @@ -159,13 +171,17 @@ export default function HomePage() { tagAnimation="opacity" members={[ { - id: "1", name: "James Terry", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1", imageAlt: "James Terry, Principal Architect"}, + id: "1", name: "James Terry", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1", imageAlt: "James Terry, Principal Architect" + }, { - id: "2", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2", imageAlt: "Sarah Mitchell, Design Director"}, + id: "2", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2", imageAlt: "Sarah Mitchell, Design Director" + }, { - id: "3", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=3", imageAlt: "Michael Chen, Project Manager"}, + id: "3", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=3", imageAlt: "Michael Chen, Project Manager" + }, { - id: "4", name: "Elena Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=4", imageAlt: "Elena Rodriguez, Sustainability Lead"}, + id: "4", name: "Elena Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=4", imageAlt: "Elena Rodriguez, Sustainability Lead" + }, ]} memberVariant="default" membersAnimation="opacity" @@ -177,17 +193,23 @@ export default function HomePage() { ); -} \ No newline at end of file +} -- 2.49.1