diff --git a/src/app/(home)/components/ContentCustomerOrderModal/components/FlavorQuantitySelectorGroup/index.tsx b/src/app/(home)/components/ContentCustomerOrderModal/components/FlavorQuantitySelectorGroup/index.tsx index 6351f7d..143af9b 100644 --- a/src/app/(home)/components/ContentCustomerOrderModal/components/FlavorQuantitySelectorGroup/index.tsx +++ b/src/app/(home)/components/ContentCustomerOrderModal/components/FlavorQuantitySelectorGroup/index.tsx @@ -65,10 +65,10 @@ export const FlavorQuantitySelectorGroup = ({
-

+

{option.name}

-

{option.description}

+

{option.description}

-

+

{formattedPrice}

diff --git a/src/app/(home)/components/ContentCustomerOrderModal/components/HeaderProduct/index.tsx b/src/app/(home)/components/ContentCustomerOrderModal/components/HeaderProduct/index.tsx index 0aed114..1e86351 100644 --- a/src/app/(home)/components/ContentCustomerOrderModal/components/HeaderProduct/index.tsx +++ b/src/app/(home)/components/ContentCustomerOrderModal/components/HeaderProduct/index.tsx @@ -12,7 +12,7 @@ export const HeaderProduct = ({ <> {!!img && (
- + {product}

{product}

-

{description}

+

{description}

) diff --git a/src/app/(home)/components/ContentCustomerOrderModal/components/RadioButtonGroup/index.tsx b/src/app/(home)/components/ContentCustomerOrderModal/components/RadioButtonGroup/index.tsx index d8afd2d..3fd3ecb 100644 --- a/src/app/(home)/components/ContentCustomerOrderModal/components/RadioButtonGroup/index.tsx +++ b/src/app/(home)/components/ContentCustomerOrderModal/components/RadioButtonGroup/index.tsx @@ -29,7 +29,7 @@ export const RadioButtonGroup = ({ onChange={() => setSelectedRadioButtonGroupValue(option)} value={option.id} /> -

+

{formattedPrice}

diff --git a/src/app/(home)/components/ContentCustomerOrderModal/components/SectionProduct/index.tsx b/src/app/(home)/components/ContentCustomerOrderModal/components/SectionProduct/index.tsx index b2b5505..f783501 100644 --- a/src/app/(home)/components/ContentCustomerOrderModal/components/SectionProduct/index.tsx +++ b/src/app/(home)/components/ContentCustomerOrderModal/components/SectionProduct/index.tsx @@ -15,15 +15,15 @@ export const SectionProduct = ({ return (
-
+
-

+

{title}

{description && ( -

{description}

+

{description}

)}
diff --git a/src/app/(home)/components/ProductListingSection/index.tsx b/src/app/(home)/components/ProductListingSection/index.tsx index a61aa89..769566e 100644 --- a/src/app/(home)/components/ProductListingSection/index.tsx +++ b/src/app/(home)/components/ProductListingSection/index.tsx @@ -14,7 +14,7 @@ const ProductListingSection = async () => { <> {availableProducts?.map(({ id, category, items }) => (
-

{category}

+

{category}

{items.map(item => ( diff --git a/src/app/error.tsx b/src/app/error.tsx index 8358c91..50d9478 100644 --- a/src/app/error.tsx +++ b/src/app/error.tsx @@ -33,14 +33,14 @@ export const Error = ({ />
-

+

Página não encontrada! Por favor, verifique a url acessada.

Caso prefira, clique no botão abaixo e retorne para a página inicial:

-

+

Página não encontrada! Por favor, verifique a url acessada.

@@ -56,7 +56,7 @@ const GlobalError = ({ error, reset }: ErrorProps) => { inicial:

-

+

Página não encontrada! Por favor, verifique a url acessada.

Caso prefira, clique no botão abaixo e retorne para a página inicial:

) diff --git a/src/components/atoms/LabeledRadioButton/index.tsx b/src/components/atoms/LabeledRadioButton/index.tsx index 496418f..2313061 100644 --- a/src/components/atoms/LabeledRadioButton/index.tsx +++ b/src/components/atoms/LabeledRadioButton/index.tsx @@ -13,7 +13,7 @@ export const LabeledRadioButton = ({ }: LabeledRadioButtonProps) => (