From 36a5a8db7538f6afff2110092b5ae1218d15b95c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 20:43:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 36b5a37..a74b17c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,14 +45,14 @@ export default function LandingPage() { title="Where vision becomes motion" description="Explore bold design through immersive scroll experiences." testimonials={[ - { name: "Alex Rivet", handle: "@studio", testimonial: "Truly immersive design experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/black-liquid-with-blue-foam_23-2147934189.jpg", imageAlt: "abstract minimalist black background" }, + { name: "Alex Rivet", handle: "@studio", testimonial: "Truly immersive design experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/black-liquid-with-blue-foam_23-2147934189.jpg?_wi=1", imageAlt: "abstract minimalist black background" }, { name: "Jamie Lee", handle: "@design", testimonial: "Motion design redefined in this portfolio.", rating: 5, imageSrc: "http://img.b2bpic.net/free-psd/lifestyle-inspiration-landing-page-template-with-photo_23-2149064868.jpg", imageAlt: "abstract minimalist black background" }, - { name: "Sam Thorne", handle: "@creative", testimonial: "Sophisticated, minimalist, and powerful.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-purple-blue-sphere_23-2148235866.jpg", imageAlt: "abstract minimalist black background" }, - { name: "Blake Ross", handle: "@media", testimonial: "The best scroll reveal work I've seen.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/black-tagliatelle-pasta-close-up_23-2148469884.jpg", imageAlt: "abstract minimalist black background" }, - { name: "Casey Kent", handle: "@art", testimonial: "Visual storytelling at its peak.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-digital-particle-design_1048-12790.jpg", imageAlt: "abstract minimalist black background" } + { name: "Sam Thorne", handle: "@creative", testimonial: "Sophisticated, minimalist, and powerful.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-purple-blue-sphere_23-2148235866.jpg?_wi=1", imageAlt: "abstract minimalist black background" }, + { name: "Blake Ross", handle: "@media", testimonial: "The best scroll reveal work I've seen.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/black-tagliatelle-pasta-close-up_23-2148469884.jpg?_wi=1", imageAlt: "abstract minimalist black background" }, + { name: "Casey Kent", handle: "@art", testimonial: "Visual storytelling at its peak.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-digital-particle-design_1048-12790.jpg?_wi=1", imageAlt: "abstract minimalist black background" } ]} buttons={[{ text: "Scroll to discover", href: "#about" }]} - imageSrc="http://img.b2bpic.net/free-photo/black-liquid-with-blue-foam_23-2147934189.jpg" + imageSrc="http://img.b2bpic.net/free-photo/black-liquid-with-blue-foam_23-2147934189.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/spooky-skull-plastic-material-illuminated-by-purple-light_23-2147905885.jpg", alt: "Portrait 1" }, { src: "http://img.b2bpic.net/free-photo/portrait-fantasy-sea-creature_23-2151626061.jpg", alt: "Portrait 2" }, @@ -77,9 +77,9 @@ export default function LandingPage() { title="Our Core Disciplines" description="We specialize in motion, interaction, and visual storytelling." features={[ - { title: "Motion Design", description: "Dynamic movement that brings static ideas to life.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-purple-blue-sphere_23-2148235866.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/ribbed-glass-background-with-abstract-waves-glossy-gradient-textures-black-white_474888-8026.jpg", buttonText: "View" }, - { title: "Interactive Art", description: "Engaging experiences that respond to user intent.", imageSrc: "http://img.b2bpic.net/free-photo/black-tagliatelle-pasta-close-up_23-2148469884.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-abstract-background_1048-16927.jpg", buttonText: "View" }, - { title: "Visual Storytelling", description: "Narratives told through high-impact imagery.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-digital-particle-design_1048-12790.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/abstract-life-unreal-dunes_23-2148231669.jpg", buttonText: "View" } + { title: "Motion Design", description: "Dynamic movement that brings static ideas to life.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-purple-blue-sphere_23-2148235866.jpg?_wi=2", titleImageSrc: "http://img.b2bpic.net/free-photo/ribbed-glass-background-with-abstract-waves-glossy-gradient-textures-black-white_474888-8026.jpg", buttonText: "View" }, + { title: "Interactive Art", description: "Engaging experiences that respond to user intent.", imageSrc: "http://img.b2bpic.net/free-photo/black-tagliatelle-pasta-close-up_23-2148469884.jpg?_wi=2", titleImageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-abstract-background_1048-16927.jpg", buttonText: "View" }, + { title: "Visual Storytelling", description: "Narratives told through high-impact imagery.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-digital-particle-design_1048-12790.jpg?_wi=2", titleImageSrc: "http://img.b2bpic.net/free-photo/abstract-life-unreal-dunes_23-2148231669.jpg", buttonText: "View" } ]} /> -- 2.49.1