Update src/app/page.tsx

This commit is contained in:
2026-06-04 03:32:17 +00:00
parent 694d8196e3
commit 73f100c3ef

View File

@@ -31,6 +31,7 @@ export default function ArchitectureStudioPage() {
navItems={[
{ name: "Work", id: "projects" },
{ name: "Philosophy", id: "philosophy" },
{ name: "Studio Gallery", href: "/studio-gallery" },
{ name: "Contact", id: "contact" }
]}
button={{
@@ -123,6 +124,9 @@ export default function ArchitectureStudioPage() {
id: "4", value: "25", description: "Dedicated Professionals"
}
]}
buttons={[
{ text: "View Studio Images", href: "/studio-gallery" }
]}
className="py-24 md:py-32"
textBoxTitleClassName="text-4xl md:text-6xl font-light tracking-tight"
textBoxDescriptionClassName="text-base md:text-lg font-light"