diff --git a/src/app/page.tsx b/src/app/page.tsx index 2588e4d..35636f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,7 +14,7 @@ const navItems = [{ name: "Home", id: "/" }]; export default function HomePage() { return ( - + @@ -38,7 +38,9 @@ export default function HomePage() { title="Features" description="Key highlights." animationType="slide-up" - features={[{ id: "f1", title: "Quality", description: "High quality standards." }, { id: "f2", title: "Support", description: "24/7 assistance." }]} + textboxLayout="default" + useInvertedBackground={false} + features={[{ id: "f1", title: "Quality", description: "High quality standards.", tag: "Quality" }, { id: "f2", title: "Support", description: "24/7 assistance.", tag: "Support" }]} /> @@ -68,6 +71,7 @@ export default function HomePage() { gridVariant="bento-grid" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} metrics={[{ id: "m1", value: "100%", description: "Satisfaction" }, { id: "m2", value: "10k+", description: "Users" }]} /> @@ -75,6 +79,7 @@ export default function HomePage() {