diff --git a/src/app/page.tsx b/src/app/page.tsx index edc8678..9e64ccb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,6 +67,7 @@ export default function LandingPage() { textboxLayout="split" title="Powerful Features" description="Everything you need to launch professional web projects at scale." + useInvertedBackground={false} features={[ { id: "f1", title: "Instant Deployment", descriptions: ["Go live in seconds with built-in hosting."] }, { id: "f2", title: "Auto-UX Design", descriptions: ["Responsive layouts and accessibility built-in."] }, @@ -83,9 +84,9 @@ export default function LandingPage() { title="Proven Results" description="Our platform has accelerated project timelines for thousands of businesses." metrics={[ - { id: "m1", title: "Time Saved", value: "95%", description: "Average reduction in development time." }, - { id: "m2", title: "Security Rate", value: "99.9%", description: "Industry-leading uptime and safety." }, - { id: "m3", title: "User Rating", value: "4.9/5", description: "Highly recommended by developers." }, + { id: "m1", value: "95%", description: "Average reduction in development time." }, + { id: "m2", value: "99.9%", description: "Industry-leading uptime and safety." }, + { id: "m3", value: "4.9/5", description: "Highly recommended by developers." }, ]} /> @@ -97,6 +98,7 @@ export default function LandingPage() { author="Sarah Miller, CTO at TechInnovate" ratingAnimation="slide-up" avatarsAnimation="slide-up" + useInvertedBackground={false} avatars={[{ src: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg", alt: "Sarah" }]} /> @@ -119,6 +121,7 @@ export default function LandingPage() {