Update src/app/page.tsx
This commit is contained in:
@@ -8,7 +8,7 @@ import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { Code, Sparkles, Zap, Box, Cloud, Code2, Cube, Database, GitBranch, Network, Palette, Rocket, Server, Shield, User } from 'lucide-react';
|
||||
import { Code, Sparkles, Zap, Box, Cloud, Code2, Database, GitBranch, Network, Palette, Rocket, Server, Shield, User, Layers } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -55,25 +55,25 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Full Stack Innovation", handle: "React & Three.js", testimonial: "Building interactive 3D experiences with modern web technologies", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B5ApTv20V3zFcpyPazHgSTyAeH/a-minimalist-3d-rendered-developer-works-1773768992418-966da578.png?_wi=1", imageAlt: "3D Workspace"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B5ApTv20V3zFcpyPazHgSTyAeH/a-minimalist-3d-rendered-developer-works-1773768992418-966da578.png", imageAlt: "3D Workspace"
|
||||
},
|
||||
{
|
||||
name: "Performance First", handle: "Optimized & Responsive", testimonial: "Every pixel optimized for speed and smooth 60fps interactions", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B5ApTv20V3zFcpyPazHgSTyAeH/a-minimalist-3d-rendered-developer-works-1773768992418-966da578.png?_wi=2", imageAlt: "Optimized Performance"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B5ApTv20V3zFcpyPazHgSTyAeH/a-minimalist-3d-rendered-developer-works-1773768992418-966da578.png", imageAlt: "Optimized Performance"
|
||||
},
|
||||
{
|
||||
name: "User Focused Design", handle: "Beautiful & Intuitive", testimonial: "Crafted to provide engaging and seamless user experiences", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B5ApTv20V3zFcpyPazHgSTyAeH/a-minimalist-3d-rendered-developer-works-1773768992418-966da578.png?_wi=3", imageAlt: "User Experience"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B5ApTv20V3zFcpyPazHgSTyAeH/a-minimalist-3d-rendered-developer-works-1773768992418-966da578.png", imageAlt: "User Experience"
|
||||
},
|
||||
{
|
||||
name: "Web Innovation", handle: "Future Ready", testimonial: "Embracing cutting-edge technologies and best practices", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B5ApTv20V3zFcpyPazHgSTyAeH/a-minimalist-3d-rendered-developer-works-1773768992418-966da578.png?_wi=4", imageAlt: "Innovation"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B5ApTv20V3zFcpyPazHgSTyAeH/a-minimalist-3d-rendered-developer-works-1773768992418-966da578.png", imageAlt: "Innovation"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="blur-reveal"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B5ApTv20V3zFcpyPazHgSTyAeH/a-minimalist-3d-rendered-developer-works-1773768992418-966da578.png?_wi=5"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B5ApTv20V3zFcpyPazHgSTyAeH/a-minimalist-3d-rendered-developer-works-1773768992418-966da578.png"
|
||||
imageAlt="3D Developer Workspace"
|
||||
imagePosition="right"
|
||||
fixedMediaHeight={true}
|
||||
@@ -145,9 +145,9 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "3D & Creative", description: "Three.js, React Three Fiber, 3D Modeling", button: { text: "Learn More" },
|
||||
bentoComponent: "icon-info-cards", items: [
|
||||
{ icon: Cube, label: "Three.js", value: "Advanced" },
|
||||
{ icon: Box, label: "Three.js", value: "Advanced" },
|
||||
{ icon: Box, label: "R3F", value: "Expert" },
|
||||
{ icon: Code2, label: "3D Design", value: "Intermediate" },
|
||||
{ icon: Layers, label: "3D Design", value: "Intermediate" },
|
||||
{ icon: Sparkles, label: "WebGL", value: "Advanced" }
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user