Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-05-22 20:43:17 +00:00

View File

@@ -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" }
]}
/>
</div>