diff --git a/heat-stack/app/components/ui/heat/CaseSummaryComponents/HomeInformation.tsx b/heat-stack/app/components/ui/heat/CaseSummaryComponents/HomeInformation.tsx index 4ec97b8f..94db267f 100644 --- a/heat-stack/app/components/ui/heat/CaseSummaryComponents/HomeInformation.tsx +++ b/heat-stack/app/components/ui/heat/CaseSummaryComponents/HomeInformation.tsx @@ -1,64 +1,81 @@ import { Form } from '@remix-run/react' -import { Input } from '../../input.tsx' -import { Label } from '../../label.tsx' +import { Input } from '#/app/components/ui/input.tsx' +import { Label } from '#/app/components/ui/label.tsx' +import { Button } from '#/app/components/ui/button.tsx' + + export function HomeInformation() { - const name = 'Pietro Schirano' - const street = '567 Pine Avenue Apt 21' - const city = 'Rivertown' - const state = 'MA' - const zip = '02856' - const country = 'United States of America' - const livingArea = '3,000' - const designTemperature = '63' - const designTemperatureOverride = '65' return ( -