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