Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -54,7 +54,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Precision meets artistic vision"
|
||||
description={[
|
||||
"I craft immersive digital experiences that blend high-performance engineering with cinematic motion.", "Every project is treated as a unique narrative designed to captivate the user from the very first scroll."]}
|
||||
"I craft immersive digital experiences that blend high-performance engineering with cinematic motion.", "Every project is treated as a unique narrative designed to captivate the user from the very first scroll."
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -67,9 +68,9 @@ export default function LandingPage() {
|
||||
title="Selected Works"
|
||||
description="A curated collection of digital experiences defined by innovation and motion."
|
||||
products={[
|
||||
{ id: "p1", brand: "Creative Tech", name: "Digital Ecosystem", price: "Featured", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friendly-senior-retail-business-owner-wearing-formal-suit-standing-clothing-store-against-black-friday-neon-banners-smiling-man-greeting-inviting-customers-buy-clothes-seasonal-sales_482257-72246.jpg?_wi=1" },
|
||||
{ id: "p2", brand: "Art Direction", name: "Visual Narrative", price: "Featured", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-capture-moments-memories-life_53876-13830.jpg?_wi=1" },
|
||||
{ id: "p3", brand: "Design System", name: "Brand Transformation", price: "Featured", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/elegant-white-stationery-business-visiting-cards_23-2148500533.jpg?_wi=1" }
|
||||
{ id: "p1", brand: "Creative Tech", name: "Digital Ecosystem", price: "Featured", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/friendly-senior-retail-business-owner-wearing-formal-suit-standing-clothing-store-against-black-friday-neon-banners-smiling-man-greeting-inviting-customers-buy-clothes-seasonal-sales_482257-72246.jpg?_wi=1" },
|
||||
{ id: "p2", brand: "Art Direction", name: "Visual Narrative", price: "Featured", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-capture-moments-memories-life_53876-13830.jpg?_wi=1" },
|
||||
{ id: "p3", brand: "Design System", name: "Brand Transformation", price: "Featured", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/elegant-white-stationery-business-visiting-cards_23-2148500533.jpg?_wi=1" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user