From af6c989798907af1c92c18f7209f2ebdae94f2f3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 15:01:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 823b26a..a8d44f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "Brand Identity", name: "Tech Startup Rebranding", price: "2023", rating: 5, - reviewCount: "Award", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-creative-portfolio-templates_23-2149202874.jpg?_wi=1", imageAlt: "professional design project showcase" + reviewCount: "Award", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-creative-portfolio-templates_23-2149202874.jpg", imageAlt: "professional design project showcase" }, { id: "2", brand: "Web Design", name: "E-commerce Platform", price: "2024", rating: 5, @@ -98,7 +98,7 @@ export default function LandingPage() { title="My Services & Expertise" description="Comprehensive design solutions tailored to elevate your brand and engage your audience" tag="What I Offer" - imageSrc="http://img.b2bpic.net/free-vector/flat-design-creative-portfolio-templates_23-2149202874.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-vector/flat-design-creative-portfolio-templates_23-2149202874.jpg" imageAlt="Design services showcase" mediaAnimation="slide-up" mediaPosition="left" @@ -117,7 +117,6 @@ export default function LandingPage() { id: "4", title: "Art Direction", content: "Guiding visual strategy across campaigns and projects. I work closely with teams to establish creative direction that aligns with brand values and objectives." } ]} - textboxLayout="default" /> @@ -128,6 +127,9 @@ export default function LandingPage() { tag="Clients" textboxLayout="default" useInvertedBackground={false} + names={[ + "Acme Corp", "TechFlow", "Innovate Inc", "CloudSync", "DesignHub", "DevStudio", "StartupHub" + ]} logos={[ "http://img.b2bpic.net/free-vector/flat-design-o-logo-templates-pack_23-2148885024.jpg", "http://img.b2bpic.net/free-vector/logo-made-up-colored-lines-collection_23-2147551879.jpg", "http://img.b2bpic.net/free-vector/set-flat-design-e-commerce-logos_23-2148944188.jpg", "http://img.b2bpic.net/free-vector/flat-design-marketing-logo-collection_23-2149120177.jpg", "http://img.b2bpic.net/free-vector/gradient-code-logo-with-tagline_23-2148809313.jpg", "http://img.b2bpic.net/free-vector/medical-card-simple-design_23-2147552816.jpg", "http://img.b2bpic.net/free-vector/bubble-light-logo-design_1363-1.jpg" ]} @@ -143,20 +145,16 @@ export default function LandingPage() { tag="Reviews" testimonials={[ { - id: "1", name: "Sarah Johnson", role: "CEO", company: "TechFlow Solutions", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-button-up-his-jacket-smiles_23-2148401389.jpg", imageAlt: "professional business man portrait headshot" + id: "1", name: "Sarah Johnson", role: "CEO", company: "TechFlow Solutions", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-button-up-his-jacket-smiles_23-2148401389.jpg", imageAlt: "professional business man portrait headshot" }, { - id: "2", name: "Michael Chen", role: "Creative Director", company: "Design Studio Co", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-businesswoman-indoors_23-2148824825.jpg", imageAlt: "professional business woman portrait headshot" + id: "2", name: "Michael Chen", role: "Creative Director", company: "Design Studio Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-businesswoman-indoors_23-2148824825.jpg", imageAlt: "professional business woman portrait headshot" }, { - id: "3", name: "Emily Rodriguez", role: "Marketing Manager", company: "GrowthCo", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-young-handsome-caucasian-man-wearing-glasses-standing-with-closed-posture-looking-side-isolated-crimson-background-with-copy-space_141793-77587.jpg", imageAlt: "creative professional designer portrait" + id: "3", name: "Emily Rodriguez", role: "Marketing Manager", company: "GrowthCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-young-handsome-caucasian-man-wearing-glasses-standing-with-closed-posture-looking-side-isolated-crimson-background-with-copy-space_141793-77587.jpg", imageAlt: "creative professional designer portrait" }, { - id: "4", name: "David Park", role: "Founder", company: "StartupXYZ", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2150275677.jpg", imageAlt: "entrepreneur male professional portrait" + id: "4", name: "David Park", role: "Founder", company: "StartupXYZ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2150275677.jpg", imageAlt: "entrepreneur male professional portrait" } ]} gridVariant="four-items-2x2-equal-grid" -- 2.49.1