Update src/app/page.tsx

This commit is contained in:
2026-05-08 14:25:11 +00:00
parent ea1b007d05
commit 40b3ba2f00

View File

@@ -68,8 +68,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{ tag: "Branding", title: "Brand Identity", subtitle: "Identity Design", description: "Building unique brand systems.", imageSrc: "http://img.b2bpic.net/free-photo/green-glass-beer-bottle-black-white-outline-vector-illustration_1308-186790.jpg" },
{ tag: "UX", title: "UI/UX Design", subtitle: "User Centered", description: "Crafting intuitive digital journeys.", imageSrc: "http://img.b2bpic.net/free-photo/minimal-style-device-screen_23-2151913283.jpg?_wi=1" }
{ tag: "Branding", title: "Brand Identity", subtitle: "Identity Design", description: "Building unique brand systems.", imageSrc: "http://img.b2bpic.net/free-photo/green-glass-beer-bottle-black-white-outline-vector-illustration_1308-186790.jpg", buttons: [{ text: "Learn More" }] },
{ tag: "UX", title: "UI/UX Design", subtitle: "User Centered", description: "Crafting intuitive digital journeys.", imageSrc: "http://img.b2bpic.net/free-photo/minimal-style-device-screen_23-2151913283.jpg?_wi=1", buttons: [{ text: "Learn More" }] }
]}
/>
</div>