diff --git a/src/app/page.tsx b/src/app/page.tsx index 8414206..d719651 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -44,7 +44,7 @@ export default function LandingPage() { @@ -155,7 +155,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", title: "E-Commerce Platform Redesign", description: "Transformed a legacy platform into a modern, conversion-focused shopping experience. The redesign resulted in 2.8x increase in average order value and 45% improvement in checkout completion rates.", media: { imageSrc: "http://img.b2bpic.net/free-psd/moody-food-restaurant-web-templates_23-2148407001.jpg?_wi=3", imageAlt: "E-commerce platform" }, + id: "1", title: "E-Commerce Platform Redesign", description: "Transformed a legacy platform into a modern, conversion-focused shopping experience. The redesign resulted in 2.8x increase in average order value and 45% improvement in checkout completion rates.", media: { imageSrc: "http://img.b2bpic.net/free-psd/moody-food-restaurant-web-templates_23-2148407001.jpg", imageAlt: "E-commerce platform" }, items: [ { icon: Zap, text: "340% engagement boost" }, { icon: Smartphone, text: "Mobile-first design" }, @@ -164,7 +164,7 @@ export default function LandingPage() { reverse: false }, { - id: "2", title: "SaaS Platform Launch", description: "Launched a revolutionary B2B SaaS platform with a user-centric interface and seamless onboarding experience. Successfully acquired 500+ customers in the first quarter.", media: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-colored-ui-kit-collection_23-2149209070.jpg?_wi=3", imageAlt: "SaaS platform" }, + id: "2", title: "SaaS Platform Launch", description: "Launched a revolutionary B2B SaaS platform with a user-centric interface and seamless onboarding experience. Successfully acquired 500+ customers in the first quarter.", media: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-colored-ui-kit-collection_23-2149209070.jpg", imageAlt: "SaaS platform" }, items: [ { icon: Users, text: "500+ customers in Q1" }, { icon: Gauge, text: "98% uptime achieved" }, @@ -173,7 +173,7 @@ export default function LandingPage() { reverse: true }, { - id: "3", title: "Brand Identity System", description: "Created a comprehensive brand identity for a luxury lifestyle company including logo, visual system, and brand guidelines. The cohesive system strengthened brand recognition across all touchpoints.", media: { imageSrc: "http://img.b2bpic.net/free-photo/designers-working-project_53876-94884.jpg?_wi=3", imageAlt: "Brand identity" }, + id: "3", title: "Brand Identity System", description: "Created a comprehensive brand identity for a luxury lifestyle company including logo, visual system, and brand guidelines. The cohesive system strengthened brand recognition across all touchpoints.", media: { imageSrc: "http://img.b2bpic.net/free-photo/designers-working-project_53876-94884.jpg", imageAlt: "Brand identity" }, items: [ { icon: Palette, text: "Complete visual system" }, { icon: Award, text: "Award-winning design" }, @@ -189,7 +189,7 @@ export default function LandingPage() {