Merge version_1 into main #3
@@ -44,9 +44,9 @@ export default function BlogPage() {
|
||||
title="Design Insights"
|
||||
description="Articles on design trends, tools, and visual storytelling."
|
||||
blogs={[
|
||||
{ id: "b1", category: "Design", title: "The Future of UI", excerpt: "Exploring emerging interface patterns.", imageSrc: "http://img.b2bpic.net/free-psd/healthy-food-landing-page-template_23-2149019900.jpg", authorName: "Me", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-glad-businesslady-with-elegant-short-haircut-looking-away-refined-caucasian-girl-with-pink-makeup-posing-gray-jacket-claret-wall_197531-8079.jpg", date: "Jan 12, 2025" },
|
||||
{ id: "b2", category: "Typography", title: "Typography Rules", excerpt: "How to select fonts for your brand.", imageSrc: "http://img.b2bpic.net/free-photo/3d-smartphone-device-with-map-gps-technology_23-2150458980.jpg", authorName: "Me", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-glad-businesslady-with-elegant-short-haircut-looking-away-refined-caucasian-girl-with-pink-makeup-posing-gray-jacket-claret-wall_197531-8079.jpg", date: "Jan 05, 2025" },
|
||||
{ id: "b3", category: "UI", title: "Minimalism in UI", excerpt: "Designing for clarity and impact.", imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150038908.jpg", authorName: "Me", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-glad-businesslady-with-elegant-short-haircut-looking-away-refined-caucasian-girl-with-pink-makeup-posing-gray-jacket-claret-wall_197531-8079.jpg", date: "Dec 20, 2024" }
|
||||
{ id: "b1", category: "Design", title: "The Future of UI", excerpt: "Exploring emerging interface patterns.", imageSrc: "http://img.b2bpic.net/free-psd/healthy-food-landing-page-template_23-2149019900.jpg?_wi=1", authorName: "Me", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-glad-businesslady-with-elegant-short-haircut-looking-away-refined-caucasian-girl-with-pink-makeup-posing-gray-jacket-claret-wall_197531-8079.jpg", date: "Jan 12, 2025" },
|
||||
{ id: "b2", category: "Typography", title: "Typography Rules", excerpt: "How to select fonts for your brand.", imageSrc: "http://img.b2bpic.net/free-photo/3d-smartphone-device-with-map-gps-technology_23-2150458980.jpg?_wi=1", authorName: "Me", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-glad-businesslady-with-elegant-short-haircut-looking-away-refined-caucasian-girl-with-pink-makeup-posing-gray-jacket-claret-wall_197531-8079.jpg", date: "Jan 05, 2025" },
|
||||
{ id: "b3", category: "UI", title: "Minimalism in UI", excerpt: "Designing for clarity and impact.", imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150038908.jpg?_wi=1", authorName: "Me", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-glad-businesslady-with-elegant-short-haircut-looking-away-refined-caucasian-girl-with-pink-makeup-posing-gray-jacket-claret-wall_197531-8079.jpg", date: "Dec 20, 2024" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -59,8 +59,8 @@ export default function BlogPage() {
|
||||
title="Guides & How-To's"
|
||||
description="Practical tips for your own design work."
|
||||
blogs={[
|
||||
{ id: "b4", category: "Prototyping", title: "Prototyping Tips", excerpt: "Speed up your workflow.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345425.jpg", authorName: "Me", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-cheerful-young-businesswoman_329181-13396.jpg", date: "Jan 15, 2025" },
|
||||
{ id: "b5", category: "Grids", title: "Grid Systems", excerpt: "Organize your layout.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-elements-arrangement-with-empty-screen-tablet_23-2148708013.jpg", authorName: "Me", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-cheerful-young-businesswoman_329181-13396.jpg", date: "Jan 18, 2025" }
|
||||
{ id: "b4", category: "Prototyping", title: "Prototyping Tips", excerpt: "Speed up your workflow.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345425.jpg?_wi=1", authorName: "Me", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-cheerful-young-businesswoman_329181-13396.jpg", date: "Jan 15, 2025" },
|
||||
{ id: "b5", category: "Grids", title: "Grid Systems", excerpt: "Organize your layout.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-elements-arrangement-with-empty-screen-tablet_23-2148708013.jpg?_wi=1", authorName: "Me", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-cheerful-young-businesswoman_329181-13396.jpg", date: "Jan 18, 2025" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -51,7 +51,7 @@ export default function ServicesPage() {
|
||||
{ icon: Zap, text: "Prototyping" },
|
||||
],
|
||||
reverse: false,
|
||||
media: { imageSrc: "http://img.b2bpic.net/free-psd/healthy-food-landing-page-template_23-2149019900.jpg", imageAlt: "UI/UX Services" },
|
||||
media: { imageSrc: "http://img.b2bpic.net/free-psd/healthy-food-landing-page-template_23-2149019900.jpg?_wi=2", imageAlt: "UI/UX Services" },
|
||||
},
|
||||
{
|
||||
title: "Brand Strategy", description: "Developing cohesive brand identities that resonate.", items: [
|
||||
@@ -60,7 +60,7 @@ export default function ServicesPage() {
|
||||
{ icon: Layers, text: "Brand Systems" },
|
||||
],
|
||||
reverse: true,
|
||||
media: { imageSrc: "http://img.b2bpic.net/free-photo/3d-smartphone-device-with-map-gps-technology_23-2150458980.jpg", imageAlt: "Branding Services" },
|
||||
media: { imageSrc: "http://img.b2bpic.net/free-photo/3d-smartphone-device-with-map-gps-technology_23-2150458980.jpg?_wi=2", imageAlt: "Branding Services" },
|
||||
},
|
||||
{
|
||||
title: "Visual Design", description: "High-quality visual content for all mediums.", items: [
|
||||
@@ -69,7 +69,7 @@ export default function ServicesPage() {
|
||||
{ icon: Layers, text: "Marketing Assets" },
|
||||
],
|
||||
reverse: false,
|
||||
media: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-elements-arrangement-with-empty-screen-tablet_23-2148708013.jpg", imageAlt: "Graphic Services" },
|
||||
media: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-elements-arrangement-with-empty-screen-tablet_23-2148708013.jpg?_wi=2", imageAlt: "Graphic Services" },
|
||||
},
|
||||
]}
|
||||
title="How I can help"
|
||||
@@ -88,15 +88,15 @@ export default function ServicesPage() {
|
||||
{
|
||||
title: "Discovery", description: "Understanding your business goals.", icon: Search,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-smartphone-device-with-map-gps-technology_23-2150458980.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345425.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-smartphone-device-with-map-gps-technology_23-2150458980.jpg?_wi=3" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345425.jpg?_wi=2" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Execution", description: "Turning ideas into pixel-perfect reality.", icon: PenTool,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150038908.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-elements-arrangement-with-empty-screen-tablet_23-2148708013.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150038908.jpg?_wi=2" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-elements-arrangement-with-empty-screen-tablet_23-2148708013.jpg?_wi=3" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user