Update src/app/page.tsx

This commit is contained in:
2026-03-11 16:30:27 +00:00
parent 4e93853afb
commit 26a53e5bbd

View File

@@ -50,8 +50,8 @@ export default function LandingPage() {
{ text: "Get in Touch", href: "contact" }
]}
slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/from-plant-near-stationery-technologies_23-2147768928.jpg", imageAlt: "Minimalist portfolio hero workspace" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-with-clipboard-near-female-colleagues_23-2147808086.jpg", imageAlt: "Creative studio environment" },
{ imageSrc: "http://img.b2bpic.net/free-photo/from-plant-near-stationery-technologies_23-2147768928.jpg?_wi=1", imageAlt: "Minimalist portfolio hero workspace" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-with-clipboard-near-female-colleagues_23-2147808086.jpg?_wi=1", imageAlt: "Creative studio environment" },
{ imageSrc: "http://img.b2bpic.net/free-photo/charming-lady-black-dress-takes-selfie-office_197531-18150.jpg", imageAlt: "Professional workspace setting" }
]}
autoplayDelay={4000}
@@ -82,8 +82,8 @@ export default function LandingPage() {
animationType="slide-up"
useInvertedBackground={true}
products={[
{ id: "1", name: "SaaS Platform Redesign", price: "Web Design", imageSrc: "http://img.b2bpic.net/free-vector/user-panel-business-dashboard_23-2148360325.jpg", imageAlt: "Modern SaaS platform interface redesign", initialQuantity: 1 },
{ id: "2", name: "Brand Identity System", price: "Branding", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-brutalism-template_23-2149734049.jpg", imageAlt: "Comprehensive brand identity and guidelines", initialQuantity: 1 },
{ id: "1", name: "SaaS Platform Redesign", price: "Web Design", imageSrc: "http://img.b2bpic.net/free-vector/user-panel-business-dashboard_23-2148360325.jpg?_wi=1", imageAlt: "Modern SaaS platform interface redesign", initialQuantity: 1 },
{ id: "2", name: "Brand Identity System", price: "Branding", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-brutalism-template_23-2149734049.jpg?_wi=1", imageAlt: "Comprehensive brand identity and guidelines", initialQuantity: 1 },
{ id: "3", name: "Mobile App Experience", price: "Mobile Design", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-coworking-template_23-2150318719.jpg", imageAlt: "Intuitive mobile application interface", initialQuantity: 1 }
]}
gridVariant="three-columns-all-equal-width"
@@ -102,7 +102,7 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "1", title: "Discovery & Strategy", description: "Deep dive into your goals, audience, and competitive landscape to inform our creative direction and ensure alignment with business objectives.", media: { imageSrc: "http://img.b2bpic.net/free-photo/from-plant-near-stationery-technologies_23-2147768928.jpg", imageAlt: "Discovery and strategy phase" },
id: "1", title: "Discovery & Strategy", description: "Deep dive into your goals, audience, and competitive landscape to inform our creative direction and ensure alignment with business objectives.", media: { imageSrc: "http://img.b2bpic.net/free-photo/from-plant-near-stationery-technologies_23-2147768928.jpg?_wi=2", imageAlt: "Discovery and strategy phase" },
items: [
{ icon: Target, text: "Goal Definition" },
{ icon: Users, text: "Audience Research" },
@@ -111,7 +111,7 @@ export default function LandingPage() {
reverse: false
},
{
id: "2", title: "Design & Iteration", description: "Create compelling visual solutions and prototypes, incorporating feedback through multiple iterations to refine and perfect the design.", media: { imageSrc: "http://img.b2bpic.net/free-vector/user-panel-business-dashboard_23-2148360325.jpg", imageAlt: "Design and iteration phase" },
id: "2", title: "Design & Iteration", description: "Create compelling visual solutions and prototypes, incorporating feedback through multiple iterations to refine and perfect the design.", media: { imageSrc: "http://img.b2bpic.net/free-vector/user-panel-business-dashboard_23-2148360325.jpg?_wi=2", imageAlt: "Design and iteration phase" },
items: [
{ icon: Palette, text: "Visual Design" },
{ icon: Layers, text: "Prototyping" },
@@ -120,7 +120,7 @@ export default function LandingPage() {
reverse: true
},
{
id: "3", title: "Development & Launch", description: "Transform designs into fully functional digital solutions with rigorous quality assurance and seamless deployment for maximum impact.", media: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-brutalism-template_23-2149734049.jpg", imageAlt: "Development and launch phase" },
id: "3", title: "Development & Launch", description: "Transform designs into fully functional digital solutions with rigorous quality assurance and seamless deployment for maximum impact.", media: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-brutalism-template_23-2149734049.jpg?_wi=2", imageAlt: "Development and launch phase" },
items: [
{ icon: Code, text: "Implementation" },
{ icon: CheckCircle, text: "Quality Assurance" },
@@ -197,7 +197,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/man-with-clipboard-near-female-colleagues_23-2147808086.jpg"
imageSrc="http://img.b2bpic.net/free-photo/man-with-clipboard-near-female-colleagues_23-2147808086.jpg?_wi=2"
imageAlt="Professional workspace for collaboration"
mediaAnimation="blur-reveal"
mediaPosition="right"