Merge version_1 into main #3
@@ -48,13 +48,13 @@ export default function LandingPage() {
|
||||
title="Crafting Interactive 3D Realities"
|
||||
description="Experience digital design like never before with high-performance 3D elements and fluid interactive motion."
|
||||
testimonials={[
|
||||
{ name: "Sarah J.", handle: "@sarahj", testimonial: "The 3D interactions on this site are incredibly smooth and responsive.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/crystal-ball-still-life_52683-115506.jpg", imageAlt: "3d abstract sculpture dark background" },
|
||||
{ name: "Marc L.", handle: "@mlux", testimonial: "A masterclass in minimalist design with high-impact digital art.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/red-violet-ribbons-background-illustration-background-stage-as-template-your-showcase_211682-205.jpg", imageAlt: "3d abstract sculpture dark background" },
|
||||
{ name: "Elena K.", handle: "@elenak", testimonial: "Everything feels so premium and well-integrated. Truly impressive.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-creative-sphere_23-2150885397.jpg", imageAlt: "3d abstract sculpture dark background" },
|
||||
{ name: "Tom B.", handle: "@tomb", testimonial: "Interactive design that doesn't sacrifice performance. Amazing work.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-metallic-cube_23-2150979678.jpg", imageAlt: "3d abstract sculpture dark background" },
|
||||
{ name: "Chloe M.", handle: "@cmart", testimonial: "I love how the elements react to my movement. Totally immersive.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/swirling-glass-liquid-abstract-art_23-2151991181.jpg", imageAlt: "3d abstract sculpture dark background" }
|
||||
{ name: "Sarah J.", handle: "@sarahj", testimonial: "The 3D interactions on this site are incredibly smooth and responsive.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/crystal-ball-still-life_52683-115506.jpg?_wi=1", imageAlt: "3d abstract sculpture dark background" },
|
||||
{ name: "Marc L.", handle: "@mlux", testimonial: "A masterclass in minimalist design with high-impact digital art.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/red-violet-ribbons-background-illustration-background-stage-as-template-your-showcase_211682-205.jpg?_wi=1", imageAlt: "3d abstract sculpture dark background" },
|
||||
{ name: "Elena K.", handle: "@elenak", testimonial: "Everything feels so premium and well-integrated. Truly impressive.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-creative-sphere_23-2150885397.jpg?_wi=1", imageAlt: "3d abstract sculpture dark background" },
|
||||
{ name: "Tom B.", handle: "@tomb", testimonial: "Interactive design that doesn't sacrifice performance. Amazing work.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-metallic-cube_23-2150979678.jpg?_wi=1", imageAlt: "3d abstract sculpture dark background" },
|
||||
{ name: "Chloe M.", handle: "@cmart", testimonial: "I love how the elements react to my movement. Totally immersive.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/swirling-glass-liquid-abstract-art_23-2151991181.jpg?_wi=1", imageAlt: "3d abstract sculpture dark background" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/crystal-ball-still-life_52683-115506.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/crystal-ball-still-life_52683-115506.jpg?_wi=2"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/side-view-beautiful-woman-posing_23-2149735827.jpg", alt: "Creative Lead portrait" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-young-man-posing-studio_23-2149417568.jpg", alt: "Developer portrait" },
|
||||
@@ -80,7 +80,7 @@ export default function LandingPage() {
|
||||
description="We specialize in high-fidelity 3D assets that are optimized for the web, ensuring that beauty never compromises speed."
|
||||
subdescription="Our workflow integrates advanced web animation with cinematic 3D rendering to create unforgettable digital experiences."
|
||||
icon={Sparkles}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/red-violet-ribbons-background-illustration-background-stage-as-template-your-showcase_211682-205.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/red-violet-ribbons-background-illustration-background-stage-as-template-your-showcase_211682-205.jpg?_wi=2"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -92,9 +92,9 @@ export default function LandingPage() {
|
||||
gridVariant="one-large-left-three-stacked-right"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ title: "Interactive 3D", description: "Dynamic elements that respond to cursor movement.", imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-creative-sphere_23-2150885397.jpg" },
|
||||
{ title: "Ultra-Fast Load", description: "Optimized shaders and assets for peak performance.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-metallic-cube_23-2150979678.jpg" },
|
||||
{ title: "Cinematic Motion", description: "Fluid animations tuned for modern devices.", imageSrc: "http://img.b2bpic.net/free-photo/swirling-glass-liquid-abstract-art_23-2151991181.jpg" }
|
||||
{ title: "Interactive 3D", description: "Dynamic elements that respond to cursor movement.", imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-creative-sphere_23-2150885397.jpg?_wi=2" },
|
||||
{ title: "Ultra-Fast Load", description: "Optimized shaders and assets for peak performance.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-metallic-cube_23-2150979678.jpg?_wi=2" },
|
||||
{ title: "Cinematic Motion", description: "Fluid animations tuned for modern devices.", imageSrc: "http://img.b2bpic.net/free-photo/swirling-glass-liquid-abstract-art_23-2151991181.jpg?_wi=2" }
|
||||
]}
|
||||
title="What We Deliver"
|
||||
description="From concepts to deployment, we build interactive environments."
|
||||
|
||||
Reference in New Issue
Block a user