diff --git a/app/detail/page.tsx b/app/detail/page.tsx new file mode 100644 index 0000000..c1f0e61 --- /dev/null +++ b/app/detail/page.tsx @@ -0,0 +1,14 @@ +import { ContactForm } from "@/components/ContactForm"; +import DetailInfo from "@/components/detailPage/detailInfo"; +import React from "react"; + +export default function Page() { + return ( +
- {languageIndex?product.name_uz:product.name_ru} -
+ {/* Content Container - Flex Grow */} ++ {languageIndex ? product.name_uz : product.name_ru} +
- {/* Decorative Corner */} - - + {/* CTA Button - Always at Bottom */} +