Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user