From d7088626d257520d293a0b3047a2a71fe97dc7a4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 17:40:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index edff5d2..94932b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." + ]} /> @@ -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" } ]} /> -- 2.49.1