Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -75,9 +75,9 @@ export default function PortfolioPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Urban Minimalist Poster Series", price: "Custom", variant: "Typography focused design", imageSrc: "http://img.b2bpic.net/free-vector/event-flyer_23-2147758163.jpg", imageAlt: "Urban minimalist poster design"},
|
||||
id: "1", name: "Urban Minimalist Poster Series", price: "Custom", variant: "Typography focused design", imageSrc: "http://img.b2bpic.net/free-vector/event-flyer_23-2147758163.jpg?_wi=1", imageAlt: "Urban minimalist poster design"},
|
||||
{
|
||||
id: "2", name: "Festival Event Poster", price: "Custom", variant: "Illustration and color-driven", imageSrc: "http://img.b2bpic.net/free-vector/poster-colorful-template-design_52683-146433.jpg", imageAlt: "Festival event poster with bold colors"},
|
||||
id: "2", name: "Festival Event Poster", price: "Custom", variant: "Illustration and color-driven", imageSrc: "http://img.b2bpic.net/free-vector/poster-colorful-template-design_52683-146433.jpg?_wi=1", imageAlt: "Festival event poster with bold colors"},
|
||||
{
|
||||
id: "3", name: "Brand Campaign Poster", price: "Custom", variant: "Integrated branding solution", imageSrc: "http://img.b2bpic.net/free-vector/postmodern-business-cover-collection_23-2148856671.jpg", imageAlt: "Brand campaign poster design"},
|
||||
]}
|
||||
@@ -114,10 +114,10 @@ export default function PortfolioPage() {
|
||||
title: "Discovery & Strategy", description: "Understanding your vision, target audience, and project goals. Research and competitive analysis inform strategic direction.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170408.jpg", imageAlt: "Discovery and strategy phase"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Concept Development", description: "Exploring multiple design directions through sketches and digital mockups. Iterating based on feedback to refine the strongest concepts.", imageSrc: "http://img.b2bpic.net/free-vector/event-flyer_23-2147758163.jpg", imageAlt: "Concept development phase"},
|
||||
title: "Concept Development", description: "Exploring multiple design directions through sketches and digital mockups. Iterating based on feedback to refine the strongest concepts.", imageSrc: "http://img.b2bpic.net/free-vector/event-flyer_23-2147758163.jpg?_wi=2", imageAlt: "Concept development phase"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Refinement & Delivery", description: "Perfecting typography, color, composition, and details. Preparing final files in all required formats for print and digital use.", imageSrc: "http://img.b2bpic.net/free-vector/poster-colorful-template-design_52683-146433.jpg", imageAlt: "Refinement and delivery phase"},
|
||||
title: "Refinement & Delivery", description: "Perfecting typography, color, composition, and details. Preparing final files in all required formats for print and digital use.", imageSrc: "http://img.b2bpic.net/free-vector/poster-colorful-template-design_52683-146433.jpg?_wi=2", imageAlt: "Refinement and delivery phase"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user