diff --git a/src/app/page.tsx b/src/app/page.tsx index 065edc2..eab6006 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -125,7 +125,7 @@ export default function LandingPage() { description="Discover the range of Memi Mobile products, engineered to perfection." buttons={[ { - text: "View Device Details", href: "#" + text: "Compare Models", href: "#" } ]} /> @@ -273,4 +273,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}