Add Portfolio section (node-id 1:110) — Selected Work
Two-column masonry grid with 4 project cards, frosted-glass category tags, CTA callout, and offset right column matching Figma design. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -3,6 +3,7 @@ import { Tagline } from "./components/Tagline";
|
||||
import { About } from "./components/About";
|
||||
import { FullbleedImage } from "./components/FullbleedImage";
|
||||
import { Services } from "./components/Services";
|
||||
import { Portfolio } from "./components/Portfolio";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
@@ -12,6 +13,7 @@ export default function Home() {
|
||||
<About />
|
||||
<FullbleedImage />
|
||||
<Services />
|
||||
<Portfolio />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user