Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 10:59:27 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="mediumLarge"
background="fluid"
background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="double-inset"
secondaryButtonStyle="solid"
@@ -44,17 +44,17 @@ export default function LandingPage() {
description="Immerse yourself in a cutting-edge web experience with seamless parallax effects, interactive elements, and stunning visual animations that respond to your every scroll."
tag="Premium Experience"
tagIcon={Sparkles}
background={{ variant: "fluid" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Explore Now", href: "#features" },
{ text: "Watch Demo", href: "#usecases" }
]}
mediaItems={[
{
videoSrc: "http://img.b2bpic.net/free-vector/realistic-neon-lights-background_23-2148911066.jpg?_wi=1", videoAriaLabel: "Dynamic parallax hero animation"
videoSrc: "http://img.b2bpic.net/free-vector/realistic-neon-lights-background_23-2148911066.jpg", videoAriaLabel: "Dynamic parallax hero animation"
},
{
imageSrc: "http://img.b2bpic.net/free-vector/realistic-neon-lights-background_23-2148911066.jpg?_wi=2", imageAlt: "Parallax motion graphics"
imageSrc: "http://img.b2bpic.net/free-vector/realistic-neon-lights-background_23-2148911066.jpg", imageAlt: "Parallax motion graphics"
}
]}
rating={5}
@@ -164,27 +164,27 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "TechStartup Inc", role: "E-commerce Platform", testimonial: "Our product showcase increased conversion rates by 45% after implementing parallax effects. Users spent 3x longer engaging with our product demonstrations.", icon: Rocket,
imageSrc: "http://img.b2bpic.net/free-photo/business-colleagues-banner-concept-with-copy-space_23-2149601494.jpg?_wi=1", imageAlt: "startup growth success business innovation"
imageSrc: "http://img.b2bpic.net/free-photo/business-colleagues-banner-concept-with-copy-space_23-2149601494.jpg", imageAlt: "startup growth success business innovation"
},
{
id: "2", name: "Global Enterprises", role: "Corporate Website", testimonial: "The interactive parallax features elevated our brand presence significantly. Client engagement metrics improved dramatically with these dynamic animations.", icon: Building,
imageSrc: "http://img.b2bpic.net/free-photo/relaxed-coworkers-office-having-fun-chatting-while-reviewing-documents_482257-126482.jpg?_wi=1", imageAlt: "enterprise corporate professional team collaboration"
imageSrc: "http://img.b2bpic.net/free-photo/relaxed-coworkers-office-having-fun-chatting-while-reviewing-documents_482257-126482.jpg", imageAlt: "enterprise corporate professional team collaboration"
},
{
id: "3", name: "Creative Agency", role: "Portfolio & Showcase", testimonial: "Our design agency portfolio projects now showcase motion-rich experiences that impress clients. The 3D hover effects add that premium touch that sets us apart.", icon: Palette,
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-looking-tablet-discussing-new-ideas-office_176420-1724.jpg?_wi=1", imageAlt: "agency creative design project workflow"
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-looking-tablet-discussing-new-ideas-office_176420-1724.jpg", imageAlt: "agency creative design project workflow"
},
{
id: "4", name: "SaaS Platform", role: "Product Landing Page", testimonial: "Converting visitors into customers became easier with engaging parallax animations. The scroll-triggered effects keep users invested throughout our entire story.", icon: Zap,
imageSrc: "http://img.b2bpic.net/free-photo/business-colleagues-banner-concept-with-copy-space_23-2149601494.jpg?_wi=2", imageAlt: "startup growth success business innovation"
imageSrc: "http://img.b2bpic.net/free-photo/business-colleagues-banner-concept-with-copy-space_23-2149601494.jpg", imageAlt: "startup growth success business innovation"
},
{
id: "5", name: "Digital Media Co", role: "Content Hub", testimonial: "Our content engagement tripled after redesigning with parallax storytelling. Each section reveals beautifully as users scroll, creating a narrative experience.", icon: BookOpen,
imageSrc: "http://img.b2bpic.net/free-photo/relaxed-coworkers-office-having-fun-chatting-while-reviewing-documents_482257-126482.jpg?_wi=2", imageAlt: "enterprise corporate professional team collaboration"
imageSrc: "http://img.b2bpic.net/free-photo/relaxed-coworkers-office-having-fun-chatting-while-reviewing-documents_482257-126482.jpg", imageAlt: "enterprise corporate professional team collaboration"
},
{
id: "6", name: "Innovation Labs", role: "Tech Showcase", testimonial: "The 3D effects and interactive elements perfectly communicate our innovative approach. Prospects immediately understand our technical sophistication.", icon: Lightbulb,
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-looking-tablet-discussing-new-ideas-office_176420-1724.jpg?_wi=2", imageAlt: "agency creative design project workflow"
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-looking-tablet-discussing-new-ideas-office_176420-1724.jpg", imageAlt: "agency creative design project workflow"
}
]}
animationType="slide-up"
@@ -200,7 +200,7 @@ export default function LandingPage() {
<ContactText
text="Ready to transform your digital presence? Let's create something extraordinary together. Connect with our team today."
animationType="reveal-blur"
background={{ variant: "fluid" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "Get in Touch", href: "#" },