diff --git a/apps/portal/src/features/services/components/internet/InstallationOptions.tsx b/apps/portal/src/features/services/components/internet/InstallationOptions.tsx
index 1fb6944d..7688bb7d 100644
--- a/apps/portal/src/features/services/components/internet/InstallationOptions.tsx
+++ b/apps/portal/src/features/services/components/internet/InstallationOptions.tsx
@@ -1,6 +1,7 @@
"use client";
import type { InternetInstallationCatalogItem } from "@customer-portal/domain/services";
+import { Button } from "@/components/atoms/button";
import { CardPricing } from "@/features/services/components/base/CardPricing";
interface InstallationOptionsProps {
@@ -42,12 +43,13 @@ export function InstallationOptions({
: "Pay the full installation fee in one payment.");
return (
-
+
);
})}
diff --git a/apps/portal/src/features/services/components/internet/InternetModalShell.tsx b/apps/portal/src/features/services/components/internet/InternetModalShell.tsx
index 2ebb4d15..158f7838 100644
--- a/apps/portal/src/features/services/components/internet/InternetModalShell.tsx
+++ b/apps/portal/src/features/services/components/internet/InternetModalShell.tsx
@@ -3,6 +3,7 @@
import { useEffect, useId, useRef } from "react";
import { XMarkIcon } from "@heroicons/react/24/outline";
import { cn } from "@/shared/utils";
+import { Button } from "@/components/atoms/button";
interface InternetModalShellProps {
isOpen: boolean;
@@ -125,14 +126,16 @@ export function InternetModalShell({
) : null}
-
+
{children}
diff --git a/apps/portal/src/features/services/components/internet/PublicOfferingCard.tsx b/apps/portal/src/features/services/components/internet/PublicOfferingCard.tsx
index c58376c8..39618779 100644
--- a/apps/portal/src/features/services/components/internet/PublicOfferingCard.tsx
+++ b/apps/portal/src/features/services/components/internet/PublicOfferingCard.tsx
@@ -66,13 +66,15 @@ function ConnectionTypeInfo({ onClose }: { onClose: () => void }) {
Why does speed vary by building?
-
+
@@ -185,14 +187,15 @@ function PublicOfferingExpanded({
return (
{showConnectionInfo && !showInfo && (
-
+
)}
{showConnectionInfo && showInfo &&
setShowInfo(false)} />}
@@ -248,10 +251,11 @@ function PublicOfferingHeader({
const Icon = iconType === "home" ? Home : Building2;
return (
-
+
);
}
diff --git a/apps/portal/src/features/services/components/internet/configure/steps/ServiceConfigurationStep.tsx b/apps/portal/src/features/services/components/internet/configure/steps/ServiceConfigurationStep.tsx
index a97390a1..4269ef37 100644
--- a/apps/portal/src/features/services/components/internet/configure/steps/ServiceConfigurationStep.tsx
+++ b/apps/portal/src/features/services/components/internet/configure/steps/ServiceConfigurationStep.tsx
@@ -154,17 +154,18 @@ function ModeSelectionCard({
: "bg-green-100 text-green-800 border-green-200";
return (
-