Update src/app/page.tsx
This commit is contained in:
@@ -55,7 +55,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dry-plants-large-vase_23-2149400858.jpg", imageAlt: "Creative design workspace"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/corporate-branding-pack_1057-859.jpg", imageAlt: "Brand identity design showcase"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/corporate-branding-pack_1057-859.jpg?_wi=1", imageAlt: "Brand identity design showcase"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="opacity"
|
||||
@@ -76,13 +76,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Tech Startup Branding", price: "Complete Brand Identity", imageSrc: "http://img.b2bpic.net/free-vector/corporate-branding-pack_1057-859.jpg", imageAlt: "Tech startup branding project"
|
||||
id: "1", name: "Tech Startup Branding", price: "Complete Brand Identity", imageSrc: "http://img.b2bpic.net/free-vector/corporate-branding-pack_1057-859.jpg?_wi=2", imageAlt: "Tech startup branding project"
|
||||
},
|
||||
{
|
||||
id: "2", name: "E-Commerce Platform", price: "UI/UX Design & Development", imageSrc: "http://img.b2bpic.net/free-psd/abstract-summer-festival-website-template-collection_23-2148174530.jpg", imageAlt: "E-commerce web design"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Luxury Packaging Design", price: "Packaging & Brand Guidelines", imageSrc: "http://img.b2bpic.net/free-photo/packaging-concept-with-paper_23-2147788400.jpg", imageAlt: "Luxury product packaging"
|
||||
id: "3", name: "Luxury Packaging Design", price: "Packaging & Brand Guidelines", imageSrc: "http://img.b2bpic.net/free-photo/packaging-concept-with-paper_23-2147788400.jpg?_wi=1", imageAlt: "Luxury product packaging"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -176,7 +176,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "3", category: ["Packaging", "Design Strategy"],
|
||||
title: "Sustainable Packaging: Beauty Meets Responsibility", excerpt: "How to create stunning packaging designs that are also environmentally responsible and resonate with conscious consumers.", imageSrc: "http://img.b2bpic.net/free-photo/packaging-concept-with-paper_23-2147788400.jpg", imageAlt: "Sustainable packaging design", authorName: "Casey Williams", authorAvatar: "http://img.b2bpic.net/free-photo/man-with-gadget_1098-15124.jpg", date: "Jan 5, 2025"
|
||||
title: "Sustainable Packaging: Beauty Meets Responsibility", excerpt: "How to create stunning packaging designs that are also environmentally responsible and resonate with conscious consumers.", imageSrc: "http://img.b2bpic.net/free-photo/packaging-concept-with-paper_23-2147788400.jpg?_wi=2", imageAlt: "Sustainable packaging design", authorName: "Casey Williams", authorAvatar: "http://img.b2bpic.net/free-photo/man-with-gadget_1098-15124.jpg", date: "Jan 5, 2025"
|
||||
}
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
|
||||
Reference in New Issue
Block a user